ADTF  3.18.2
IReferenceClock::IGuardableClockabstract

Interface for clock based waiting and monitoring. More...

Inheritance diagram for IReferenceClock::IGuardableClock:
[legend]

Public Member Functions

 ADTF_IID (IGuardableClock, "guardable_clock.reference_clock.penguin.streaming.adtf.iid")
 
virtual tResult GetTimeGuard (const char *strName, ucom::ant::iobject_ptr< ITimeGuard > &pGuard)=0
 Get a new time guard object. More...
 
- 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

Interface for clock based waiting and monitoring.

Definition at line 675 of file reference_clock_intf.h.

Member Function Documentation

◆ GetTimeGuard()

virtual tResult GetTimeGuard ( const char *  strName,
ucom::ant::iobject_ptr< ITimeGuard > &  pGuard 
)
pure virtual

Get a new time guard object.

Parameters
[in]strNameAn identifier for the guard object.
[out]Thenewly created waitable object.
Returns
Standard result.