Go to the source code of this file.
◆ IGTL_STRING_HEADER_SIZE
#define IGTL_STRING_HEADER_SIZE 4 |
◆ igtl_string_convert_byte_order()
Converts endianness from host byte order to network byte order, or vice versa. NOTE: It is developer's responsibility to have the string body with BOM (byte order mark) or in big endian ordrer.
◆ igtl_string_get_crc()
Calculates CRC of image data body including header and array of pixel data.
◆ igtl_string_get_string_length()
Calculates size of the pixel array, which will be transferred with the specified header.