ADTF
Loading...
Searching...
No Matches
check_inner_pipes.h
Go to the documentation of this file.
1
7#pragma once
8#include <adtf_utils.h>
10
11namespace adtf
12{
13namespace streaming
14{
15namespace testing
16{
17namespace ant
18{
19
20bool check_if_pipe_exists(const adtf_util::cStringList& lstPipe, adtf::ucom::object_list<adtf::streaming::ITriggerPipe>& lstPipesToCheck);
21
22tResult check_inner_pipes(std::initializer_list<adtf_util::cStringList> lstForPipes, adtf::ucom::object_list<adtf::streaming::ITriggerPipe>& lstPipesToCheck);
23
24} //namespace ant
25
26using ant::check_if_pipe_exists;
27using ant::check_inner_pipes;
28} //namespace testing
29} //namespace streaming
30} //namespace adtf
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3....
Definition check_inner_pipes.h:18
Namespace for all testing functionality provided within the ADTF Streaming SDK.
Definition check_inner_pipes.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
object_enum< T, INTERFACE_TYPE, std::list > object_list
Definition object_list.h:402
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14