opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::UTCTimestamp Class Reference

Strong typing for UTCTimestamps. More...

#include <opendnp3/util/UTCTimestamp.h>

Public Member Functions

 UTCTimestamp ()=default
 
 UTCTimestamp (uint64_t msSinceEpoch)
 

Public Attributes

uint64_t msSinceEpoch = 0
 

Detailed Description

Strong typing for UTCTimestamps.

Definition at line 31 of file UTCTimestamp.h.

Constructor & Destructor Documentation

◆ UTCTimestamp() [1/2]

opendnp3::UTCTimestamp::UTCTimestamp ( )
default

◆ UTCTimestamp() [2/2]

opendnp3::UTCTimestamp::UTCTimestamp ( uint64_t  msSinceEpoch)
inline

Definition at line 37 of file UTCTimestamp.h.

Member Data Documentation

◆ msSinceEpoch

uint64_t opendnp3::UTCTimestamp::msSinceEpoch = 0

Definition at line 39 of file UTCTimestamp.h.


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