ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
An XRayBuffer represents a section of memory which can be treated by log processing functions as bytes stored in the logging implementation's buffers. More...
#include <xray_log_interface.h>
Public Attributes | |
const void * | Data |
size_t | Size |
An XRayBuffer represents a section of memory which can be treated by log processing functions as bytes stored in the logging implementation's buffers.
Definition at line 310 of file xray_log_interface.h.
const void* XRayBuffer::Data |
Definition at line 311 of file xray_log_interface.h.
size_t XRayBuffer::Size |
Definition at line 312 of file xray_log_interface.h.