ADTF  3.18.2
cGraphObject Member List

This is the complete list of members for cGraphObject, including all inherited members.

_clockcGraphObjectprotected
adtf::A_UTILS_D(cDataBinding)cDataBindingprivate
AcceptType(streaming::flash::ISampleReader *pReader, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType)cGraphObjectvirtual
ActivatePins()cDataBindingvirtual
AttachConfiguration(const char *strName, IConfiguration &oAttachedConfiguration)cConfiguration
cConfiguration()cConfiguration
cDataBinding()cDataBindingprotected
cGraphObject()cGraphObject
cInterfaceBinding()cInterfaceBinding
ConfigureDataInTrigger(const char *strRunnerName, const char *strPinName)cGraphObject
ConfigureDataOutTrigger(const char *strRunnerName, const char *strPinName)cGraphObject
ConfigureThreadTrigger(const char *strRunnerName, bool bCallCyclic)cGraphObject
ConfigureTimerTrigger(const char *strRunnerName, tTimeStamp tmPeriod)cGraphObject
CreateInputPin(const char *strName, bool bDataInTrigger=true, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInputPin(const char *strName, const cStreamTypeHelper &oType, bool bDataInTrigger=true, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInputPin(std::shared_ptr< streaming::flash::ISampleReader > pReader, bool bDataInTrigger=true, bool bForwardTriggerViaOutputPins=true)cGraphObjectprotected
CreateInputPin(std::shared_ptr< streaming::flash::ISampleReader > pReader, std::function< tResult(base::flash::tNanoSeconds)> fnTriggerCallback, bool bForwardTriggerViaOutputPins=true)cGraphObjectprotected
CreateInputPin(std::shared_ptr< streaming::flash::ISampleReader > pReader, std::function< tResult(const ucom::ant::iobject_ptr< const streaming::ant::ISample > &)> fnSampleCallback, bool bForwardTriggerViaOutputPins=true)cGraphObjectprotected
CreateInputPin(std::shared_ptr< streaming::flash::ISampleReader > pReader, std::function< tResult(base::flash::tNanoSeconds, const void *, size_t)> fnSampleDataCallback, bool bForwardTriggerViaOutputPins=true)cGraphObjectprotected
CreateInputPinWithCallback(const char *strName, const cStreamTypeHelper &oType, std::function< tResult(base::flash::tNanoSeconds)> fnTriggerCallback, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInputPinWithCallback(const char *strName, const cStreamTypeHelper &oType, std::function< tResult(const ucom::ant::iobject_ptr< const streaming::ant::ISample > &)> fnSampleCallback, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInputPinWithCallback(const char *strName, const cStreamTypeHelper &oType, std::function< tResult(base::flash::tNanoSeconds, const void *, size_t)> fnSampleDataCallback, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInputPinWithCallback(const char *strName, const cStreamTypeHelper &oType, std::function< tResult(base::flash::tNanoSeconds, const Type &)> fnDataCallback, bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateInterfaceClient(const char *strName)cGraphObject
CreateInterfaceServer(const char *strName, ucom::ant::enable_object_ptr_from_this< Instance > *pInstance)cGraphObject
CreateInterfaceServer(const char *strName, const ucom::ant::iobject_ptr< Interface > &pInstance)cGraphObject
CreateOutputPin(const char *strName)cGraphObject
CreateOutputPin(const char *strName, const cStreamTypeHelper &oType)cGraphObject
CreateOutputPin(std::shared_ptr< streaming::flash::ISampleWriter > pWriter)cGraphObjectprotected
CreateReader(const char *strName, const cStreamTypeHelper &oType)cGraphObject
CreateRequestableOutputPin(const char *strName, const cStreamTypeHelper &oType=streaming::ant::stream_meta_type_anonymous())cGraphObject
CreateRunner(const char *strName, const cTriggerHint &oTriggerHint=cNoTriggerHint(), bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateRunner(const char *strName, std::function< tResult(base::flash::tNanoSeconds)> fnRunFunction, const cTriggerHint &oTriggerHint=cNoTriggerHint(), bool bForwardTriggerViaOutputPins=true)cGraphObject
CreateWriter(const char *strName, const cStreamTypeHelper &oType)cGraphObject
cRuntimeBehaviour()cRuntimeBehaviourprotected
DeactivatePins()cDataBindingvirtual
DetachConfiguration(const char *strName)cConfiguration
DisableSubStream(streaming::flash::ISampleWriter *pWriter, uint32_t nSubStreamId)cGraphObjectvirtual
Disconnect()cDataBinding
EnableSubStream(streaming::flash::ISampleWriter *pWriter, uint32_t nSubStreamId, const base::ant::IProperties *pRequestProperties=nullptr)cGraphObjectvirtual
FindBindingObject(const char *strName, ucom::ant::iobject_ptr< const ucom::ant::IObject > &pIBindingObject) constcInterfaceBinding
FindBindingObject(const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pIBindingObject)cInterfaceBinding
FindPin(const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pPin) constcDataBinding
FindRunner(const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pRunner) constcRuntimeBehaviour
GetBindingObjects(ucom::ant::iobject_list< IBindingObject > &lstBindingObject)cInterfaceBinding
GetBindingObjects(ucom::ant::iobject_list< const IBindingObject > &lstBindingObject) constcInterfaceBinding
GetInnerPipes(ucom::ant::iobject_list< ITriggerPipe > &lstInnerpTriggerPipe) constcRuntimeBehaviour
GetName(base::ant::IString &&strName) const (defined in cNamedGraphObject)cNamedGraphObject
GetParent(const ucom::ant::IObject *&poParentObject) const (defined in cNamedGraphObject)cNamedGraphObject
GetPins(ucom::ant::iobject_list< IPin > &lstPins) constcDataBinding
GetProperties(adtf::ucom::ant::iobject_ptr< const IProperties > &pProperties) constcConfiguration
GetProperties(adtf::ucom::ant::iobject_ptr< IProperties > &pProperties)cConfiguration
GetRunners(ucom::ant::iobject_list< IRunner > &lstRunners) constcRuntimeBehaviour
LockedCallDisableSubStream(streaming::flash::ISampleWriter *pWriter, uint32_t nSubStreamId) (defined in cGraphObject)cGraphObjectprivate
LockedCallEnableSubStream(streaming::flash::ISampleWriter *pWriter, uint32_t nSubStreamId, const base::ant::IProperties *pRequestProperties) (defined in cGraphObject)cGraphObjectprivate
m_pImplementation (defined in cGraphObject)cGraphObjectprotected
m_pParentcNamedGraphObjectprotected
m_strNamecNamedGraphObjectprotected
Process(base::flash::tNanoSeconds tmTrigger, streaming::ant::IRunner *pRunner)cGraphObjectvirtual
ProcessInput(base::flash::tNanoSeconds tmTrigger, streaming::flash::ISampleReader *pReader)cGraphObjectvirtual
ProcessInput(streaming::flash::ISampleReader *pReader, const ucom::ant::iobject_ptr< const streaming::ant::ISample > &pSample)cGraphObjectvirtual
ProcessInput(streaming::flash::ISampleReader *pReader, base::flash::tNanoSeconds tmSample, const void *pSampleData, size_t nSampleDataSize)cGraphObjectvirtual
RegisterBindingObject(const ucom::ant::iobject_ptr< IBindingObject > &pBindingObject)cInterfaceBindingvirtual
RegisterBindingObject(const ucom::ant::iobject_ptr< IBindingServer > &pBindingServer)cInterfaceBinding
RegisterBindingObject(const ucom::ant::iobject_ptr< IBindingClient > &pBindingClient)cInterfaceBinding
RegisterInnerPipe(const ucom::ant::iobject_ptr< ITriggerPipe > &pTriggerPipe)cRuntimeBehaviourvirtual
RegisterPin(const ucom::ant::iobject_ptr< IPin > &pIPin)cDataBindingvirtual
RegisterPin(const ucom::ant::iobject_ptr< IInPin > &pIInPin)cDataBinding
RegisterPin(const ucom::ant::iobject_ptr< IOutPin > &pIOutPin)cDataBinding
RegisterPropertyVariable(const char *strName, base::ant::cPropertyVariable &oPropertyVariable)cGraphObject
RegisterRunner(const char *strName, std::function< tResult(base::flash::tNanoSeconds)> fnRunMethod)cGraphObject
RegisterRunner(const ucom::ant::iobject_ptr< streaming::ant::IRunner > &pRunner) overridecGraphObjectvirtual
RegisterRunner(const char *strName, base::flash::IRunnable &oRunnable)cGraphObject
RegisterRunner(const char *strName, adtf::base::ant::IRunnable &oRunnable) overridecGraphObjectvirtual
ReleaseBindingObjects()cInterfaceBinding
ReleasePins()cDataBinding
ReleaseRunners()cRuntimeBehaviour
ReleaseTriggerPipes()cRuntimeBehaviour
RequestBindingObject(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IBindingType > &pType, ucom::ant::iobject_ptr< streaming::ant::IBindingClient > &pClient)cGraphObject
RequestBindingObject(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IBindingType > &pType, ucom::ant::iobject_ptr< streaming::ant::IBindingServer > &pServer)cGraphObject
RequestDynamicInputPin(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType)cGraphObjectvirtual
RequestDynamicInterfaceClient(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IBindingType > &pType)cGraphObjectvirtual
RequestDynamicInterfaceServer(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IBindingType > &pType)cGraphObjectvirtual
RequestDynamicOutputPin(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType)cGraphObjectvirtual
RequestPin(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType, ucom::ant::iobject_ptr< streaming::ant::IInPin > &pInPin)cGraphObject
RequestPin(const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType, ucom::ant::iobject_ptr< streaming::ant::IOutPin > &pOutPin)cGraphObject
SetDescription(const char *strItem, const char *strDescription)cGraphObject
adtf::filter::flash::cGraphObject::SetDescription(const char *strDescription)cGraphObject
SetEditor(const char *strName, const char *strUrl)cGraphObject
SetHelpLink(const char *strUrl)cGraphObject
SetName(const char *strName) (defined in cNamedGraphObject)cNamedGraphObject
SetParent(const ucom::ant::IObject *pParentObject) (defined in cNamedGraphObject)cNamedGraphObject
SetupStreamer(std::shared_ptr< streaming::flash::ISampleStreamer > pStreamer, const char *strName, const ucom::ant::iobject_ptr< const streaming::ant::IStreamType > &pType)cGraphObjectprotected
Unbind()cInterfaceBinding
UnregisterBindingObject(const ucom::ant::iobject_ptr< const IBindingObject > &pBindingObject)cInterfaceBinding
UnregisterInnerPipe(const ucom::ant::iobject_ptr< ITriggerPipe > &pTriggerPipe)cRuntimeBehaviourvirtual
UnregisterPin(const ucom::ant::iobject_ptr< IPin > &pIPin)cDataBindingvirtual
UnregisterRunner(const ucom::ant::iobject_ptr< IRunner > &pRunner)cRuntimeBehaviourvirtual
~cConfiguration()cConfigurationvirtual
~cDataBinding()cDataBindingprotectedvirtual
~cGraphObject() overridecGraphObject
~cInterfaceBinding()cInterfaceBindingvirtual
~cRuntimeBehaviour()cRuntimeBehaviourprotectedvirtual