#include <clcommontracer.h>
Inheritance diagram for ClCommonTracer:
Public Member Functions | |
ClCommonTracer () | |
void | format (ClMessage *m, ConnectorTrace *sap) |
Definition at line 52 of file clcommontracer.h.
ClCommonTracer::ClCommonTracer | ( | ) |
The class constructor initialize the clType to 0. This value is not relevant because this class is a common ClMessageTracer thus it has not to checked the incoming ClMessage type.
Definition at line 33 of file clcommontracer.cc.
void ClCommonTracer::format | ( | ClMessage * | m, | |
ConnectorTrace * | sap | |||
) | [virtual] |
This method writes a string in the trace file with the following format:
where
m | pointer to the ClMessage to be traced | |
sap | pointer to the ClSAP instance which ask for the trace |
Implements ClMessageTracer.
Definition at line 37 of file clcommontracer.cc.
References ClMessage::direction(), DOWN, ClMessage::getDest(), ClMessage::getDestType(), ClMessage::getSource(), TOMODULE, TONODECORE, ClMessage::uid(), UNICAST, UP, and ClMessageTracer::writeTrace().
Here is the call graph for this function: