|
ADTF
|
#include <reference_clock_intf.h>
Inherits adtf::ucom::ant::IObject.
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 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Interface for clock based waiting and monitoring.
|
pure virtual |
Get a new time guard object.
| [in] | strName | An identifier for the guard object. |
| [out] | The | newly created waitable object. |