Enum DecodeError
Defined in File sample_decoder.hpp
Enum Documentation
-
enum class nebula::drivers::DecodeError : uint8_t
Error codes returned during packet decoding.
Values:
-
enumerator PACKET_FORMAT_INVALID
Packet content did not match the expected format.
-
enumerator CALLBACK_NOT_SET
Decoder cannot publish scans because callback is missing.
-
enumerator EMPTY_PACKET
Received packet had zero bytes.
-
enumerator PACKET_FORMAT_INVALID