LinkScheduleEstimator.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  dtn

Classes

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

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 Mon Jul 21 14:12:18 2008 for DTN Reference Implementation by  doxygen 1.5.6