#include <headertracer.h>
Inheritance diagram for CommonHeaderTracer:
Public Member Functions | |
CommonHeaderTracer () | |
void | format (Packet *p, SAP *sap) |
Definition at line 58 of file headertracer.h.
CommonHeaderTracer::CommonHeaderTracer | ( | ) |
The class constructor initialize the level to 1. This means that it will be the first Tracer which will process the incoming packets
Definition at line 42 of file headertracer.cc.
void CommonHeaderTracer::format | ( | Packet * | p, | |
SAP * | sap | |||
) | [virtual] |
This method writes a string in the trace file with the following format:
where
p | pointer to the packet to be traced | |
sap | pointer to the SAP instance which ask for the trace |
Implements Tracer.
Definition at line 44 of file headertracer.cc.
References Tracer::writeTrace().
Here is the call graph for this function: