Table of Contents

 
GetAlarm
 

Purpose

Finds the current alarm value

 

Protoype

int CTimerMngr::GetAlarm (string str_timer)
 

Parameters

timer the ID of the timer to query
 

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");
 

Prev: ChangeTimeElapsed
Next: NumTimers