OpenCSD - CoreSight Trace Decode Library
1.3.3
|
Decode tree element base structure. More...
#include <ocsd_dcd_tree_elem.h>
Public Attributes | |
std::string | dcd_name |
Registered name of the decoder. More... | |
TraceComponent * | dcd_handle |
handle to the decoder object More... | |
IDecoderMngr * | dcd_mngr |
pointer to the decoder manager interface for the decodcer More... | |
ocsd_trace_protocol_t | protocol |
protocol type More... | |
bool | created |
Decode tree element base structure.
Element describes the protocol supported for this element and contains pointers to the decoder manager interface and component handle.
Definition at line 50 of file ocsd_dcd_tree_elem.h.
bool _decoder_elements::created |
decode tree created this element (destroy it on tree destruction)
Definition at line 56 of file ocsd_dcd_tree_elem.h.
TraceComponent* _decoder_elements::dcd_handle |
handle to the decoder object
Definition at line 53 of file ocsd_dcd_tree_elem.h.
IDecoderMngr* _decoder_elements::dcd_mngr |
pointer to the decoder manager interface for the decodcer
Definition at line 54 of file ocsd_dcd_tree_elem.h.
std::string _decoder_elements::dcd_name |
Registered name of the decoder.
Definition at line 52 of file ocsd_dcd_tree_elem.h.
ocsd_trace_protocol_t _decoder_elements::protocol |
protocol type
Definition at line 55 of file ocsd_dcd_tree_elem.h.