|
ADTF
|
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.15. More...
Classes | |
| class | cDisconnector |
Functions | |
| 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) |
| std::vector< std::string > | discover_trigger_pipe_call_path (const ucom::ant::iobject_ptr< const streaming::ant::ITriggerPipeSource > &pItem) |
| Retrieves a vector of trigger pipe item names in order of call. | |
| std::vector< std::string > | discover_trigger_item_call_path (const ucom::ant::iobject_ptr< const ucom::ant::IObject > &pObject, const char *strPinOrRunnerName) |
| Retrieves a vector of trigger pipe item names in order of call for a Pin or Runner of a object. | |
| std::vector< std::string > | discover_trigger_item_call_path (const ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject, const char *strPinOrRunnerName) |
| Retrieves a vector of trigger pipe item names in order of call for a Pin or Runner of a object. | |
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.15.
| tResult adtf::streaming::testing::penguin::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.
This will create a sample stream when neccessary.
| [in] | pSource | The source object. |
| [in] | strOutputPin | The output pin. |
| [in] | pDestination | The destination object. |
| [in] | strInputPin | The input pin. |
| [in] | bSync | Whether or not to connect the pins with a trigger pipe. |
| std::vector< std::string > adtf::streaming::testing::penguin::discover_trigger_item_call_path | ( | const ucom::ant::iobject_ptr< const ucom::ant::IObject > & | pObject, |
| const char * | strPinOrRunnerName ) |
Retrieves a vector of trigger pipe item names in order of call for a Pin or Runner of a object.
| pObject | The filter or sample stream source |
| strPinOrRunnerName | the pin name or runner name |
| tResult | if strPinOrRunnerName was not found |
| std::vector< std::string > adtf::streaming::testing::penguin::discover_trigger_item_call_path | ( | const ucom::ant::iobject_ptr< ucom::ant::IObject > & | pObject, |
| const char * | strPinOrRunnerName ) |
Retrieves a vector of trigger pipe item names in order of call for a Pin or Runner of a object.
| pObject | The filter or sample stream source |
| strPinOrRunnerName | the pin name or runner name |
| tResult | if strPinOrRunnerName was not found |
| std::vector< std::string > adtf::streaming::testing::penguin::discover_trigger_pipe_call_path | ( | const ucom::ant::iobject_ptr< const streaming::ant::ITriggerPipeSource > & | pItem | ) |
Retrieves a vector of trigger pipe item names in order of call.
| pItem | the trigger item source to discover |