Lookup table packet header.
More...
#include <fuse.h>
Public Attributes |
char | lut_id [LUT_ID_MAX_LENGTH] |
| LUT ID.
|
uint32_t | width |
| width of LUT
|
uint32_t | height |
| height of LUT
|
uint32_t | depth |
| depth of LUT
|
uint32_t | bytes_per_cell |
| bytes per cell
|
Detailed Description
Lookup table packet header.
server to client: PT_LUT client to server: PT_SETLUT
Definition at line 106 of file fuse.h.
Member Data Documentation
uint32_t firevision::FUSE_lut_message_header_t::bytes_per_cell |
bytes per cell
Definition at line 111 of file fuse.h.
uint32_t firevision::FUSE_lut_message_header_t::depth |
depth of LUT
Definition at line 110 of file fuse.h.
uint32_t firevision::FUSE_lut_message_header_t::height |
height of LUT
Definition at line 109 of file fuse.h.
char firevision::FUSE_lut_message_header_t::lut_id[LUT_ID_MAX_LENGTH] |
LUT ID.
Definition at line 107 of file fuse.h.
uint32_t firevision::FUSE_lut_message_header_t::width |
width of LUT
Definition at line 108 of file fuse.h.
The documentation for this struct was generated from the following file: