ADTF  3.18.2
IReferenceClock::ISync2RefChannelFactoryabstract

Interface for sync2ref class factories. More...

Inheritance diagram for IReferenceClock::ISync2RefChannelFactory:
[legend]

Public Member Functions

 ADTF_IID (ISync2RefChannelFactory, "sync2ref_channel_factory.reference_clock.ant.streaming.adtf.iid")
 Marks the ISync2RefChannelFactory to be castable with the adtf::ucom::ant::ucom_cast. More...
 
virtual tResult GetName (adtf::base::ant::IString &&strName) const =0
 
virtual tResult GetSync2RefChannel (adtf::ucom::ant::iobject_ptr< ISync2RefChannel > &pSync2RefChannel, const char *strName=nullptr)=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

Interface for sync2ref class factories.

Definition at line 204 of file reference_clock_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( ISync2RefChannelFactory  ,
"sync2ref_channel_factory.reference_clock.ant.streaming.adtf.iid"   
)