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/emulate/tap.h File Reference

#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)); }

Define Documentation

#define TAPDEBUG   1
 

#define TDEBUG      { if (TAPDEBUG) fprintf(stderr, (x)); }
 

#define TDEBUG2 x,
     { if (TAPDEBUG) fprintf(stderr, (x), (y)); }
 

#define TDEBUG3 x,
y,
     { if (TAPDEBUG) fprintf(stderr, (x), (y), (z)); }
 

#define TDEBUG4 w,
x,
y,
     { if (TAPDEBUG) fprintf(stderr, (w), (x), (y), (z)); }
 

#define TDEBUG5 v,
w,
x,
y,
     { if (TAPDEBUG) fprintf(stderr, (v), (w), (x), (y), (z)); }
 


This document is generated by doxygen.