Information about a memory error.

Public Attributes#

uint16_t

X coordinate of the address where the error happened.

uint16_t

Y coordinate of the address where the error happened.

uint8_t

The color that was written to the memory address.

uint8_t

The color that was read from the memory address.

Public Attribute Documentation#

x#

uint16_t DMD_MemoryError::x

X coordinate of the address where the error happened.


Definition at line 139 of file platform/middleware/glib/dmd/dmd.h

y#

uint16_t DMD_MemoryError::y

Y coordinate of the address where the error happened.


Definition at line 141 of file platform/middleware/glib/dmd/dmd.h

writtenColor#

uint8_t DMD_MemoryError::writtenColor[3]

The color that was written to the memory address.


Definition at line 143 of file platform/middleware/glib/dmd/dmd.h

readColor#

uint8_t DMD_MemoryError::readColor[3]

The color that was read from the memory address.


Definition at line 145 of file platform/middleware/glib/dmd/dmd.h