Electric Tiger DAQ
1.0.0
Data Acquisition Software for the Electric Tiger Experiment
Main Page
Related Pages
Classes
Files
File List
Panels
InstrumentView
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
25
TestInstrumentView
{
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
etig
Definition:
algorithm.cpp:16
etig::test::TestInstrumentView
Definition:
test_instrumentview.h:24
InstrumentView
Definition:
instrumentview.h:30
MainWindow
Definition:
mainwindow.h:26
Generated on Thu May 25 2017 18:51:30 for Electric Tiger DAQ by
1.8.11