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

Notification handler for ClockGenerator Output. More...

Public Member Functions

virtual void OnOutput_ClockGeneratorCommand (CPNS::IOutput *const pNotifiedObject, CPNS::Enums::ClockGeneratorCommands const cmd)=0
 This is called to control clock generator status. More...
 

Detailed Description

Notification handler for ClockGenerator Output.

Member Function Documentation

virtual void CPNS::IOutput_ClockGeneratorNotificationHandler::OnOutput_ClockGeneratorCommand ( CPNS::IOutput *const  pNotifiedObject,
CPNS::Enums::ClockGeneratorCommands const  cmd 
)
pure virtual

This is called to control clock generator status.

Parameters
[in]pNotifiedObjectPointer to the notified output object
[in]cmdThe command
Warning
it is not safe to modify the destination list during this call