Class DetailLogState

Class Documentation

class DetailLogState

This enumerator class enumerates the states of data logging channels. There are several more states compared to LogState. Also see Log Statuses.

Public Types

enum T

Values:

enumerator Idle

Not currently logging data.

enumerator WaitingForTrigger

Waiting for the trigger condition to start the log operation to be satisfied.

enumerator Running

Currently logging data.

enumerator Pause

The log operation is paused.

enumerator Stop

The log operation is stopped.

enumerator WriteFail

Logging stopped because of write failure.

enumerator BufferOverflow

Logging stopped because of buffer overflow.

enumerator Finished

Finished logging data.