|
IBR-DTNSuite
0.10
|
#include <NativeDaemon.h>

Public Types | |
| enum | Type { NODE_P2P, NODE_CONNECTED, NODE_DISCOVERED, NODE_INTERNET, NODE_STATIC } |
Public Member Functions | |
| NativeNode (const std::string &e) | |
| ~NativeNode () | |
Public Attributes | |
| std::string | eid |
| Type | type |
Definition at line 65 of file NativeDaemon.h.
| Enumerator | |
|---|---|
| NODE_P2P | |
| NODE_CONNECTED | |
| NODE_DISCOVERED | |
| NODE_INTERNET | |
| NODE_STATIC | |
Definition at line 67 of file NativeDaemon.h.
|
inline |
Definition at line 75 of file NativeDaemon.h.
|
inline |
Definition at line 78 of file NativeDaemon.h.
| std::string dtn::daemon::NativeNode::eid |
Definition at line 78 of file NativeDaemon.h.
| Type dtn::daemon::NativeNode::type |
Definition at line 81 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getInfo().