|
ADTF
|
#include <filtergraphport_intf.h>
Inherits adtf::streaming::ant::IFilterGraphPort, and adtf::streaming::ant::IRunner.
Public Member Functions | |
| ADTF_IID (IFilterGraphRunnerPort, "filtergraphrunnerport.ant.streaming.adtf.iid") | |
| Definition of interface id. | |
| virtual tResult | InnerRegisterSubItem (const ucom::ant::iobject_ptr< IRunner > &pRunner)=0 |
| Resolve IObject ucom_cast. | |
| virtual tResult | InnerUnregisterSubItem (const ucom::ant::iobject_ptr< IRunner > &pRunner)=0 |
Public Member Functions inherited from adtf::streaming::ant::IFilterGraphPort | |
| ADTF_IID (IFilterGraphPort, "filtergraphport.ant.streaming.adtf.iid") | |
| Definition of interface id. | |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Public Member Functions inherited from adtf::streaming::ant::IRunner | |
| ADTF_IID (IRunner, "runner.ant.streaming.adtf.iid") | |
| Definition of the interface identifier. | |
Public Member Functions inherited from adtf::streaming::ant::ITriggerPipeItem | |
| ADTF_IID (ITriggerPipeItem, "trigger_pipe_item.ant.streaming.adtf.iid") | |
| Definition of interface ID. | |
Public Member Functions inherited from adtf::base::ant::IRunnable | |
| ADTF_IID (IRunnable, "runnable.ant.base.adtf.iid") | |
| defintion of interface id | |
| ADTF3_DEPRECATED ("Use adtf::base::flash::IRunnable::Run(tNanoSeconds tmTimeofActivation, ant::IRunnable::tActivationType " "ui32ActivationType, const void* pvUserData, size_t nUserDataSize) instead.") virtual tResult Run(tTimeStamp tmTimeofActivation | |
| virtual tActivationType | GetActivationType () const |
Public Member Functions inherited from adtf::streaming::ant::ITriggerPipeSource | |
| ADTF_IID (ITriggerPipeSource, "trigger_pipe_source.ant.streaming.adtf.iid") | |
| definiton of interface id | |
| virtual tResult | RegisterSubItem (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, tPriority ui32Prio)=0 |
| virtual tResult | UnregisterSubItem (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun)=0 |
| virtual tResult | ChangePriority (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, tPriority ui32Prio)=0 |
| virtual tResult | GetSubItems (adtf::ucom::ant::iobject_enum< const ITriggerPipeItem > &lstSubItems) const =0 |
Public Member Functions inherited from adtf::streaming::ant::INamedGraphObject | |
| ADTF_IID (INamedGraphObject, "namedgraphobject.ant.streaming.adtf.iid") | |
| defintion of interface id | |
| virtual tResult | GetName (base::ant::IString &&strName) const =0 |
| virtual tResult | SetName (const char *strName)=0 |
| virtual tResult | SetParent (const ucom::ant::IObject *oParentObject)=0 |
| virtual tResult | GetParent (const ucom::ant::IObject *&poParentObject) const =0 |
Protected Member Functions | |
| ~IFilterGraphRunnerPort ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::streaming::ant::IFilterGraphPort | |
| ~IFilterGraphPort ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Protected Member Functions inherited from adtf::streaming::ant::IRunner | |
| virtual | ~IRunner ()=default |
| is not destructable | |
Protected Member Functions inherited from adtf::streaming::ant::ITriggerPipeItem | |
| ~ITriggerPipeItem ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::base::ant::IRunnable | |
| ~IRunnable ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::streaming::ant::ITriggerPipeSource | |
| ~ITriggerPipeSource ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::streaming::ant::INamedGraphObject | |
| ~INamedGraphObject ()=default | |
| not destructable | |
Additional Inherited Members | |
Public Types inherited from adtf::base::ant::IRunnable | |
| enum | tActivationType : uint32_t { RUN_UNSPECIFIED = 0 , RUN_TIMER = 1 , RUN_SIGNAL = 2 , RUN_EXCEPTION = 3 , RUN_MESSAGE = 5 , RUN_THREAD = 6 , RUN_JOB = 7 , RUN_TRIGGER = 8 , RUN_PUSH = 9 , RUN_USER = 0x1000 } |
| typedef std::function< tResult(tTimeStamp)> | tRunFunction |
| Type definition of the function used to implement Run. | |
Public Types inherited from adtf::streaming::ant::ITriggerPipeSource | |
| enum | tPriority : uint32_t { Invalid = 0 , Lowest = 1 , Lower = 30 , BelowNormal = 40 , Normal = 50 , AboveNormal = 60 , Higher = 70 , Highest = 100 } |
Public Attributes inherited from adtf::base::ant::IRunnable | |
| tActivationType | ui32ActivationType |
| tActivationType const void * | pvUserData |
| tActivationType const void size_t | nUserDataSize = 0 |
Interface for a Filtergraph Runner Port that provides a IRunner as connectable item. It will provide the IRuntimeBehaviour of the IFiltergraph
|
pure virtual |
Resolve IObject ucom_cast.
Registers the internal IRunner which is provided by the graphs IRuntimeBehaviour.
| [in] | pRunner | Runner to register |
| ERR_NOERROR | The registration succeeded. |
|
pure virtual |
Registers the internal IRunner which is provided by the graphs IRuntimeBehaviour
| [in] | pRunner | Runner to register |
| ERR_NOERROR | The registration succeeded. |