Class MemoryLogData

Class Documentation

class MemoryLogData

This class contains data that has been logged using the memory log operation. This class contains data over multiple cycles.

Public Functions

MemoryLogData()

Public Members

unsigned int count

The number of cycles of data that have been logged.

unsigned char overflowFlag

If set to 1, some data that have not yet been retrieved by the GetMemoryLogData function have been discarded, because the buffer memory storing the memory log data ran out of space. If set to 0, there was no overflow error.

MemoryLogDatas logData[constants::maxMemLogDataSize]

The log data over the number of cycles in the “count” variable. The first “count” indices of this array contains logged data.