IBR-DTNSuite 0.6

ibrcommon::SimpleTimerCallback Class Reference

#include <Timer.h>

Inheritance diagram for ibrcommon::SimpleTimerCallback:

List of all members.

Public Member Functions

virtual size_t timeout (size_t identifier)=0

Detailed Description

Definition at line 33 of file Timer.h.


Member Function Documentation

virtual size_t ibrcommon::SimpleTimerCallback::timeout ( size_t  identifier) [pure virtual]

This method will be called if the timer timed out.

Parameters:
timerThe reference to the timer which timed out.
Returns:
The new countdown value.

Implemented in dtn::core::WallClock, and dtn::daemon::StatisticLogger.

Referenced by ibrcommon::SimpleTimer::run().


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