Enum Polarity

Enum Documentation

enum class ouster::sdk::core::Polarity

Polarity represents polarity of NMEA UART and SYNC_PULSE inputs and outputs.

See sensor docs for more details.

Values:

enumerator ACTIVE_LOW = 1

ACTIVE_LOW.

enumerator ACTIVE_HIGH

ACTIVE_HIGH.

enumerator OUSTER_DEPRECATED_ENUM_CLASS_ENTRY = (POLARITY_ACTIVE_LOW, ACTIVE_LOW, 1)

Deprecated:

Use ouster::sdk::core::Polarity::ACTIVE_LOW instead.

Deprecated:

Use ouster::sdk::core::Polarity::ACTIVE_HIGH instead.

enumerator OUSTER_DEPRECATED_ENUM_CLASS_ENTRY = (POLARITY_ACTIVE_HIGH, ACTIVE_HIGH, 1)

end of deprecated entries