Enum ChunksLayout

Enum Documentation

enum class ouster::sdk::osf::ChunksLayout

Chunking strategies.

Refer to RFC0018 for more details.

Values:

enumerator STANDARD = 0

not used currently

enumerator STREAMING = 1

default layout (the only one for a user)

enumerator OUSTER_DEPRECATED_ENUM_CLASS_ENTRY = (LAYOUT_STANDARD, STANDARD, 1)

Deprecated:

Use ouster::sdk::osf::ChunksLayout::STANDARD instead.

Deprecated:

Use ouster::sdk::osf::ChunksLayout::STREAMING instead.

enumerator OUSTER_DEPRECATED_ENUM_CLASS_ENTRY = (LAYOUT_STREAMING, STREAMING, 1)

end of deprecated entries