| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include "tclcl.h"#include "net.h"#include "packet.h"#include "agent.h"#include <errno.h>Compounds | |
| class | TapAgent |
Defines | |
| #define | TAPDEBUG 1 |
| #define | TDEBUG(x) { if (TAPDEBUG) fprintf(stderr, (x)); } |
| #define | TDEBUG2(x, y) { if (TAPDEBUG) fprintf(stderr, (x), (y)); } |
| #define | TDEBUG3(x, y, z) { if (TAPDEBUG) fprintf(stderr, (x), (y), (z)); } |
| #define | TDEBUG4(w, x, y, z) { if (TAPDEBUG) fprintf(stderr, (w), (x), (y), (z)); } |
| #define | TDEBUG5(v, w, x, y, z) { if (TAPDEBUG) fprintf(stderr, (v), (w), (x), (y), (z)); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|