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

Additional Inherited Members

- Public Member Functions inherited from ola::thread::ExecutorInterface
virtual void Execute (ola::BaseCallback0< void > *closure)=0
- Public Member Functions inherited from ola::thread::SchedulerInterface
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: