OpenCSD - CoreSight Trace Decode Library
1.3.3
|
Interface class for packet processor monitor. More...
#include <trc_pkt_raw_in_i.h>
Public Member Functions | |
IPktRawDataMon () | |
virtual | ~IPktRawDataMon () |
virtual void | RawPacketDataMon (const ocsd_datapath_op_t op, const ocsd_trc_index_t index_sop, const P *pkt, const uint32_t size, const uint8_t *p_data)=0 |
![]() | |
ITrcTypedBase () | |
virtual | ~ITrcTypedBase () |
Interface class for packet processor monitor.
Definition at line 57 of file trc_pkt_raw_in_i.h.
|
inline |
Definition at line 60 of file trc_pkt_raw_in_i.h.
|
inlinevirtual |
Default constructor.
Definition at line 61 of file trc_pkt_raw_in_i.h.
|
pure virtual |
Default destructor.
Interface monitor function called with a complete packet, or other data path operation.
op | : Datapath operation |
index_sop | : start of packet index |
*pkt | : The expanded packet |
size | : size of packet data bytes |
*p_data | : the packet data bytes. |