opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::IUTCTimeSource Class Referenceabstract

Interface that defines a method to get UTC timestamps. More...

#include <opendnp3/master/IUTCTimeSource.h>

Public Member Functions

virtual UTCTimestamp Now ()=0
 Returns a UTCTimestamp of the current time. More...
 

Detailed Description

Interface that defines a method to get UTC timestamps.

Definition at line 31 of file IUTCTimeSource.h.

Member Function Documentation

◆ Now()

virtual UTCTimestamp opendnp3::IUTCTimeSource::Now ( )
pure virtual

Returns a UTCTimestamp of the current time.

Implemented in opendnp3::DefaultMasterApplication.


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