|
ITS
|
#include <ParameterUpperTester.h>
Public Member Functions | |
| ParameterUpperTester () | |
| ParameterUpperTester ParameterUpperTester constructor. More... | |
| ~ParameterUpperTester () | |
| void | read () |
| read Configuration file reading. More... | |
| void | readDebug () |
| readDebug Configuration printing. More... | |
| ParameterUpperTester & | operator= (const ParameterUpperTester &other) |
| operator= ParameterUpperTester affectation operator. More... | |
| int | upperTesterListenPort () const |
| upperTesterListenPort Port used to listen getter. More... | |
| int | upperTesterWritePort () const |
| upperTesterWritePort Port used to write getter. More... | |
| int | upperTesterEventIndicationListenPort () const |
| upperTesterEventIndicationListenPort Port used to listen for event indication getter. More... | |
| int | upperTesterEventIndicationWritePort () const |
| upperTesterEventIndicationWritePort Port used to write for event indication getter. More... | |
| DestinationAreaData | destinationArea () const |
| destinationArea Default destination area getter. More... | |
Private Attributes | |
| int | m_upperTesterListenPort |
| int | m_upperTesterWritePort |
| int | m_upperTesterEventIndicationListenPort |
| int | m_upperTesterEventIndicationWritePort |
| DestinationAreaData | m_destinationArea |
Definition at line 14 of file ParameterUpperTester.h.
| ParameterUpperTester::ParameterUpperTester | ( | ) |
ParameterUpperTester ParameterUpperTester constructor.
Definition at line 3 of file ParameterUpperTester.cpp.
References read().
| ParameterUpperTester::~ParameterUpperTester | ( | ) |
~ParameterUpperTester ParameterUpperTester destructor.
Definition at line 9 of file ParameterUpperTester.cpp.
|
inline |
destinationArea Default destination area getter.
Definition at line 76 of file ParameterUpperTester.h.
References m_destinationArea.
| ParameterUpperTester & ParameterUpperTester::operator= | ( | const ParameterUpperTester & | other | ) |
operator= ParameterUpperTester affectation operator.
| other | The ParameterUpperTester to affect. |
Definition at line 79 of file ParameterUpperTester.cpp.
References m_upperTesterEventIndicationListenPort, m_upperTesterEventIndicationWritePort, m_upperTesterListenPort, and m_upperTesterWritePort.
| void ParameterUpperTester::read | ( | ) |
read Configuration file reading.
Definition at line 13 of file ParameterUpperTester.cpp.
References m_destinationArea, m_upperTesterEventIndicationListenPort, m_upperTesterEventIndicationWritePort, m_upperTesterListenPort, m_upperTesterWritePort, and validate_unsigned_int().
Referenced by ParameterUpperTester().
| void ParameterUpperTester::readDebug | ( | ) |
readDebug Configuration printing.
Definition at line 69 of file ParameterUpperTester.cpp.
References m_upperTesterEventIndicationListenPort, m_upperTesterEventIndicationWritePort, m_upperTesterListenPort, and m_upperTesterWritePort.
|
inline |
upperTesterEventIndicationListenPort Port used to listen for event indication getter.
Definition at line 66 of file ParameterUpperTester.h.
References m_upperTesterEventIndicationListenPort.
Referenced by ApplicationManagement::getUtPort(), GeoNet::sendEventIndicationToUT(), and UpperTester::UpperTester().
|
inline |
upperTesterEventIndicationWritePort Port used to write for event indication getter.
Definition at line 71 of file ParameterUpperTester.h.
References m_upperTesterEventIndicationWritePort.
Referenced by GeoNet::GeoNet().
|
inline |
upperTesterListenPort Port used to listen getter.
Definition at line 56 of file ParameterUpperTester.h.
References m_upperTesterListenPort.
Referenced by UpperTester::UpperTester().
|
inline |
upperTesterWritePort Port used to write getter.
Definition at line 61 of file ParameterUpperTester.h.
References m_upperTesterWritePort.
Referenced by UpperTester::UpperTester().
|
private |
Default destination area.
Definition at line 23 of file ParameterUpperTester.h.
Referenced by destinationArea(), and read().
|
private |
Port used to listen for event indication.
Definition at line 21 of file ParameterUpperTester.h.
Referenced by operator=(), read(), readDebug(), and upperTesterEventIndicationListenPort().
|
private |
Port used to write for event indication.
Definition at line 22 of file ParameterUpperTester.h.
Referenced by operator=(), read(), readDebug(), and upperTesterEventIndicationWritePort().
|
private |
Port used to listen.
Definition at line 19 of file ParameterUpperTester.h.
Referenced by operator=(), read(), readDebug(), and upperTesterListenPort().
|
private |
Port used to write.
Definition at line 20 of file ParameterUpperTester.h.
Referenced by operator=(), read(), readDebug(), and upperTesterWritePort().