Class MemoryLogOptions
Defined in File LogApi.h
Class Documentation
-
class MemoryLogOptions
This class contains additional options for a memory log operation.
Public Functions
-
MemoryLogOptions()
Public Members
-
unsigned char triggerEventCount
If this value is 0, the memory log operation will start immediately after the StartMemoryLog function is called. If this value is greater than 0, the memory log operation will not start immediately after the StartMemoryLog function is called. Instead, it will start the next time one of the specified event conditions becomes true. The events are specified using the triggerEventID member.
-
unsigned int triggerEventID[constants::maxMemLogTriggerEventSize]
If triggerEventCount is greater than 0, the event IDs of the events to trigger the memory log operation are specified here. The first triggerEventCount indices of this array should contain the event IDs.
-
MemoryLogOptions()