IBR-DTNSuite
0.12
|
Classes | |
class | CapsuleWorker |
class | Component |
class | IndependentComponent |
class | IntegratedComponent |
class | Configuration |
class | Debugger |
class | DevNull |
class | DTNTPWorker |
class | EchoWorker |
class | NativeDaemonCallback |
class | NativeEventCallback |
class | NativeNode |
class | NativeStats |
class | NativeDaemonException |
class | NativeDaemon |
class | NativeEventLoop |
Enumerations | |
enum | DaemonRunLevel { RUNLEVEL_ZERO = 0, RUNLEVEL_CORE = 1, RUNLEVEL_STORAGE = 2, RUNLEVEL_ROUTING = 3, RUNLEVEL_API = 4, RUNLEVEL_NETWORK = 5, RUNLEVEL_ROUTING_EXTENSIONS = 6 } |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const DTNTPWorker::TimeSyncMessage &obj) |
std::istream & | operator>> (std::istream &stream, DTNTPWorker::TimeSyncMessage &obj) |
Enumerator | |
---|---|
RUNLEVEL_ZERO | |
RUNLEVEL_CORE | |
RUNLEVEL_STORAGE | |
RUNLEVEL_ROUTING | |
RUNLEVEL_API | |
RUNLEVEL_NETWORK | |
RUNLEVEL_ROUTING_EXTENSIONS |
Definition at line 40 of file NativeDaemon.h.
std::ostream& dtn::daemon::operator<< | ( | std::ostream & | stream, |
const DTNTPWorker::TimeSyncMessage & | obj | ||
) |
Definition at line 134 of file DTNTPWorker.cpp.
References dtn::daemon::DTNTPWorker::TimeSyncMessage::origin_rating, dtn::daemon::DTNTPWorker::TimeSyncMessage::origin_timestamp, dtn::daemon::DTNTPWorker::TimeSyncMessage::peer_rating, dtn::daemon::DTNTPWorker::TimeSyncMessage::peer_timestamp, and dtn::daemon::DTNTPWorker::TimeSyncMessage::type.
std::istream& dtn::daemon::operator>> | ( | std::istream & | stream, |
DTNTPWorker::TimeSyncMessage & | obj | ||
) |
Definition at line 155 of file DTNTPWorker.cpp.
References dtn::daemon::DTNTPWorker::TimeSyncMessage::origin_rating, dtn::daemon::DTNTPWorker::TimeSyncMessage::origin_timestamp, dtn::daemon::DTNTPWorker::TimeSyncMessage::peer_rating, dtn::daemon::DTNTPWorker::TimeSyncMessage::peer_timestamp, and dtn::daemon::DTNTPWorker::TimeSyncMessage::type.