OpenCSD - CoreSight Trace Decode Library
1.3.3
|
#include <trc_pkt_elem_base.h>
Public Member Functions | |
TrcPacketBase () | |
virtual | ~TrcPacketBase () |
virtual const void * | c_pkt () const =0 |
return the underlying C API packet structure More... | |
Definition at line 37 of file trc_pkt_elem_base.h.
|
inline |
Definition at line 40 of file trc_pkt_elem_base.h.
|
inlinevirtual |
Definition at line 41 of file trc_pkt_elem_base.h.
|
pure virtual |
return the underlying C API packet structure
Implemented in StmTrcPacket, PtmTrcPacket, EtmV4ITrcPacket, and EtmV3TrcPacket.