Enum PacketValidationFailure
Defined in File packet.h
Enum Documentation
-
enum class ouster::sdk::core::PacketValidationFailure
Reasons for failure of packet validation.
Values:
-
enumerator NONE = 0
No validation errors were found.
-
enumerator PACKET_SIZE = 1
The packet size does not match the expected size.
-
enumerator ID = 2
The prod_sn or init_id does not match the metadata.
-
enumerator NONE = 0