|
| | cInPin () |
| | private dPointer
|
| |
| | cInPin (const char *strName) |
| |
|
virtual | ~cInPin () |
| | DTOR.
|
| |
|
tResult | GetType (ucom::ant::iobject_ptr< const IStreamType > &pStreamType) const override |
| |
|
bool | IsConnected () const override |
| |
|
tResult | SetActive () override |
| |
|
tResult | SetInactive () override |
| |
|
tResult | Disconnect () override |
| |
|
tResult | GetSampleStream (ucom::ant::iobject_ptr< ISampleStream > &pSampleStream) const override |
| |
|
tResult | Connect (const ucom::ant::iobject_ptr< ISampleStream > &pSampleStream) override |
| |
| tResult | RegisterStreamer (ISampleReader &pStreamReader) |
| |
| tResult | UnregisterStreamer (ISampleStreamer &pStreamReader) |
| |
|
| trigger_pipe_item ()=default |
| | CTOR.
|
| |
| | trigger_pipe_item (const char *strName) |
| |
| | trigger_pipe_item (const char *strName, adtf::base::ant::IRunnable &oRunnable) |
| |
| void | SetRunnable (adtf::base::ant::IRunnable &oRunnable) |
| |
| void | SetRunnable (adtf::base::flash::IRunnable &oRunnable) |
| |
| void | SetCallable (CALLABLE &&callable) |
| |
| tResult | RegisterSubItem (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, ITriggerPipeItem::tPriority ui32Prio) override |
| |
| tResult | UnregisterSubItem (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun) override |
| |
| tResult | ChangePriority (const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, ITriggerPipeItem::tPriority ui32Prio) override |
| |
| tResult | GetSubItems (adtf::ucom::ant::iobject_enum< const ITriggerPipeItem > &lstSubItems) const override |
| |
| tResult | Run (tTimeStamp tmTimeofActivation, adtf::base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override |
| |
| tResult | Run (adtf::base::flash::tNanoSeconds tmTimeofActivation, adtf::base::ant::IRunnable::tActivationType ui32ActivationType, const void *pvUserData, size_t nUserDataSize) override |
| |
| tResult | RegisterTriggerParent (const ant::ITriggerPipeSource *pParent) override |
| |
| tResult | UnregisterTriggerParent (const ant::ITriggerPipeSource *pParent) override |
| |
| tResult | GetTriggerParents (const ucom::nitro::ifunction< tResult(const ant::ITriggerPipeSource *)> &fnCallback) const override |
| |
| tResult | GetName (base::ant::IString &&strName) const |
| |
| tResult | SetName (const char *strName) |
| |
| tResult | SetParent (const ucom::ant::IObject *oParentObject) |
| |
| tResult | GetParent (const ucom::ant::IObject *&poParentObject) const |
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| | Query interfaces on an object.
|
| |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| | Provides const correct interface querying.
|
| |
| void | Destroy () const override |
| | Switch from non-virtual destructor to virtual destructor.
|
| |
| | ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| |
The cInputPin class implements basic functionality specified by the IInPin interface.