|
ADTF
|
#include <adtfstreaming3/runner_intf.h>#include <adtfstreaming3/filter_intf.h>#include <adtfstreaming3/filtergraph.h>Go to the source code of this file.
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::filter |
| Namespace for the ADTF Filter SDK. | |
| namespace | adtf::filter::testing |
| Namespace for all testing functionality of the ADTF Filter SDK. | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
|
inline |
Activates a list of active runners for testing.
| lstActiveRunners | [in] List of Runners |
| tResult adtf::filter::testing::ant::create_default_runners | ( | const ucom::iobject_ptr< streaming::IFilter > & | pFilter, |
| ucom::iobject_list< streaming::IActiveRunner > & | lstActiveRunners, | ||
| const tChar * | strThreadRunnerCID = "", | ||
| const tChar * | strTimerRunnerCID = "" ) |
This testing function creates the default active runner objects to test a filter.
| pFilter | [in] Filter instance. |
| lstActiveRunners | [in] Runners created. Remark: Keep this list valid until your ready. Otherwise the reference counting will destroy your Runner objects. |
| strThreadRunnerCID | [in] Class ID of the Thread Runner to create. If empty the page_thread_runner will be used. |
| strTimerRunnerCID | [in] Class ID of the Timer Runner to create. If empty the page_timer_runner will be used. |
| tResult adtf::filter::testing::ant::create_default_runners | ( | streaming::cFilterGraph & | oGraph, |
| const char * | strNameOfFilter, | ||
| const tChar * | strThreadRunnerCID = "", | ||
| const tChar * | strTimerRunnerCID = "" ) |
This testing function creates the default active runner objects to test a filter of the given oGraph.
This implementation will not consider the subgraphs!
| oGraph | [in] Graph where to get the filter with the name strNameOfFilter from and add the Runners to. |
| strNameOfFilter | [in] Name of the filter |
| strThreadRunnerCID | [in] Class ID of the Thread Runner to create. If empty the pager_thread_runner will be used. |
| strTimerRunnerCID | [in] Class ID of the Timer Runner to create. If empty the Timer Runner will be used. |
|
inline |
Deactivates a list of active runners for testing.
| lstActiveRunners | [in] List of Runners |
return at least one error!