FUSE_lut_message_header_t Struct Reference
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 101 of file fuse.h.
Member Data Documentation
bytes per cell
Definition at line 106 of file fuse.h.
Referenced by FuseLutContent::bytes_per_cell(), and FuseLutContent::FuseLutContent().
| uint32_t FUSE_lut_message_header_t::depth |
depth of LUT
Definition at line 105 of file fuse.h.
Referenced by FuseLutContent::depth(), and FuseLutContent::FuseLutContent().
| uint32_t FUSE_lut_message_header_t::height |
height of LUT
Definition at line 104 of file fuse.h.
Referenced by FuseLutContent::FuseLutContent(), and FuseLutContent::height().
| char FUSE_lut_message_header_t::lut_id[LUT_ID_MAX_LENGTH] |
| uint32_t FUSE_lut_message_header_t::width |
width of LUT
Definition at line 103 of file fuse.h.
Referenced by FuseLutContent::FuseLutContent(), and FuseLutContent::width().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/net/fuse.h

