ADTF  3.18.2
cLegacyStreamingSink::cTriggerPipeItemHelper
Inheritance diagram for cLegacyStreamingSink::cTriggerPipeItemHelper:
[legend]

Public Member Functions

 cTriggerPipeItemHelper (cLegacyStreamingSink &oSink)
 
- Public Member Functions inherited from trigger_pipe_item< INTERFACE >
 trigger_pipe_item ()=default
 CTOR.
 
 trigger_pipe_item (const char *strName)
 CTOR with name. More...
 
 trigger_pipe_item (const char *strName, adtf::base::ant::IRunnable &oRunnable)
 CTOR further initializer. More...
 
tResult SetFullName (const char *strName)
 
tResult Run (tTimeStamp tmTimeofActivation, adtf::base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override
 This method will be called to activate the registered m_pRunnable by a given activation type. More...
 
void SetRunnable (adtf::base::ant::IRunnable &oRunnable)
 Sets the Runnable implementation to call if Run is called. More...
 
- Public Member Functions inherited from object< ITriggerPipeItem, trigger_pipe_source< ITriggerPipeItem > >
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...
 

Additional Inherited Members

- Public Types inherited from trigger_pipe_item< INTERFACE >
typedef trigger_pipe_source< INTERFACE > _base_type
 used base type derived from
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Definition at line 194 of file legacy_streaming_sink.h.