Go to the source code of this file.
Defines | |
#define | ERR_COM -9 |
Error communicating with the serial port. | |
#define | ERR_CONF -6 |
Error trying to configure the device (used in the mcdc3006s driver). | |
#define | ERR_CREAT -17 |
error creating an object. | |
#define | ERR_CURLIM -1 |
Current limit reached. | |
#define | ERR_FILE_ACCESS -12 |
File access error. | |
#define | ERR_GENERIC -18 |
generic error. | |
#define | ERR_NA -13 |
error Not Available. | |
#define | ERR_NAK -18 |
nack received. | |
#define | ERR_NOERR 0 |
No error. | |
#define | ERR_NOHOME -3 |
Error establishing the homing position (HO command to the driver). | |
#define | ERR_NOTLINKED -15 |
Error because the actuator is not linked to a driver. | |
#define | ERR_OUTOFBOUNDS -16 |
error because some parameter is not between the allowed limits. | |
#define | ERR_OUTOFRANGE -4 |
Error out of range. The entered parameter is not between the allowed limits. | |
#define | ERR_PARAM_NF -11 |
Param Not found error. | |
#define | ERR_POSLIMIT -5 |
Error in the position limits of the driver. | |
#define | ERR_READ -7 |
Error reading from the serial port. | |
#define | ERR_SEM -10 |
Semaphore related error. | |
#define | ERR_TIMEOUT -2 |
Timeout reached. | |
#define | ERR_UNCONFIG -19 |
device not configured. | |
#define | ERR_UNK -14 |
unknown error. | |
#define | ERR_WRI -8 |
Error writing to the serial port. |
#define ERR_COM -9 |
Error communicating with the serial port.
Definition at line 92 of file common_errors.h.
#define ERR_CONF -6 |
Error trying to configure the device (used in the mcdc3006s driver).
Definition at line 72 of file common_errors.h.
#define ERR_CREAT -17 |
error creating an object.
Definition at line 140 of file common_errors.h.
#define ERR_CURLIM -1 |
Current limit reached.
Definition at line 41 of file common_errors.h.
#define ERR_FILE_ACCESS -12 |
File access error.
Definition at line 110 of file common_errors.h.
#define ERR_GENERIC -18 |
generic error.
Definition at line 146 of file common_errors.h.
#define ERR_NA -13 |
error Not Available.
Definition at line 116 of file common_errors.h.
#define ERR_NAK -18 |
nack received.
Definition at line 152 of file common_errors.h.
#define ERR_NOERR 0 |
No error.
Definition at line 33 of file common_errors.h.
#define ERR_NOHOME -3 |
Error establishing the homing position (HO command to the driver).
Definition at line 54 of file common_errors.h.
#define ERR_NOTLINKED -15 |
Error because the actuator is not linked to a driver.
Definition at line 128 of file common_errors.h.
#define ERR_OUTOFBOUNDS -16 |
error because some parameter is not between the allowed limits.
Definition at line 134 of file common_errors.h.
#define ERR_OUTOFRANGE -4 |
Error out of range. The entered parameter is not between the allowed limits.
Definition at line 60 of file common_errors.h.
#define ERR_PARAM_NF -11 |
Param Not found error.
Definition at line 104 of file common_errors.h.
#define ERR_POSLIMIT -5 |
Error in the position limits of the driver.
Definition at line 66 of file common_errors.h.
#define ERR_READ -7 |
Error reading from the serial port.
Definition at line 80 of file common_errors.h.
#define ERR_SEM -10 |
Semaphore related error.
Definition at line 98 of file common_errors.h.
#define ERR_TIMEOUT -2 |
Timeout reached.
Definition at line 48 of file common_errors.h.
#define ERR_UNCONFIG -19 |
device not configured.
Definition at line 158 of file common_errors.h.
#define ERR_UNK -14 |
unknown error.
Definition at line 122 of file common_errors.h.
#define ERR_WRI -8 |
Error writing to the serial port.
Definition at line 86 of file common_errors.h.