![]() |
dnp3 (C++ API) 1.1.0
|
counter point More...
#include <dnp3.hpp>
Public Member Functions | |
| Counter (uint16_t index, uint32_t value, const Flags &flags, const Timestamp &time) | |
| Fully construct Counter specifying the value of each field. More... | |
Public Attributes | |
| uint16_t | index |
| Point index. More... | |
| uint32_t | value |
| Point value. More... | |
| Flags | flags |
| Point flags. More... | |
| Timestamp | time |
| Point timestamp. More... | |
Friends | |
| class | CppCounterFriend |
counter point
| Flags dnp3::Counter::flags |
Point flags.
| uint16_t dnp3::Counter::index |
Point index.
| Timestamp dnp3::Counter::time |
Point timestamp.
| uint32_t dnp3::Counter::value |
Point value.