opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
32-bit signed integer analog output. More...
#include <opendnp3/app/AnalogOutput.h>
Public Member Functions | |
AnalogOutputInt32 () | |
AnalogOutputInt32 (int32_t) | |
AnalogOutputInt32 (int32_t, CommandStatus) | |
bool | operator== (const AnalogOutputInt32 &arRHS) const |
Public Member Functions inherited from opendnp3::AnalogOutput< int32_t > | |
AnalogOutput () | |
AnalogOutput (int32_t value_) | |
AnalogOutput (int32_t value_, CommandStatus status_) | |
bool | ValuesEqual (const AnalogOutput< int32_t > &lhs) const |
Additional Inherited Members | |
Public Attributes inherited from opendnp3::AnalogOutput< int32_t > | |
CommandStatus | status |
The status value defaults to CS_SUCCESS for requests. More... | |
int32_t | value |
32-bit signed integer analog output.
The underlying serialization is Group41, Variation 1
Definition at line 70 of file AnalogOutput.h.
opendnp3::AnalogOutputInt32::AnalogOutputInt32 | ( | ) |
opendnp3::AnalogOutputInt32::AnalogOutputInt32 | ( | int32_t | ) |
opendnp3::AnalogOutputInt32::AnalogOutputInt32 | ( | int32_t | , |
CommandStatus | |||
) |
bool opendnp3::AnalogOutputInt32::operator== | ( | const AnalogOutputInt32 & | arRHS | ) | const |