Searched refs:pInsertNode (Results 1 – 2 of 2) sorted by relevance
88 void LightAlarmSystem::InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick ) in InsertAlarm() argument98 if( 0 <= pLightAlarm->fire - pInsertNode->fire in InsertAlarm()99 && pLightAlarm->fire - pInsertNode->fire <= TICK_BORDER ) in InsertAlarm()101 list.Insert(pLightAlarm, pInsertNode); in InsertAlarm()107 …list.PushBack(pInsertNode); //When the expression is later than any of the alarms in the queue, … in InsertAlarm()
97 void InsertAlarm( LightAlarmNode *pInsertNode, Tick nowTick );