dnp3 (C++ API) 1.1.0
|
class that implements AssociationHandler in terms of a lambda expression More...
#include <dnp3.hpp>
Public Member Functions | |
AssociationHandlerLambda (const T &lambda) | |
constructor More... | |
UtcTimestamp | get_current_time () override |
implement virtual method from base class More... | |
virtual UtcTimestamp | get_current_time ()=0 |
Returns the current time or an invalid time if none is available. More... | |
class that implements AssociationHandler in terms of a lambda expression
|
inline |
constructor
lambda | functor value on which to base the interface implementation |
|
inlineoverridevirtual |
implement virtual method from base class
Implements dnp3::AssociationHandler.