|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <AEData.h>
Public Member Functions | |
| Stream () | |
| void | setWaiting () |
| void | setSending () |
| void | setBrt (double) |
| void | setDataS (int) |
| void | setVarDataS (double) |
| void | setRNG (RNG_function) |
| void | setWaitT (double) |
| void | setVarWaitT (double) |
| void | setWTRNG (RNG_function) |
| int | getid () |
| bool | getState () |
| int | getRemaining () |
| int | getNextPDU (int) |
| double | getWt (int) |
| double | getWait () |
| void | compute () |
Private Attributes | |
| int | id |
| bool | state |
| double | wt |
| double | brt |
| int | wData |
| int | dataS |
| double | varDataS |
| int | minDataS |
| int | maxDataS |
| double | waitT |
| double | varWaitT |
| int | minWaitT |
| int | maxWaitT |
| RNG_function | rng |
| RNG_function | rngwt |
Static Private Attributes | |
| static int | nextId = 0 |
| void AEData::Stream::compute | ( | ) |
Definition at line 100 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| int AEData::Stream::getNextPDU | ( | int | maxSize | ) |
Definition at line 73 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| int AEData::Stream::getRemaining | ( | ) |
Definition at line 69 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| bool AEData::Stream::getState | ( | ) |
Definition at line 88 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| double AEData::Stream::getWait | ( | ) |
Definition at line 96 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| double AEData::Stream::getWt | ( | int | size | ) |
Definition at line 92 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| void AEData::Stream::setBrt | ( | double | val | ) |
Definition at line 38 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setDataS | ( | int | val | ) |
Definition at line 42 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setRNG | ( | RNG_function | val | ) |
Definition at line 56 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setVarDataS | ( | double | val | ) |
Definition at line 45 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setVarWaitT | ( | double | val | ) |
Definition at line 52 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setWaiting | ( | ) |
Definition at line 79 of file AEData.cc.
Referenced by AEData::AEData::processMsg().
| void AEData::Stream::setWaitT | ( | double | val | ) |
Definition at line 49 of file AEData.cc.
Referenced by AEData::AEData::doIni().
| void AEData::Stream::setWTRNG | ( | RNG_function | val | ) |
Definition at line 60 of file AEData.cc.
Referenced by AEData::AEData::doIni().
|
private |
|
private |
Definition at line 66 of file AEData.h.
Referenced by compute(), setDataS(), and Stream().
|
private |
Definition at line 68 of file AEData.h.
Referenced by compute(), and setSending().
|
private |
|
private |
Definition at line 68 of file AEData.h.
Referenced by compute(), and setSending().
|
private |
|
staticprivate |
|
private |
Definition at line 74 of file AEData.h.
Referenced by getWait(), setRNG(), and setSending().
|
private |
Definition at line 74 of file AEData.h.
Referenced by setWTRNG().
|
private |
Definition at line 60 of file AEData.h.
Referenced by getState(), setSending(), setWaiting(), and Stream().
|
private |
Definition at line 67 of file AEData.h.
Referenced by compute(), and setVarDataS().
|
private |
Definition at line 71 of file AEData.h.
Referenced by compute(), and setVarWaitT().
|
private |
Definition at line 70 of file AEData.h.
Referenced by compute(), setWaitT(), and Stream().
|
private |
Definition at line 64 of file AEData.h.
Referenced by getNextPDU(), getRemaining(), setSending(), and setWaiting().
|
private |