Class MemoryLogIOData

Class Documentation

class MemoryLogIOData

This class contains I/O data that has been recorded by a memory log operation.

Public Functions

MemoryLogIOData()

Public Members

char input[constants::maxMemLogIoInputByteSize]

Contains the I/O input data for one cycle that has been recorded by data logging to memory. The layout of the I/O input data is determined by the SetMemoryIOLog function.

char output[constants::maxMemLogIoOutputByteSize]

Contains the I/O output data for one cycle that has been recorded by data logging to memory. The layout of the I/O output data is determined by the SetMemoryIOLog function.