#include "igtl_util.h"
#include "igtl_types.h"
Go to the source code of this file.
◆ IGTL_STATUS_ACCESS_DENIED
#define IGTL_STATUS_ACCESS_DENIED 5 |
◆ IGTL_STATUS_BUSY
#define IGTL_STATUS_BUSY 6 |
◆ IGTL_STATUS_CHECKSUM_ERROR
#define IGTL_STATUS_CHECKSUM_ERROR 9 /* Checksum error */ |
◆ IGTL_STATUS_CONFIG_ERROR
#define IGTL_STATUS_CONFIG_ERROR 10 /* Configuration error */ |
◆ IGTL_STATUS_DISABLED
#define IGTL_STATUS_DISABLED 15 /* Device disabled */ |
◆ IGTL_STATUS_ERROR_NAME_LENGTH
#define IGTL_STATUS_ERROR_NAME_LENGTH 20 |
◆ IGTL_STATUS_HARDWARE_FAILURE
#define IGTL_STATUS_HARDWARE_FAILURE 18 /* Hardware failure */ |
◆ IGTL_STATUS_HEADER_SIZE
#define IGTL_STATUS_HEADER_SIZE 30 |
◆ IGTL_STATUS_ILLEGAL_INSTRUCTION
#define IGTL_STATUS_ILLEGAL_INSTRUCTION 12 /* Illegal/Unknown instruction */ |
◆ IGTL_STATUS_INVALID
#define IGTL_STATUS_INVALID 0 |
◆ IGTL_STATUS_MANUAL_MODE
#define IGTL_STATUS_MANUAL_MODE 14 /* Manual mode (device does not accept commands) */ |
◆ IGTL_STATUS_NOT_FOUND
#define IGTL_STATUS_NOT_FOUND 4 /* file, configuration, device etc */ |
◆ IGTL_STATUS_NOT_PRESENT
#define IGTL_STATUS_NOT_PRESENT 16 /* Device not present */ |
◆ IGTL_STATUS_NOT_READY
#define IGTL_STATUS_NOT_READY 13 /* Device not ready (starting up)*/ |
◆ IGTL_STATUS_OK
◆ IGTL_STATUS_OVERFLOW
#define IGTL_STATUS_OVERFLOW 8 /* Overflow / Can't be reached */ |
◆ IGTL_STATUS_PANICK_MODE
#define IGTL_STATUS_PANICK_MODE 3 /* emergency */ |
◆ IGTL_STATUS_RESOURCE_ERROR
#define IGTL_STATUS_RESOURCE_ERROR 11 /* Not enough resource (memory, storage etc) */ |
◆ IGTL_STATUS_SHUT_DOWN
#define IGTL_STATUS_SHUT_DOWN 19 /* Exiting / shut down in progress */ |
◆ IGTL_STATUS_TIME_OUT
#define IGTL_STATUS_TIME_OUT 7 /* Time out / Connection lost */ |
◆ IGTL_STATUS_UNKNOWN_ERROR
#define IGTL_STATUS_UNKNOWN_ERROR 2 |
◆ IGTL_STATUS_UNKNOWN_VERSION
#define IGTL_STATUS_UNKNOWN_VERSION 17 /* Device version not known */ |
◆ igtl_status_convert_byte_order()
Converts endianness of each member variable in igtl_status_header from host byte order to network byte order, or vice versa.
◆ igtl_status_get_crc()
Calculates CRC of status data body including status message part