dnp3 (C++ API) 1.1.0
|
analog_output_status point More...
#include <dnp3.hpp>
Public Member Functions | |
AnalogOutputStatus (uint16_t index, double value, const Flags &flags, const Timestamp &time) | |
Fully construct AnalogOutputStatus specifying the value of each field. More... | |
Public Attributes | |
uint16_t | index |
Point index. More... | |
double | value |
Point value. More... | |
Flags | flags |
Point flags. More... | |
Timestamp | time |
Point timestamp. More... | |
Friends | |
class | CppAnalogOutputStatusFriend |
analog_output_status point
dnp3::AnalogOutputStatus::AnalogOutputStatus | ( | uint16_t | index, |
double | value, | ||
const Flags & | flags, | ||
const Timestamp & | time | ||
) |
Fully construct AnalogOutputStatus specifying the value of each field.
index | Point index |
value | Point value |
flags | Point flags |
time | Point timestamp |
Flags dnp3::AnalogOutputStatus::flags |
Point flags.
uint16_t dnp3::AnalogOutputStatus::index |
Point index.
Timestamp dnp3::AnalogOutputStatus::time |
Point timestamp.
double dnp3::AnalogOutputStatus::value |
Point value.