| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <tclInt.h>
Inheritance diagram for Trace:

Public Member Functions | |
| Trace (int type) | |
| ~Trace () | |
| int | command (int argc, const char *const *argv) |
| void | recv (Packet *p, Handler *) |
| void | recvOnly (Packet *p) |
| virtual void | write_nam_trace (const char *s) |
| void | trace (TracedVar *var) |
Static Public Member Functions | |
| int | get_seqno (Packet *p) |
Public Attributes | |
| int | level |
| Tcl_CmdTraceProc * | proc |
| ClientData | clientData |
| Trace * | nextPtr |
| BaseTrace * | pt_ |
| int | type_ |
Protected Member Functions | |
| virtual void | format (int tt, int s, int d, Packet *p) |
| void | annotate (const char *s) |
| void | callback () |
Protected Attributes | |
| nsaddr_t | src_ |
| nsaddr_t | dst_ |
| int | callback_ |
| int | show_tcphdr_ |
| int | show_sctphdr_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Connector. Reimplemented in CMUTrace. |
|
||||||||||||||||||||
|
Reimplemented in SatTrace. |
|
|
|
|
||||||||||||
|
Reimplemented from Connector. Reimplemented in SatDequeTrace, CMUTrace, TraceIp, TraceIpMac, and DequeTrace. |
|
|
Reimplemented from NsObject. |
|
|
Reimplemented from TclObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|