Function object data used by the Timer class for storing Function Callbacks for Timer Events..
More...
#include <timer.h>
List of all members.
Detailed Description
Function object data used by the Timer class for storing Function Callbacks for Timer Events..
Definition at line 92 of file timer.h.
Member Typedef Documentation
List of functions.
Definition at line 95 of file timer.h.
Constructor & Destructor Documentation
Timer::Callback::Function::Function |
( |
void(*)(void *args) |
func, |
|
|
void * |
fargs = NULL |
|
) |
| |
Constructor for Function Callback data.
- Parameters:
-
[in] | func | Pointer to function to call when event is triggered. |
[in] | fargs | Pointer to arguments to pass to function callback. |
Definition at line 63 of file timer.cpp.
Timer::Callback::Function::~Function |
( |
) |
|
Member Function Documentation
void Timer::Callback::Function::Run |
( |
) |
|
Runs the function callback.
Definition at line 85 of file timer.cpp.
Member Data Documentation
Pointer to function arguments.
Definition at line 100 of file timer.h.
The documentation for this class was generated from the following files:
- C:/Active/libraries/cxutils/2.0/include/cxutils/timer.h
- C:/Active/libraries/cxutils/2.0/src/cxutils/timer.cpp