Go to the source code of this file.
Classes | |
struct | igtl_status_header |
Defines | |
#define | IGTL_STATUS_ACCESS_DENIED 5 |
#define | IGTL_STATUS_BUSY 6 |
#define | IGTL_STATUS_CHECKSUM_ERROR 9 |
#define | IGTL_STATUS_CONFIG_ERROR 10 |
#define | IGTL_STATUS_DISABLED 15 |
#define | IGTL_STATUS_ERROR_NAME_LENGTH 20 |
#define | IGTL_STATUS_HARDWARE_FAILURE 18 |
#define | IGTL_STATUS_HEADER_SIZE 30 |
#define | IGTL_STATUS_ILLEGAL_INSTRUCTION 12 |
#define | IGTL_STATUS_INVALID 0 |
#define | IGTL_STATUS_MANUAL_MODE 14 |
#define | IGTL_STATUS_NOT_FOUND 4 |
#define | IGTL_STATUS_NOT_PRESENT 16 |
#define | IGTL_STATUS_NOT_READY 13 |
#define | IGTL_STATUS_OK 1 |
#define | IGTL_STATUS_OVERFLOW 8 |
#define | IGTL_STATUS_PANICK_MODE 3 |
#define | IGTL_STATUS_RESOURCE_ERROR 11 |
#define | IGTL_STATUS_SHUT_DOWN 19 |
#define | IGTL_STATUS_TIME_OUT 7 |
#define | IGTL_STATUS_UNKNOWN_ERROR 2 |
#define | IGTL_STATUS_UNKNOWN_VERSION 17 |
Functions | |
void igtl_export | igtl_status_convert_byte_order (igtl_status_header *status) |
igtl_uint64 igtl_export | igtl_status_get_crc (igtl_status_header *status, igtl_uint32 msglen, const char *msg) |
#define IGTL_STATUS_ACCESS_DENIED 5 |
Definition at line 34 of file igtl_status.h.
#define IGTL_STATUS_BUSY 6 |
Definition at line 35 of file igtl_status.h.
#define IGTL_STATUS_CHECKSUM_ERROR 9 |
Definition at line 38 of file igtl_status.h.
#define IGTL_STATUS_CONFIG_ERROR 10 |
Definition at line 39 of file igtl_status.h.
#define IGTL_STATUS_DISABLED 15 |
Definition at line 44 of file igtl_status.h.
#define IGTL_STATUS_ERROR_NAME_LENGTH 20 |
Definition at line 25 of file igtl_status.h.
#define IGTL_STATUS_HARDWARE_FAILURE 18 |
Definition at line 47 of file igtl_status.h.
#define IGTL_STATUS_HEADER_SIZE 30 |
Definition at line 23 of file igtl_status.h.
#define IGTL_STATUS_ILLEGAL_INSTRUCTION 12 |
Definition at line 41 of file igtl_status.h.
#define IGTL_STATUS_INVALID 0 |
Definition at line 29 of file igtl_status.h.
#define IGTL_STATUS_MANUAL_MODE 14 |
Definition at line 43 of file igtl_status.h.
#define IGTL_STATUS_NOT_FOUND 4 |
Definition at line 33 of file igtl_status.h.
#define IGTL_STATUS_NOT_PRESENT 16 |
Definition at line 45 of file igtl_status.h.
#define IGTL_STATUS_NOT_READY 13 |
Definition at line 42 of file igtl_status.h.
#define IGTL_STATUS_OK 1 |
Definition at line 30 of file igtl_status.h.
#define IGTL_STATUS_OVERFLOW 8 |
Definition at line 37 of file igtl_status.h.
#define IGTL_STATUS_PANICK_MODE 3 |
Definition at line 32 of file igtl_status.h.
#define IGTL_STATUS_RESOURCE_ERROR 11 |
Definition at line 40 of file igtl_status.h.
#define IGTL_STATUS_SHUT_DOWN 19 |
Definition at line 48 of file igtl_status.h.
#define IGTL_STATUS_TIME_OUT 7 |
Definition at line 36 of file igtl_status.h.
#define IGTL_STATUS_UNKNOWN_ERROR 2 |
Definition at line 31 of file igtl_status.h.
#define IGTL_STATUS_UNKNOWN_VERSION 17 |
Definition at line 46 of file igtl_status.h.
void igtl_export igtl_status_convert_byte_order | ( | igtl_status_header * | status | ) |
igtl_uint64 igtl_export igtl_status_get_crc | ( | igtl_status_header * | status, | |
igtl_uint32 | msglen, | |||
const char * | msg | |||
) |