dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_timestamp_t Struct Reference

Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality. More...

#include <dnp3.h>

Data Fields

uint64_t value
 Count of milliseconds since UNIX epoch. More...
 
dnp3_time_quality_t quality
 Enumeration that indicates the timestamp's validity. More...
 

Detailed Description

Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality.

Field Documentation

◆ quality

dnp3_time_quality_t dnp3_timestamp_t::quality

Enumeration that indicates the timestamp's validity.

◆ value

uint64_t dnp3_timestamp_t::value

Count of milliseconds since UNIX epoch.

Warning
Only the lower 48-bits are used in DNP3 timestamps and time synchronization

The documentation for this struct was generated from the following file: