OpenCSD - CoreSight Trace Decode Library  1.3.3
Public Member Functions | List of all members
TrcPacketBase Class Referenceabstract

#include <trc_pkt_elem_base.h>

Inheritance diagram for TrcPacketBase:
Inheritance graph
[legend]

Public Member Functions

 TrcPacketBase ()
 
virtual ~TrcPacketBase ()
 
virtual const void * c_pkt () const =0
 return the underlying C API packet structure More...
 

Detailed Description

Definition at line 37 of file trc_pkt_elem_base.h.

Constructor & Destructor Documentation

◆ TrcPacketBase()

TrcPacketBase::TrcPacketBase ( )
inline

Definition at line 40 of file trc_pkt_elem_base.h.

◆ ~TrcPacketBase()

virtual TrcPacketBase::~TrcPacketBase ( )
inlinevirtual

Definition at line 41 of file trc_pkt_elem_base.h.

Member Function Documentation

◆ c_pkt()

virtual const void* TrcPacketBase::c_pkt ( ) const
pure virtual

return the underlying C API packet structure

Implemented in StmTrcPacket, PtmTrcPacket, EtmV4ITrcPacket, and EtmV3TrcPacket.


The documentation for this class was generated from the following file: