SPACE::Core::cTimerManager Class Reference
Manages the cTimer.
More...
#include <cTimerManager.hpp>
List of all members.
Detailed Description
Manages the cTimer.
Manages the cTimer so that they handle themselfs.
- Warning:
- You have to set the Pointer to your time to NULL by your own! You recive the STOP_PURPOSE if the timer goes down. So clear your pointer then. Maybe this will be changed
- See also:
- SPACE::Core::cTimer
Member Function Documentation
| bool cTimerManager::Clear |
( |
|
) |
|
Deletes every cTimer.
- Returns:
- true => Everything was ok
-
false => Something failed
| void cTimerManager::PauseAll |
( |
|
) |
|
| cTimer * cTimerManager::Push |
( |
void(*)(ePurpose _Purpose) |
_pFunction |
) |
|
Puts a new cTimer into the "Linked list of Timer"
- Parameters:
-
| (*_pFunction) | The function of the state |
- Returns:
- NULL => Something failed
-
Pointer to the cTimer.
| void cTimerManager::ResumeAll |
( |
|
) |
|
| bool cTimerManager::Update |
( |
|
) |
|
Updates every cTimer. The ePurpose is "RUN_PURPOSE".
- Returns:
- true => Everything was ok
-
false => Something failed
The documentation for this class was generated from the following files: