OverSim
|
#include <SimpleNodeEntry.h>
Public Attributes | |
simtime_t | finished |
node send queue nodeTxfinished | |
simtime_t | maxQueueTime |
maximum time for packets to be queued | |
simtime_t | accessDelay |
first hop delay | |
double | bandwidth |
bandwidth in access net | |
double | errorRate |
packet loss rate |
Definition at line 221 of file SimpleNodeEntry.h.
simtime_t SimpleNodeEntry::Channel::accessDelay |
first hop delay
Definition at line 224 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcAccessRouterDelay(), SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getAccessDelay(), SimpleNodeEntry::getRxAccessDelay(), SimpleNodeEntry::getTxAccessDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
double SimpleNodeEntry::Channel::bandwidth |
bandwidth in access net
Definition at line 225 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcAccessRouterDelay(), SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getBandwidth(), SimpleNodeEntry::getRxBandwidth(), SimpleNodeEntry::getTxBandwidth(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
double SimpleNodeEntry::Channel::errorRate |
packet loss rate
Definition at line 226 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getErrorRate(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
simtime_t SimpleNodeEntry::Channel::finished |
node send queue nodeTxfinished
Definition at line 222 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcAccessRouterDelay(), SimpleNodeEntry::calcDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
simtime_t SimpleNodeEntry::Channel::maxQueueTime |
maximum time for packets to be queued
Definition at line 223 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcAccessRouterDelay(), SimpleNodeEntry::calcDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().