IBR-DTNSuite 0.6

dtn::core Namespace Reference

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)

Enumeration Type Documentation

Enumerator:
BUNDLE_DELETED 
BUNDLE_CUSTODY_ACCEPTED 
BUNDLE_FORWARDED 
BUNDLE_DELIVERED 
BUNDLE_RECEIVED 
BUNDLE_STORED 

Definition at line 21 of file BundleEvent.h.

Enumerator:
CUSTODY_REJECT 
CUSTODY_ACCEPT 

Definition at line 21 of file CustodyEvent.h.

Enumerator:
NODE_UNAVAILABLE 
NODE_AVAILABLE 
NODE_INFO_UPDATED 

Definition at line 20 of file NodeEvent.h.

Enumerator:
TIME_SECOND_TICK 

Definition at line 17 of file TimeEvent.h.


Function Documentation

void dtn::core::sql_tracer ( void *  ,
const char *  pQuery 
)