![]() |
dnp3 (C++ API) 1.6.0
|
Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality. More...
#include <dnp3.hpp>
Static Public Member Functions | |
| static Timestamp | invalid_timestamp () |
| Creates an invalid timestamp struct. More... | |
| static Timestamp | synchronized_timestamp (uint64_t value) |
| Creates a synchronized timestamp struct. More... | |
| static Timestamp | unsynchronized_timestamp (uint64_t value) |
| Creates an unsynchronized timestamp struct. More... | |
Public Attributes | |
| uint64_t | value |
| Count of milliseconds since UNIX epoch. More... | |
| TimeQuality | quality |
| Enumeration that indicates the timestamp's validity. More... | |
Friends | |
| class | CppTimestampFriend |
Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality.
|
static |
Creates an invalid timestamp struct.
|
static |
Creates a synchronized timestamp struct.
| value | Count of milliseconds since UNIX epoch |
|
static |
Creates an unsynchronized timestamp struct.
| value | Count of milliseconds since UNIX epoch |
| TimeQuality dnp3::Timestamp::quality |
Enumeration that indicates the timestamp's validity.
| uint64_t dnp3::Timestamp::value |
Count of milliseconds since UNIX epoch.