OverSim
|
#include <GiaNeighbors.h>
Public Attributes | |
unsigned int | connectionDegree |
unsigned int | receivedTokens |
unsigned int | sentTokens |
simtime_t | timestamp |
GiaKeyList | keyList |
Definition at line 38 of file GiaNeighbors.h.
unsigned int GiaNeighborInfo::connectionDegree |
Definition at line 40 of file GiaNeighbors.h.
Referenced by operator<<().
GiaKeyList GiaNeighborInfo::keyList |
Definition at line 44 of file GiaNeighbors.h.
unsigned int GiaNeighborInfo::receivedTokens |
Definition at line 41 of file GiaNeighbors.h.
Referenced by Gia::forwardMessage(), GiaMessageBookkeeping::getNextHop(), GiaMessageBookkeeping::GiaNodeQueueCompare::operator()(), and operator<<().
unsigned int GiaNeighborInfo::sentTokens |
Definition at line 42 of file GiaNeighbors.h.
Referenced by GiaTokenFactory::tokenCompareGiaNode::operator()(), and operator<<().
simtime_t GiaNeighborInfo::timestamp |
Definition at line 43 of file GiaNeighbors.h.
Referenced by operator<<().