ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Attributes | List of all members
XRayBuffer Struct Reference

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>

Collaboration diagram for XRayBuffer:
Collaboration graph
[legend]

Public Attributes

const void * Data
 
size_t Size
 

Detailed Description

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.

Member Data Documentation

◆ Data

const void* XRayBuffer::Data

Definition at line 311 of file xray_log_interface.h.

◆ Size

size_t XRayBuffer::Size

Definition at line 312 of file xray_log_interface.h.


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