|
ADTF
|
#include <pin.h>
Inherits adtf::ucom::catwo::object< cOutPin, adtf::base::configuration<> >.
Public Member Functions | |
| cConfigurableOutPin ()=default | |
| CTOR. | |
| cConfigurableOutPin (const char *strName) | |
Public Member Functions inherited from adtf::ucom::catwo::object< cOutPin, adtf::base::configuration<> > | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
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! | |
The class provides a output Pin implemenation that offers an adtf::base::ant::IConfiguration interface.
| adtf::streaming::ant::cConfigurableOutPin::cConfigurableOutPin | ( | const char * | strName | ) |
CTOR with name
| [in] | strName | Name of the pin |