ADTF
|
The class provides a input Pin implemenation that offers an adtf::base::ant::IConfiguration interface. More...
Public Member Functions | |
cConfigurableInPin ()=default | |
CTOR. | |
cConfigurableInPin (const char *strName) | |
CTOR with name. More... | |
Public Member Functions inherited from object< cInPin, adtf::base::configuration<> > | |
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
Query interfaces on an object. More... | |
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
Provides const correct interface querying. More... | |
void | Destroy () const override |
Destruct and deallocate instantiations of type IObject . 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! | |
The class provides a input Pin implemenation that offers an adtf::base::ant::IConfiguration interface.
cConfigurableInPin | ( | const char * | strName | ) |
CTOR with name.
[in] | strName | Name of the pin |