ADTF  3.18.3
cDynamicFilter

Dynamic Base Filter Class. More...

Inheritance diagram for cDynamicFilter:
[legend]

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
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Additional Inherited Members

- Public Member Functions inherited from object< cFilter, streaming::ant::IDynamicDataBinding, streaming::ant::IDynamicInterfaceBinding >
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...
 

Detailed Description

Dynamic Base Filter Class.

The cDynamicFilter enriches the cFilter class with functionality to:

  • create an arbitrary amount of Pins based on a graph configuration.
  • create an arbitrary amount of BindingObjects based on a graph configuration.

Definition at line 25 of file dynamic_filter.h.