#include <uobject.hh>
Inheritance diagram for urbi::UTimerCallback:
Public Member Functions | |
UTimerCallback (const std::string &objname, ufloat period, UTimerTable &tt) | |
UTimerCallbacl constructor. | |
virtual | ~UTimerCallback () |
virtual void | call ()=0 |
Public Attributes | |
ufloat | period |
ufloat | lastTimeCalled |
std::string | objname |
This class stores a callback as a class method
Definition at line 214 of file uobject.hh.