Open Lighting Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::thread::SchedulerInterface Class Reference
Inheritance diagram for ola::thread::SchedulerInterface:
ola::thread::SchedulingExecutorInterface ola::io::SelectServerInterface ola::io::SelectServer ola::PluginAdaptor

Public Member Functions

virtual timeout_id RegisterRepeatingTimeout (unsigned int ms, Callback0< bool > *closure)=0
virtual timeout_id RegisterRepeatingTimeout (const ola::TimeInterval &interval, Callback0< bool > *closure)=0
virtual timeout_id RegisterSingleTimeout (unsigned int ms, SingleUseCallback0< void > *closure)=0
virtual timeout_id RegisterSingleTimeout (const ola::TimeInterval &interval, SingleUseCallback0< void > *closure)=0
virtual void RemoveTimeout (timeout_id id)=0

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