Enum EError#
Defined in File can.idl
Enum Documentation#
-
enum class sdv::can::EError : uint32_t#
Error enum.
Values:
-
enumerator no_error#
No error.
-
enumerator bit_error#
When the bit received is not the same as the bit transmitted.
-
enumerator stuff_error#
If more than five consecutive bits of the same level occur on the bus.
-
enumerator form_error#
Violation of fixed bit format.
-
enumerator crc_error#
If the received CRC does not match with the calculated code.
-
enumerator ack_error#
The transmitter does not receive a dominant acknowledgement bit in reply.
-
enumerator no_error
No error.
-
enumerator no_error
No error.
-
enumerator bit_error
When the bit received is not the same as the bit transmitted.
-
enumerator bit_error
When the bit received is not the same as the bit transmitted.
-
enumerator stuff_error
If more than five consecutive bits of the same level occur on the bus.
-
enumerator stuff_error
If more than five consecutive bits of the same level occur on the bus.
-
enumerator form_error
Violation of fixed bit format.
-
enumerator form_error
Violation of fixed bit format.
-
enumerator crc_error
If the received CRC does not match with the calculated code.
-
enumerator crc_error
If the received CRC does not match with the calculated code.
-
enumerator ack_error
The transmitter does not receive a dominant acknowledgement bit in reply.
-
enumerator ack_error
The transmitter does not receive a dominant acknowledgement bit in reply.
-
enumerator no_error#