libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

uavcan::anonymous_namespace{error.hpp} Namespace Reference

uavcan::anonymous_namespace{error.hpp} Namespace Reference

Variables

const int16_t ErrFailure = 1
 Common error codes.
const int16_t ErrDriver = 4
 Platform driver error.
const int16_t ErrPassiveMode = 11
 Operation not permitted in passive mode.
const int16_t ErrTransferTooLong = 12
 Transfer of this length cannot be sent with given transfer type.

Variable Documentation

const int16_t ErrDriver = 4

Platform driver error.

Definition at line 28 of file error.hpp.

const int16_t ErrFailure = 1

Common error codes.

Functions that return signed integers may also return inverted error codes, i.e. returned value should be inverted back to get the actual error code.

Return code 0 (zero) means no error. General failure

Definition at line 25 of file error.hpp.

const int16_t ErrPassiveMode = 11

Operation not permitted in passive mode.

Definition at line 35 of file error.hpp.

const int16_t ErrTransferTooLong = 12

Transfer of this length cannot be sent with given transfer type.

Definition at line 36 of file error.hpp.