Open Lighting Architecture
Latest Git
|
A callback which can be executed multiple times. When a pre-defined limit is reached, then the underlying callback is executed.
Go to the source code of this file.
Classes | |
class | ola::MultiCallback |
The MultiCallback class takes a limit & a callback. When the Run() method is called limit times, the callback is executed and the MultiCallback object deleted. More... | |
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
Functions | |
BaseCallback0< void > * | ola::NewMultiCallback (unsigned int limit, BaseCallback0< void > *callback) |
A helper function to create a new MultiCallback. More... | |