ITS
ParameterUpperTester.h
Go to the documentation of this file.
1 
7 #ifndef _ParameterUpperTester_H_
8 #define _ParameterUpperTester_H_
9 
10 #include <api.h>
11 
12 #include <DestinationAreaData.h>
13 
14 class ParameterUpperTester : public QObject
15 {
16 private:
17  /* upperTester.conf */
18 
25 public:
34 
38  void read();
42  void readDebug();
43 
50 
51  /* Getters */
77 };
78 
79 #endif // _ParameterUpperTester_H_
Usefull functions and declarations.
int upperTesterEventIndicationListenPort() const
upperTesterEventIndicationListenPort Port used to listen for event indication getter.
Destination area serialize.
DestinationAreaData m_destinationArea
ParameterUpperTester()
ParameterUpperTester ParameterUpperTester constructor.
void read()
read Configuration file reading.
DestinationAreaData destinationArea() const
destinationArea Default destination area getter.
int upperTesterEventIndicationWritePort() const
upperTesterEventIndicationWritePort Port used to write for event indication getter.
void readDebug()
readDebug Configuration printing.
ParameterUpperTester & operator=(const ParameterUpperTester &other)
operator= ParameterUpperTester affectation operator.
int upperTesterListenPort() const
upperTesterListenPort Port used to listen getter.
int upperTesterWritePort() const
upperTesterWritePort Port used to write getter.