ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/queue/jobs.h File Reference

#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "queue.h"
#include "template.h"
#include "random.h"
#include "flags.h"
#include "delay.h"
#include "marker.h"

Compounds

class  JoBS

Defines

#define INFINITY   +1.0e499
#define PRECISION_ERROR   +1.0e-10
#define TOL   0.02
#define MON_WINDOW_SIZE   0.5
#define RESET_STATS   0
#define UPDATE_STATS   1
#define WITH_UPDATE   3
#define WITHOUT_UPDATE   4
#define ORIGINAL_JOBS   0
#define SHARED_PAIN   1
#define RESOLVE_OVERFLOW   0
#define RESOLVE_ADC   1
#define min(x, y)   ((x) < (y) ? (x) : (y))
#define max(x, y)   ((x) >= (y) ? (x) : (y))

Define Documentation

#define INFINITY   +1.0e499
 

#define max x,
     ((x) >= (y) ? (x) : (y))
 

#define min x,
     ((x) < (y) ? (x) : (y))
 

#define MON_WINDOW_SIZE   0.5
 

#define ORIGINAL_JOBS   0
 

#define PRECISION_ERROR   +1.0e-10
 

#define RESET_STATS   0
 

#define RESOLVE_ADC   1
 

#define RESOLVE_OVERFLOW   0
 

#define SHARED_PAIN   1
 

#define TOL   0.02
 

#define UPDATE_STATS   1
 

#define WITH_UPDATE   3
 

#define WITHOUT_UPDATE   4
 


This document is generated by doxygen.