opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
The object to represent a setpoint request from the master. More...
#include <opendnp3/app/AnalogOutput.h>
Public Member Functions | |
AnalogOutput () | |
AnalogOutput (T value_) | |
AnalogOutput (T value_, CommandStatus status_) | |
bool | ValuesEqual (const AnalogOutput< T > &lhs) const |
Public Attributes | |
CommandStatus | status |
The status value defaults to CS_SUCCESS for requests. More... | |
T | value |
The object to represent a setpoint request from the master.
Think of this like turning a dial on the front of a machine to desired setting.
Definition at line 32 of file AnalogOutput.h.
|
inline |
Definition at line 35 of file AnalogOutput.h.
|
inline |
Definition at line 37 of file AnalogOutput.h.
|
inline |
Definition at line 39 of file AnalogOutput.h.
|
inline |
Definition at line 41 of file AnalogOutput.h.
CommandStatus opendnp3::AnalogOutput< T >::status |
The status value defaults to CS_SUCCESS for requests.
Definition at line 51 of file AnalogOutput.h.
T opendnp3::AnalogOutput< T >::value |
Definition at line 46 of file AnalogOutput.h.
Referenced by opendnp3::AnalogOutput< int32_t >::ValuesEqual().