ADTF  3.18.2
IReferenceClock::ISystemClockabstract

Use this to mark certain clocks as clocks that return timestamps from the system clock. More...

Inheritance diagram for IReferenceClock::ISystemClock:
[legend]

Public Member Functions

 ADTF_IID (ISystemClock, "system_clock.reference_clock.osborn.streaming.adtf.iid")
 
virtual bool IsSystemClock () const =0
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Use this to mark certain clocks as clocks that return timestamps from the system clock.

Definition at line 519 of file reference_clock_intf.h.

Member Function Documentation

◆ IsSystemClock()

virtual bool IsSystemClock ( ) const
pure virtual
Returns
whether or not this clock is a system clock.