Go to the source code of this file.
◆ extract_short
| #define extract_short |
( |
| array, |
|
|
| index ) |
◆ TAC_CHECK_RES
| #define TAC_CHECK_RES |
( |
| res, |
|
|
| expected, |
|
|
| resp ) |
Value: { \
if (res < expected) \
{ \
dbgPrint("Response length is too short, should be = %d (is %d)\n", expected, res); \
if (res > 0) \
free(resp); \
return -1; \
} \
status_t status = cmd_get_response_status(resp); \
{ \
dbgPrint(
"Command not successful: %s\n",
status_to_str(status)); \
free(resp); \
return -1; \
} \
}
const char * status_to_str(status_t status)
Definition at line 30 of file TactileSensor.h.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | strm, |
|
|
const TactileSensor & | a ) |