Class DetailLogBufferStatus¶
Defined in File LogApi.h
Class Documentation¶
-
class DetailLogBufferStatus¶
This class contains the status of a log buffer.
Public Functions
-
DetailLogBufferStatus()¶
Public Members
-
unsigned char opened¶
If 1, the memory for the log buffer has been allocated. If 0, no memory has been allocated for the log buffer.
-
unsigned int samplesToCollect¶
The total number of samples to be collected during the logging operation. [samples].
-
unsigned int samplesCollected¶
The number of samples that have been collected in the logging operation. [samples].
-
double millisecondsToCollect¶
The total amount of time to collect samples during the logging operation. [ms].
-
double millisecondsCollected¶
The amount of time that samples have been collected in the logging operation. [ms].
-
DetailLogBufferStatus()¶