|
IBR-DTNSuite 0.6
|
Classes | |
| class | AbstractWorker |
| class | BundleCore |
| class | BundleEvent |
| class | BundleExpiredEvent |
| class | BundleGeneratedEvent |
| class | BundleStorage |
| class | CustodyEvent |
| class | DataStorage |
| class | Event |
| class | EventDebugger |
| class | EventReceiver |
| class | EventException |
| class | NoSuchEventException |
| class | NoReceiverFoundException |
| class | EventSwitch |
| class | GlobalEvent |
| class | MemoryBundleStorage |
| class | Node |
| class | NodeEvent |
| class | SimpleBundleStorage |
| class | SQLiteBundleStorage |
| class | SQLiteConfigure |
| class | StatusReportGenerator |
| class | TimeEvent |
| class | WallClock |
Enumerations | |
| enum | EventBundleAction { BUNDLE_DELETED = 0, BUNDLE_CUSTODY_ACCEPTED = 1, BUNDLE_FORWARDED = 2, BUNDLE_DELIVERED = 3, BUNDLE_RECEIVED = 4, BUNDLE_STORED = 5 } |
| enum | EventCustodyAction { CUSTODY_REJECT = 0, CUSTODY_ACCEPT = 1 } |
| enum | EventNodeAction { NODE_UNAVAILABLE = 0, NODE_AVAILABLE = 1, NODE_INFO_UPDATED = 2 } |
| enum | TimeEventAction { TIME_SECOND_TICK = 0 } |
Functions | |
| void | sql_tracer (void *, const char *pQuery) |
| BUNDLE_DELETED | |
| BUNDLE_CUSTODY_ACCEPTED | |
| BUNDLE_FORWARDED | |
| BUNDLE_DELIVERED | |
| BUNDLE_RECEIVED | |
| BUNDLE_STORED |
Definition at line 21 of file BundleEvent.h.
Definition at line 21 of file CustodyEvent.h.
Definition at line 20 of file NodeEvent.h.
Definition at line 17 of file TimeEvent.h.
| void dtn::core::sql_tracer | ( | void * | , |
| const char * | pQuery | ||
| ) |
Definition at line 32 of file SQLiteBundleStorage.cpp.
References IBRCOMMON_LOGGER_DEBUG, and IBRCOMMON_LOGGER_ENDL.
Referenced by dtn::core::SQLiteBundleStorage::openDatabase().