|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include "AEBase.h"Go to the source code of this file.
Functions | |
| Define_Module (AEBase) | |
Variables | |
| const char * | PAR_AVGBW = "averageBandwidth" |
| const char * | PAR_AVGSDUBW = "averageSDUBandwidth" |
| const char * | PAR_PEAKBWDUR = "peakBandwidthDuration" |
| const char * | PAR_PEAKSDUBWDUR = "peakSDUBandwidthDuration" |
| const char * | PAR_BURSTPERIOD = "burstPeriod" |
| const char * | PAR_BURSTDURATION = "burstDuration" |
| const char * | PAR_UNDETECTBITERR = "undetectedBitErr" |
| const char * | PAR_PDUDROPPROBAB = "pduDroppingProbability" |
| const char * | PAR_MAXSDUSIZE = "maxSDUsize" |
| const char * | PAR_PARTIALDELIVER = "partialDelivery" |
| const char * | PAR_INCOMPLETEDELIVER = "incompleteDelivery" |
| const char * | PAR_FORCEORDER = "forceOrder" |
| const char * | PAR_MAXALLOWGAP = "maxAllowGap" |
| const char * | PAR_DELAY = "delay" |
| const char * | PAR_JITTER = "jitter" |
| const char * | PAR_COSTTIME = "costTime" |
| const char * | PAR_COSTBITS = "costBits" |
| const char * | PAR_ATIME = "aTime" |
| const char * | PAR_RESILIENCYFACTOR = "resiliencyFactor" |
| Define_Module | ( | AEBase | ) |
| const char* PAR_AVGBW = "averageBandwidth" |
Definition at line 27 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_AVGSDUBW = "averageSDUBandwidth" |
Definition at line 28 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_BURSTDURATION = "burstDuration" |
Definition at line 32 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_BURSTPERIOD = "burstPeriod" |
Definition at line 31 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_COSTBITS = "costBits" |
Definition at line 43 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_COSTTIME = "costTime" |
Definition at line 42 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_DELAY = "delay" |
Definition at line 40 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_FORCEORDER = "forceOrder" |
Definition at line 38 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_INCOMPLETEDELIVER = "incompleteDelivery" |
Definition at line 37 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_JITTER = "jitter" |
Definition at line 41 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_MAXALLOWGAP = "maxAllowGap" |
Definition at line 39 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_MAXSDUSIZE = "maxSDUsize" |
Definition at line 35 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_PARTIALDELIVER = "partialDelivery" |
Definition at line 36 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_PDUDROPPROBAB = "pduDroppingProbability" |
Definition at line 34 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_PEAKBWDUR = "peakBandwidthDuration" |
Definition at line 29 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_PEAKSDUBWDUR = "peakSDUBandwidthDuration" |
Definition at line 30 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().
| const char* PAR_UNDETECTBITERR = "undetectedBitErr" |
Definition at line 33 of file AEBase.cc.
Referenced by AEBase::initQoSRequiremets().