|
| void | set_channel (uint8_t channel) |
| |
| void | set_max_power (float max_power) |
| | Set the maximum power output of this component.
|
| |
| void | set_min_power (float min_power) |
| | Set the minimum power output of this component.
|
| |
| void | set_zero_means_zero (bool zero_means_zero) |
| | Sets this output to ignore min_power for a 0 state.
|
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_max_power (float max_power) |
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_min_power (float min_power) |
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_zero_means_zero (bool zero_means_zero) |
| |
| void | set_level (float state) |
| | Set the level of this float output, this is called from the front-end.
|
| |
| virtual void | update_frequency (float frequency) |
| | Set the frequency of the output for PWM outputs.
|
| |
| float | get_max_power () const |
| | Get the maximum power output.
|
| |
| float | get_min_power () const |
| | Get the minimum power output.
|
| |
| float | get_max_power () const |
| | Get the maximum power output.
|
| |
| float | get_min_power () const |
| | Get the minimum power output.
|
| |
| void | set_inverted (bool inverted) |
| | Set the inversion state of this binary output.
|
| |
| void | set_power_supply (power_supply::PowerSupply *power_supply) |
| | Use this to connect up a power supply to this output.
|
| |
| virtual void | set_state (bool state) |
| | Enable or disable this binary output.
|
| |
| virtual void | turn_on () |
| | Enable this binary output.
|
| |
| virtual void | turn_off () |
| | Disable this binary output.
|
| |
| bool | is_inverted () const |
| | Return whether this binary output is inverted.
|
| |
| | Parented () |
| |
| | Parented (DAC7678Output *parent) |
| |
| DAC7678Output * | get_parent () const |
| | Get the parent of this object.
|
| |
| void | set_parent (DAC7678Output *parent) |
| | Set the parent of this object.
|
| |
Definition at line 12 of file dac7678_output.h.