#include <SimpleNodeEntry.h>
Public Attributes | |
| simtime_t | finished |
| send queue finished | |
| 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 167 of file SimpleNodeEntry.h.
| simtime_t SimpleNodeEntry::SimpleNodeEntry::Channel::accessDelay |
first hop delay
Definition at line 170 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getAccessDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
| double SimpleNodeEntry::SimpleNodeEntry::Channel::bandwidth |
bandwidth in access net
Definition at line 171 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getBandwidth(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
| double SimpleNodeEntry::SimpleNodeEntry::Channel::errorRate |
packet loss rate
Definition at line 172 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), SimpleNodeEntry::getErrorRate(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
| simtime_t SimpleNodeEntry::SimpleNodeEntry::Channel::finished |
send queue finished
Definition at line 168 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
| simtime_t SimpleNodeEntry::SimpleNodeEntry::Channel::maxQueueTime |
maximum time for packets to be queued
Definition at line 169 of file SimpleNodeEntry.h.
Referenced by SimpleNodeEntry::calcDelay(), operator<<(), and SimpleNodeEntry::SimpleNodeEntry().
1.5.8