FUSE_image_message_header_t Struct Reference
Image packet header. More...
#include <fuse.h>
Public Attributes | |
| char | image_id [IMAGE_ID_MAX_LENGTH] |
| image ID | |
| uint32_t | format: 8 |
| Image format. | |
| uint32_t | colorspace: 16 |
| color space | |
| uint32_t | reserved: 8 |
| reserved for future use | |
| uint32_t | width |
| width in pixels | |
| uint32_t | height |
| height in pixels | |
| uint32_t | buffer_size |
| size of following image buffer in bytes | |
| int64_t | capture_time_sec |
| capture time seconds part | |
| int64_t | capture_time_usec |
| capture time microseconds part | |
Detailed Description
Image packet header.(server to client)
Definition at line 115 of file fuse.h.
Member Data Documentation
size of following image buffer in bytes
Definition at line 122 of file fuse.h.
Referenced by FuseImageContent::FuseImageContent().
capture time seconds part
Definition at line 123 of file fuse.h.
Referenced by FuseImageContent::capture_time(), and FuseImageContent::FuseImageContent().
capture time microseconds part
Definition at line 124 of file fuse.h.
Referenced by FuseImageContent::capture_time(), and FuseImageContent::FuseImageContent().
color space
Definition at line 118 of file fuse.h.
Referenced by FuseImageContent::colorspace(), FuseImageContent::decompress(), and FuseImageContent::FuseImageContent().
| uint32_t FUSE_image_message_header_t::format |
Image format.
Definition at line 117 of file fuse.h.
Referenced by FuseImageContent::decompress(), FuseImageContent::format(), and FuseImageContent::FuseImageContent().
| uint32_t FUSE_image_message_header_t::height |
height in pixels
Definition at line 121 of file fuse.h.
Referenced by FuseImageContent::decompress(), FuseImageContent::FuseImageContent(), and FuseImageContent::pixel_height().
| char FUSE_image_message_header_t::image_id[IMAGE_ID_MAX_LENGTH] |
reserved for future use
Definition at line 119 of file fuse.h.
Referenced by FuseImageContent::FuseImageContent().
| uint32_t FUSE_image_message_header_t::width |
width in pixels
Definition at line 120 of file fuse.h.
Referenced by FuseImageContent::decompress(), FuseImageContent::FuseImageContent(), and FuseImageContent::pixel_width().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/net/fuse.h

