Class LogState

Class Documentation

class LogState

This enumerator class enumerates the states of data logging channels. Also see Log Statuses.

Public Types

enum T

Values:

enumerator Idle

Not currently logging data.

enumerator Running

Currently logging data.

enumerator WriteFail

Logging stopped because of write failure.

enumerator BufferOverflow

Logging stopped because of buffer overflow.

enumerator Finished

Finished logging data.