ADTF  3.18.2
error_handling.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <adtf_utils.h>
9 #include <vector>
10 
11 namespace adtf
12 {
13 namespace streaming
14 {
15 namespace testing
16 {
17 namespace hollow
18 {
19 
24 {
25  public:
30 
35 
41  std::vector<tResult> GetCurrentErrors(bool bClear = true);
42 
43  private:
44  class cImplementation;
45  std::unique_ptr<cImplementation> m_pImplementation;
46 };
47 
48 }
49 
51 
52 } //namespace testing
53 } //namespace streaming
54 } //namespace adtf
Copyright © Audi Electronics Venture GmbH.
Utility Class that registers itself as global ADTF error handler and records all errors.
std::vector< tResult > GetCurrentErrors(bool bClear=true)
Returns the current errors.
Namespace for entire ADTF SDK.