ADTF  3.18.2
IPeriodicListenerabstract

Timer interface class. More...

Inheritance diagram for IPeriodicListener:
[legend]

Public Member Functions

virtual ~IPeriodicListener ()
 DTOR.
 
virtual void onTimer (timestamp_t now)=0
 onTimer is to be called by the mapping environment periodically. More...
 

Detailed Description

Timer interface class.

Definition at line 40 of file mapping_environment_intf.h.

Member Function Documentation

◆ onTimer()

virtual void onTimer ( timestamp_t  now)
pure virtual

onTimer is to be called by the mapping environment periodically.

Parameters
[in]nowThe current time