

Go to the source code of this file.
Classes | |
| struct | igtl_query_header |
Macros | |
| #define | IGTL_QUERY_DATE_TYPE_SIZE 32 |
| #define | IGTL_QUERY_HEADER_SIZE 38 |
Functions | |
| void igtl_export | igtl_query_convert_byte_order (igtl_query_header *header) |
| igtl_uint64 igtl_export | igtl_query_get_crc (igtl_query_header *header, void *query) |
| #define IGTL_QUERY_DATE_TYPE_SIZE 32 |
Definition at line 24 of file igtl_query.h.
| #define IGTL_QUERY_HEADER_SIZE 38 |
Definition at line 23 of file igtl_query.h.
| void igtl_export igtl_query_convert_byte_order | ( | igtl_query_header * | header | ) |
Converts endian-ness from host byte order to network byte order, or vice versa. NOTE: It is developer's responsibility to have the command body with BOM (byte order mark) or in big endian order.
| igtl_uint64 igtl_export igtl_query_get_crc | ( | igtl_query_header * | header, |
| void * | query | ||
| ) |
Calculates CRC of image data body including header and array of pixel data.