ADTF  3.18.3
cSampleStreamOutPort
Inheritance diagram for cSampleStreamOutPort:
[legend]

Public Member Functions

 cSampleStreamOutPort (const char *strName, const char *strPortId)
 
tResult Run (tTimeStamp tmTimeofActivation, base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override
 
tResult Run (base::flash::tNanoSeconds tmTimeofActivation, base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override
 
tResult RegisterSubItem (const ucom::ant::iobject_ptr< ant::ITriggerPipeItem > &pSubRun, ant::ITriggerPipeSource::tPriority ui32Prio) override
 
tResult UnregisterSubItem (const ucom::ant::iobject_ptr< ant::ITriggerPipeItem > &pSubRun) override
 
tResult ChangePriority (const ucom::ant::iobject_ptr< ant::ITriggerPipeItem > &pSubRun, ant::ITriggerPipeSource::tPriority ui32Prio) override
 
tResult GetSubItems (ucom::ant::iobject_enum< const ant::ITriggerPipeItem > &lstSubItems) const override
 
tResult GetName (base::ant::IString &&strName) const override
 
tResult SetName (const char *strName) override
 
tResult SetParent (const ucom::ant::IObject *oParentObject) override
 
tResult GetParent (const ucom::ant::IObject *&poParentObject) const override
 
tResult GetStreamError ()
 
tResult GetType (ucom::ant::iobject_ptr< const ant::IStreamType > &pStreamType) const override
 
tTimeStamp GetTime () const override
 
tResult SetStreamError (const tResult &oError) override
 
tResult AttachRouting (const ucom::ant::iobject_ptr< ant::ISampleStream > &pSampleStreamTo) override
 
tResult DetachRouting (const ucom::ant::iobject_ptr< ant::ISampleStream > &pSampleStreamTo) override
 
tResult Open (const char *strName, ucom::ant::iobject_ptr< ant::ISampleInStream > &pInStream, const ucom::ant::iobject_ptr< const ant::IStreamType > &pInitialAcceptedStreamType, ant::ISampleStream::IPushReadEventSink *&pPushEventSink, ant::ISampleStreamAccess::tMode ui32Mode, size_t szQueueSize) override
 
tResult Open (const char *strName, ucom::ant::iobject_ptr< ant::ISampleOutStream > &pOutStream, ant::ISampleStreamAccess::tMode ui32Mode, size_t szQueueSize) override
 
tResult GetPortID (adtf::base::ant::IString &&strID) override
 
- Public Member Functions inherited from object< base::ant::IRunnable, ant::ITriggerPipeSource, ant::ITriggerPipeItem, ant::INamedGraphObject, ant::ISampleStream, ant::IStreamingPort, ant::IStreamingOutPort, ant::ISampleStreamOutPort, base::flash::IRunnable >
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...
 

Protected Attributes

std::unique_ptr< cImplementation > m_pImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Definition at line 74 of file samplestreamoutport.h.