ADTF  3.18.3
connect_pins.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  cSampleWriterTester
 
class  cPinOutputTester
 
class  cSampleWriterTester
 
class  cDisconnector
 Utility class that can be used to disconnect a pin via RAII. More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
 adtf::streaming::testing
 Namespace for all testing functionality provided within the ADTF Streaming SDK.
 
 adtf::streaming::testing::ant
 Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.0.
 
 adtf::streaming::testing::flash
 Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.5.
 
 adtf::streaming::testing::penguin
 Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.15.
 

Functions

tResult connect_pin (const adtf::ucom::ant::iobject_ptr< IOutPin > &pOutPin, adtf::ucom::ant::iobject_ptr< ISampleStream > &pSampleStream, bool bSync)
 
tResult connect_pin (const adtf::ucom::ant::iobject_ptr< IOutPin > &pOutPin, const adtf::ucom::ant::iobject_ptr< ISampleStream > &pSampleStream, bool bSync)
 
tResult connect_pin (const adtf::ucom::ant::iobject_ptr< IInPin > &pInPin, adtf::ucom::ant::iobject_ptr< ISampleStream > &pSampleStream, bool bSync)
 
tResult connect_pin (const adtf::ucom::ant::iobject_ptr< IInPin > &pInPin, const adtf::ucom::ant::iobject_ptr< ISampleStream > &pSampleStream, bool bSync)
 
tResult connect_pins (const adtf::ucom::ant::iobject_ptr< IOutPin > &pOutPin, const adtf::ucom::ant::iobject_ptr< IInPin > &pInPin, bool bSync)
 
tResult connect_pins (const adtf::ucom::ant::iobject_ptr< IOutPin > &pOutPin, const adtf::ucom::ant::iobject_ptr< IInPin > &pInPin, adtf::ucom::ant::iobject_ptr< ISampleStream > &pSampleStream, bool bSync)
 
tResult connect_pins (const adtf::ucom::ant::iobject_ptr< ISampleStream > &pForcedSampleStream, const adtf::ucom::ant::iobject_ptr< IOutPin > &pOutPin, const adtf::ucom::ant::iobject_ptr< IInPin > &pInPin, bool bSync)
 
tResult connect_pins (const adtf::ucom::ant::iobject_ptr< adtf::ucom::ant::IObject > &pSource, const char *strOutputPin, const adtf::ucom::ant::iobject_ptr< adtf::ucom::ant::IObject > &pDestination, const char *strInputPin, bool bSync=true)
 Connect the given output pin with the given input pin. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file connect_pins.h.