timed_object Class Reference

timed_object is the base for objects that can be hooked into timer events. More...

#include <timer_driver.h>

Inheritance diagram for timed_object:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~timed_object ()
virtual void handle_timer_callback ()=0
 this method is invoked when the timer period elapses for this object.

Detailed Description

timed_object is the base for objects that can be hooked into timer events.

Definition at line 106 of file timer_driver.h.


Constructor & Destructor Documentation

timed_object::~timed_object (  )  [virtual]

Definition at line 64 of file timer_driver.cpp.


Member Function Documentation

virtual void timed_object::handle_timer_callback (  )  [pure virtual]

this method is invoked when the timer period elapses for this object.


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 04:31:03 2008 for HOOPLE Libraries by  doxygen 1.5.1