34 #ifndef ARM_TRC_FRAME_DEFORMATTER_H_INCLUDED 35 #define ARM_TRC_FRAME_DEFORMATTER_H_INCLUDED 37 #include "opencsd/ocsd_if_types.h" 43 class ITrcDataMixIDIn;
46 class TraceFmtDcdImpl;
60 virtual ocsd_datapath_resp_t
TraceDataIn(
const ocsd_datapath_op_t op,
61 const ocsd_trc_index_t index,
62 const uint32_t dataBlockSize,
63 const uint8_t *pDataBlock,
64 uint32_t *numBytesProcessed);
81 ocsd_err_t
OutputFilterIDs(std::vector<uint8_t> &id_list,
bool bEnable);
85 ocsd_datapath_resp_t
Reset();
86 ocsd_datapath_resp_t
Flush();
89 TraceFmtDcdImpl *m_pDecoder;
95 #endif // ARM_TRC_FRAME_DEFORMATTER_H_INCLUDED
Interface class to index the frame formatted trace stream.
Interface to monitor the raw frame decode progress..
Interface to either trace data frame deformatter or packet processor.
Error logging interface.This class provides a standard interface to the decoder error logger for all ...
Single component interface pointer attachment point.
OpenCSD : Component attachment point interface class.