ADTF  3.18.2
IReferenceClock::IClockListCallbackabstract

Callback for listing of clocks. More...

Public Member Functions

virtual tResult HandleClock (const ucom::ant::iobject_ptr< IClock > &pClock)=0
 This will be called for each registered clock. More...
 

Detailed Description

Callback for listing of clocks.

Definition at line 124 of file reference_clock_intf.h.

Member Function Documentation

◆ HandleClock()

virtual tResult HandleClock ( const ucom::ant::iobject_ptr< IClock > &  pClock)
pure virtual

This will be called for each registered clock.

Parameters
[in]pClocka clock.
Returns
Standard result, will be passed on by GetClocks.