Public Member Functions | |
UmtsTracer () | |
Protected Member Functions | |
void | format (Packet *p, SAP *sap) |
Definition at line 42 of file umts-tracer.cc.
void UmtsTracer::format | ( | Packet * | p, | |
SAP * | sap | |||
) | [protected, virtual] |
This method has to write a formatted string with the packet's information using the method writeTrace of the given SAP.
p | pointer to the Packet to be traced | |
sap | pointer to the SAP instance which ask for the trace |
Implements Tracer.
Definition at line 55 of file umts-tracer.cc.
References hdr_rlc::access(), hdr_umtsphy::data, hdr_umtsphy::direction, hdr_rlc::dst_rlc_id_, hdr_rlc::eopno(), hdr_rlc::lltype(), hdr_umtsphy::me_code_id, hdr_rlc::poll(), hdr_umtsphy::powerUp, hdr_rlc::seqno(), hdr_rlc::SN_MRW, hdr_rlc::SN_MRW_ACK, hdr_rlc::src_rlc_id_, and Tracer::writeTrace().
Here is the call graph for this function: