ITS
ParameterUpperTester Class Reference

#include <ParameterUpperTester.h>

Inheritance diagram for ParameterUpperTester:
[legend]
Collaboration diagram for ParameterUpperTester:
[legend]

Public Member Functions

 ParameterUpperTester ()
 ParameterUpperTester ParameterUpperTester constructor. More...
 
 ~ParameterUpperTester ()
 
void read ()
 read Configuration file reading. More...
 
void readDebug ()
 readDebug Configuration printing. More...
 
ParameterUpperTesteroperator= (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
 

Detailed Description

Definition at line 14 of file ParameterUpperTester.h.

Constructor & Destructor Documentation

◆ ParameterUpperTester()

ParameterUpperTester::ParameterUpperTester ( )

ParameterUpperTester ParameterUpperTester constructor.

Definition at line 3 of file ParameterUpperTester.cpp.

References read().

Here is the call graph for this function:

◆ ~ParameterUpperTester()

ParameterUpperTester::~ParameterUpperTester ( )

~ParameterUpperTester ParameterUpperTester destructor.

Definition at line 9 of file ParameterUpperTester.cpp.

Member Function Documentation

◆ destinationArea()

DestinationAreaData ParameterUpperTester::destinationArea ( ) const
inline

destinationArea Default destination area getter.

Returns
The default destination area.

Definition at line 76 of file ParameterUpperTester.h.

References m_destinationArea.

◆ operator=()

ParameterUpperTester & ParameterUpperTester::operator= ( const ParameterUpperTester other)

operator= ParameterUpperTester affectation operator.

Parameters
otherThe ParameterUpperTester to affect.
Returns
The affected ParameterUpperTester.

Definition at line 79 of file ParameterUpperTester.cpp.

References m_upperTesterEventIndicationListenPort, m_upperTesterEventIndicationWritePort, m_upperTesterListenPort, and m_upperTesterWritePort.

◆ read()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readDebug()

void ParameterUpperTester::readDebug ( )

◆ upperTesterEventIndicationListenPort()

int ParameterUpperTester::upperTesterEventIndicationListenPort ( ) const
inline

upperTesterEventIndicationListenPort Port used to listen for event indication getter.

Returns
The port used to listen for event indication.

Definition at line 66 of file ParameterUpperTester.h.

References m_upperTesterEventIndicationListenPort.

Referenced by ApplicationManagement::getUtPort(), GeoNet::sendEventIndicationToUT(), and UpperTester::UpperTester().

Here is the caller graph for this function:

◆ upperTesterEventIndicationWritePort()

int ParameterUpperTester::upperTesterEventIndicationWritePort ( ) const
inline

upperTesterEventIndicationWritePort Port used to write for event indication getter.

Returns
The port used to write for event indication.

Definition at line 71 of file ParameterUpperTester.h.

References m_upperTesterEventIndicationWritePort.

Referenced by GeoNet::GeoNet().

Here is the caller graph for this function:

◆ upperTesterListenPort()

int ParameterUpperTester::upperTesterListenPort ( ) const
inline

upperTesterListenPort Port used to listen getter.

Returns
The port used to listen.

Definition at line 56 of file ParameterUpperTester.h.

References m_upperTesterListenPort.

Referenced by UpperTester::UpperTester().

Here is the caller graph for this function:

◆ upperTesterWritePort()

int ParameterUpperTester::upperTesterWritePort ( ) const
inline

upperTesterWritePort Port used to write getter.

Returns
The port used to write.

Definition at line 61 of file ParameterUpperTester.h.

References m_upperTesterWritePort.

Referenced by UpperTester::UpperTester().

Here is the caller graph for this function:

Member Data Documentation

◆ m_destinationArea

DestinationAreaData ParameterUpperTester::m_destinationArea
private

Default destination area.

Definition at line 23 of file ParameterUpperTester.h.

Referenced by destinationArea(), and read().

◆ m_upperTesterEventIndicationListenPort

int ParameterUpperTester::m_upperTesterEventIndicationListenPort
private

Port used to listen for event indication.

Definition at line 21 of file ParameterUpperTester.h.

Referenced by operator=(), read(), readDebug(), and upperTesterEventIndicationListenPort().

◆ m_upperTesterEventIndicationWritePort

int ParameterUpperTester::m_upperTesterEventIndicationWritePort
private

Port used to write for event indication.

Definition at line 22 of file ParameterUpperTester.h.

Referenced by operator=(), read(), readDebug(), and upperTesterEventIndicationWritePort().

◆ m_upperTesterListenPort

int ParameterUpperTester::m_upperTesterListenPort
private

Port used to listen.

Definition at line 19 of file ParameterUpperTester.h.

Referenced by operator=(), read(), readDebug(), and upperTesterListenPort().

◆ m_upperTesterWritePort

int ParameterUpperTester::m_upperTesterWritePort
private

Port used to write.

Definition at line 20 of file ParameterUpperTester.h.

Referenced by operator=(), read(), readDebug(), and upperTesterWritePort().


The documentation for this class was generated from the following files: