ADTF
Loading...
Searching...
No Matches
test_error_handling.h
Go to the documentation of this file.
1
7#pragma once
8#include <adtf_utils.h>
9#include <vector>
10
11namespace adtf
12{
13namespace base
14{
15namespace testing
16{
17namespace vision
18{
19
24{
25public:
30
35
41 std::vector<tResult> GetCurrentErrors(bool bClear = true);
42
43private:
44 class cImplementation;
45 std::unique_ptr<cImplementation> m_pImplementation;
46};
47
48}
49
51
52} //namespace testing
53} //namespace streaming
54} //namespace adtf
Definition test_error_handling.h:24
std::vector< tResult > GetCurrentErrors(bool bClear=true)
Namespace for all testing functionality of the ADTF Base SDK provided since v3.21.
Definition test_error_handling.h:18
Namespace for all testing functionality of the ADTF Base SDK.
Definition test_error_handling.h:16
Namespace for the ADTF Base SDK.
Definition adtf_base_type_traits.h:13
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14