Electric Tiger DAQ  1.0.0
Data Acquisition Software for the Electric Tiger Experiment
test_instrumentview.h
1 #ifndef TEST_INSTRUMENTVIEW_H
2 #define TEST_INSTRUMENTVIEW_H
3 
4 //C System-Headers
5 //
6 //C++ System headers
7 #include <memory>
8 //Qt Headers
9 #include <QTimer>
10 #include <QObject>
11 //OpenCV Headers
12 //
13 //Boost Headers
14 //
15 //Project specific headers
16 #include "../../SocketCommunicators/NetworkAnalyzer/network_analyzer.h"
17 #include "../../Windows/mainwindow.h"
18 #include "instrumentview.h"
19 
20 namespace etig {
21 
22 namespace test {
23 
24 class
26 
27  public:
28  void Test();
29  private:
30  MainWindow* w;
31  InstrumentView* na_view;
32  std::shared_ptr<NetworkAnalyzer> hp8757_c;
33 
34 };
35 
36 }
37 
38 }
39 
40 #endif // TEST_INSTRUMENTVIEW_H
Definition: algorithm.cpp:16
Definition: test_instrumentview.h:24
Definition: instrumentview.h:30
Definition: mainwindow.h:26