Class LogStatus
Defined in File LogApi.h
Class Documentation
-
class LogStatus
This class contains the status of a data logging operation. Also see Log Statuses.
Public Functions
-
LogStatus()
Public Members
-
bool bufferOpened
If TRUE, the log buffer for this channel is opened. If FALSE, the log buffer for this channel is not opened.
-
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].
-
unsigned int samplesWritten
The number of samples written to the log file 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].
-
double millisecondsWritten
The amount of time that samples have been written to the log file in the logging operation. [ms].
-
LogStatus()