ADTF  3.18.2
cInPin
Inheritance diagram for cInPin:
[legend]

Public Member Functions

 cInPin (const char *strName)
 
tResult GetType (ucom::ant::iobject_ptr< const ant::IStreamType > &pStreamType) const override
 
bool IsConnected () const override
 
tResult SetActive () override
 
tResult SetInactive () override
 
tResult Connect (const ucom::ant::iobject_ptr< ant::ISampleStream > &pSampleStream) override
 
tResult Disconnect () override
 
tResult GetSampleStream (ucom::ant::iobject_ptr< ant::ISampleStream > &pSampleStream) const override
 
tResult RegisterStreamer (flash::ISampleStreamer &oStreamer) override
 
tResult UnregisterStreamer (flash::ISampleStreamer &oStreamer) override
 
- Public Member Functions inherited from object< base::ant::IRunnable, ant::ITriggerPipeSource, ant::ITriggerPipeItem, ant::INamedGraphObject, ant::IPin, ant::IInPin, base::flash::IRunnable, flash::IStreamerPin >
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 190 of file pin.h.