Class DetailLogStatus
Defined in File LogApi.h
Class Documentation
-
class DetailLogStatus
This class contains the status of a data logging operation. Compared to LogStatus, there are several additional statuses. Also see Log Statuses.
Public Functions
-
DetailLogStatus()
Public Members
-
DetailLogState::T state
The state of the data logging operation.
-
DetailLogBufferStatus buffer
Statuses related to the log buffer.
-
double interruptPeriod
The period of the interrupt (cyclic handler) that processes this log channel. [ms].
-
unsigned int logFileCount
The file number of the log file that is written by the log operation, starting at 0 for the first file.
-
unsigned int samplesWrittenSize
The total number of bytes in the strings written to the log file during the logging operation. [byte].
-
unsigned int samplesWritten
The number of samples written to the log file in the logging operation. [samples].
-
double millisecondsWritten
The amount of time that samples have been written to the log file in the logging operation. [ms].
-
DetailLogStatus()