| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#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)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|