#include <differential_forwarding/VisibleNode.h>

Public Member Functions | ||||
| VisibleNode (const DTN::ByteString &addr, DTN::Link *l) | ||||
| Constructor. | ||||
| ~VisibleNode () | ||||
| Destructor. | ||||
| const DTN::ByteString & | addr () const | |||
| ||||
| bool | downhill () const | |||
| ||||
| DTN::Link * | link () const | |||
| ||||
| struct timeval & | beaconTime () const | |||
| ||||
| void | setDownhill (bool b) | |||
| ||||
| void | setBeaconTime (const struct timeval &t) | |||
| ||||
This class has no virtual methods.
Definition at line 45 of file VisibleNode.h.
| VisibleNode::VisibleNode | ( | const DTN::ByteString & | addr, | |
| DTN::Link * | l | |||
| ) |
Constructor.
| addr | The node's address | |
| l | The mock link to use for this node |
Definition at line 35 of file VisibleNode.cc.
1.5.4