ADTF
|
Dynamic Base Filter Class. More...
Protected Member Functions | |
tResult | RequestPin (const char *, const adtf::ucom::ant::iobject_ptr< const adtf::streaming::ant::IStreamType > &, adtf::ucom::ant::iobject_ptr< adtf::streaming::ant::IInPin > &) override |
tResult | RequestPin (const char *, const adtf::ucom::ant::iobject_ptr< const adtf::streaming::ant::IStreamType > &, adtf::ucom::ant::iobject_ptr< adtf::streaming::ant::IOutPin > &) override |
tResult | RequestBindingObject (const char *, const ucom::ant::iobject_ptr< const adtf::streaming::ant::IBindingType > &, adtf::ucom::ant::iobject_ptr< adtf::streaming::ant::IBindingClient > &) override |
tResult | RequestBindingObject (const char *, const adtf::ucom::ant::iobject_ptr< const adtf::streaming::ant::IBindingType > &, adtf::ucom::ant::iobject_ptr< adtf::streaming::ant::IBindingServer > &) override |
![]() | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Dynamic Base Filter Class.
The cDynamicFilter enriches the cFilter class with functionality to:
Definition at line 25 of file dynamic_filter.h.