CHAI SDK  Version 1.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CPNS::ICHAI_GlobalTimer_NotificationHandler Class Referenceabstract

Notification handler for CHAI's global timer. More...

Public Member Functions

virtual void OnCHAI_GlobalTimer (CPNS::ICHAI *const pCHAI, CPNS::SystemTime const globalTime, CPNS::CombinedGlobalTimerNotificationFlags const flags)=0
 Used by the CHAI to notify global timer event. More...
 

Detailed Description

Notification handler for CHAI's global timer.

See Also
ICHAI::RegisterGlobalTimer

Member Function Documentation

virtual void CPNS::ICHAI_GlobalTimer_NotificationHandler::OnCHAI_GlobalTimer ( CPNS::ICHAI *const  pCHAI,
CPNS::SystemTime const  globalTime,
CPNS::CombinedGlobalTimerNotificationFlags const  flags 
)
pure virtual

Used by the CHAI to notify global timer event.

Parameters
[in]pCHAIPointer to the CHAI object
[in]globalTimeCurrent global time
[in]flagsCombination of flags giving identity of the time events related to the notification call