Table of Contents | ||
|
||
GetAlarm | ||
Purpose Finds the current alarm value |
||
Protoype int CTimerMngr::GetAlarm (string str_timer) |
||
Parameters
|
||
Description This function queries the given timer ID and extracts the timer's current alarm setting. |
||
Use CTimerMngr timer; int i_alarm = timer.GetAlarm("my_timer"); |
||
|
||
|