ADTF
|
Interface for clock based waiting and monitoring. More...
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! | |
Interface for clock based waiting and monitoring.
Definition at line 675 of file reference_clock_intf.h.
|
pure virtual |
Get a new time guard object.
[in] | strName | An identifier for the guard object. |
[out] | The | newly created waitable object. |