Image packet header.
More...
#include <fuse.h>
Image packet header.
(server to client)
Definition at line 120 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::buffer_size |
size of following image buffer in bytes
Definition at line 127 of file fuse.h.
int64_t firevision::FUSE_image_message_header_t::capture_time_sec |
capture time seconds part
Definition at line 128 of file fuse.h.
int64_t firevision::FUSE_image_message_header_t::capture_time_usec |
capture time microseconds part
Definition at line 129 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::colorspace |
color space
Definition at line 123 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::format |
Image format.
Definition at line 122 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::height |
height in pixels
Definition at line 126 of file fuse.h.
char firevision::FUSE_image_message_header_t::image_id[IMAGE_ID_MAX_LENGTH] |
image ID
Definition at line 121 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::reserved |
reserved for future use
Definition at line 124 of file fuse.h.
uint32_t firevision::FUSE_image_message_header_t::width |
width in pixels
Definition at line 125 of file fuse.h.
The documentation for this struct was generated from the following file: