#include <NeighborNode.h>
Public Member Functions | |
NeighborNode () | |
NeighborNode (const GiaNode &node, simtime_t timestamp) | |
Public Attributes | |
GiaNode | giaNode |
simtime_t | timestamp |
GiaNode of this neighbor. | |
KeyList | keyList |
timestamp of last received message from this neighbor | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const NeighborNode &n) |
NeighborNode::NeighborNode | ( | const GiaNode & | node, | |
simtime_t | timestamp | |||
) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const NeighborNode & | n | |||
) | [friend] |
timestamp of last received message from this neighbor
simtime_t NeighborNode::timestamp |
GiaNode of this neighbor.