dnp3 (C++ API) 1.1.0
|
Callbacks for a particular outstation association. More...
#include <dnp3.hpp>
Public Member Functions | |
virtual UtcTimestamp | get_current_time ()=0 |
Returns the current time or an invalid time if none is available. More... | |
Callbacks for a particular outstation association.
|
pure virtual |
Returns the current time or an invalid time if none is available.
This callback is used when the master performs time synchronization for a particular outstation.
This could return the system clock or some other clock's time
Implemented in dnp3::functional::AssociationHandlerLambda< T >.