opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Occurs when an outstation receives and analog command. More...
#include <opendnp3/app/AnalogCommandEvent.h>
Public Member Functions | |
AnalogCommandEvent () | |
AnalogCommandEvent (double value, CommandStatus status) | |
AnalogCommandEvent (double value, CommandStatus status, DNPTime time) | |
bool | operator== (const AnalogCommandEvent &rhs) const |
Public Attributes | |
CommandStatus | status |
DNPTime | time |
double | value |
Occurs when an outstation receives and analog command.
Maps to Group43.
Definition at line 32 of file AnalogCommandEvent.h.
opendnp3::AnalogCommandEvent::AnalogCommandEvent | ( | ) |
opendnp3::AnalogCommandEvent::AnalogCommandEvent | ( | double | value, |
CommandStatus | status | ||
) |
opendnp3::AnalogCommandEvent::AnalogCommandEvent | ( | double | value, |
CommandStatus | status, | ||
DNPTime | time | ||
) |
bool opendnp3::AnalogCommandEvent::operator== | ( | const AnalogCommandEvent & | rhs | ) | const |
CommandStatus opendnp3::AnalogCommandEvent::status |
Definition at line 42 of file AnalogCommandEvent.h.
DNPTime opendnp3::AnalogCommandEvent::time |
Definition at line 43 of file AnalogCommandEvent.h.
double opendnp3::AnalogCommandEvent::value |
Definition at line 41 of file AnalogCommandEvent.h.