RINASim
October 2016
Documentation of framework for OMNeT++
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
AEConstantMsgs.cc
Go to the documentation of this file.
1
#include "
AEConstantMsgs.h
"
2
3
4
5
PingMsg::PingMsg
(
bool
_counted){
6
pingAt
= simTime();
7
counted
= _counted;
8
}
9
10
PongMsg::PongMsg
(simtime_t _pingAt,
bool
_counted){
11
pingAt
= _pingAt;
12
pongAt
= simTime();
13
counted
= _counted;
14
}
15
16
17
StartMsg::StartMsg
(){
18
}
19
20
21
SignalMsg::SignalMsg
(std::string _qos) {
22
qos
= _qos;
23
type
= 0;
24
}
25
SignalMsg::SignalMsg
(std::string _qos, simtime_t _delay) {
26
qos
= _qos;
27
delay
= _delay;
28
type
= 1;
29
}
30
SignalMsg::SignalMsg
(std::string _qos, simtime_t _delay, simtime_t _rtt) {
31
qos
= _qos;
32
delay
= _delay;
33
rtt
= _rtt;
34
type
= 2;
35
}
SignalMsg::SignalMsg
SignalMsg(std::string _qos)
Definition:
AEConstantMsgs.cc:21
PingMsg::PingMsg
PingMsg(bool _counted)
Definition:
AEConstantMsgs.cc:5
PongMsg::counted
bool counted
Definition:
AEConstantMsgs.h:42
AEConstantMsgs.h
PongMsg::PongMsg
PongMsg(simtime_t _pingAt, bool _counted)
Definition:
AEConstantMsgs.cc:10
SignalMsg::delay
simtime_t delay
Definition:
AEConstantMsgs.h:54
SignalMsg::qos
std::string qos
Definition:
AEConstantMsgs.h:53
PongMsg::pingAt
simtime_t pingAt
Definition:
AEConstantMsgs.h:41
StartMsg::StartMsg
StartMsg()
Definition:
AEConstantMsgs.cc:17
SignalMsg::rtt
simtime_t rtt
Definition:
AEConstantMsgs.h:54
PongMsg::pongAt
simtime_t pongAt
Definition:
AEConstantMsgs.h:41
PingMsg::pingAt
simtime_t pingAt
Definition:
AEConstantMsgs.h:34
PingMsg::counted
bool counted
Definition:
AEConstantMsgs.h:35
SignalMsg::type
char type
Definition:
AEConstantMsgs.h:55
src
DAF
AE
AEConstant
AEConstantMsgs.cc
Generated on Tue Oct 25 2016 21:08:59 for RINASim by
1.8.10