LinkScheduleEstimator.h File Reference

#include <vector>
#include <oasys/util/IntUtils.h>
#include <oasys/debug/Log.h>

Go to the source code of this file.

Classes

class  dtn::LinkScheduleEstimator
 Given a log on the form (start1, duration1), . More...
struct  dtn::LinkScheduleEstimator::LogEntry

Namespaces

namespace  dtn
 

Namespace for the dtn daemon source code.


Defines

#define CONTACT(s, d)   { s, d }
#define absdiff(x, y)   ((x<y)?((y)-(x)):((x)-(y)))
#define WARPING_WINDOW   .02
#define PERIOD_TOLERANCE   .02
#define MAX_DIST   1<<30

Define Documentation

#define absdiff ( x,
 )     ((x<y)?((y)-(x)):((x)-(y)))
#define CONTACT ( s,
 )     { s, d }

Definition at line 21 of file LinkScheduleEstimator.h.

#define MAX_DIST   1<<30
#define PERIOD_TOLERANCE   .02

Definition at line 25 of file LinkScheduleEstimator.h.

Referenced by dtn::LinkScheduleEstimator::estimate_period().

#define WARPING_WINDOW   .02
Generated on Sun Nov 21 13:21:00 2010 for DTN Reference Implementation by  doxygen 1.6.3