FUSE_lutinfo_t Struct Reference
LUT info message. 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
LUT info message.
Definition at line 170 of file fuse.h.
Member Data Documentation
| uint32_t FUSE_lutinfo_t::bytes_per_cell |
bytes per cell
Definition at line 175 of file fuse.h.
Referenced by FuseLutListContent::add_lutinfo(), FuseTransferWidget::fuse_inbound_received(), and FireVisionNetworkTool::fuse_inbound_received().
| uint32_t FUSE_lutinfo_t::depth |
depth of LUT
Definition at line 174 of file fuse.h.
Referenced by FuseLutListContent::add_lutinfo(), FuseTransferWidget::fuse_inbound_received(), and FireVisionNetworkTool::fuse_inbound_received().
| uint32_t FUSE_lutinfo_t::height |
height of LUT
Definition at line 173 of file fuse.h.
Referenced by FuseLutListContent::add_lutinfo(), FuseTransferWidget::fuse_inbound_received(), and FireVisionNetworkTool::fuse_inbound_received().
| char FUSE_lutinfo_t::lut_id[LUT_ID_MAX_LENGTH] |
LUT ID.
Definition at line 171 of file fuse.h.
Referenced by FuseLutListContent::add_lutinfo(), FuseTransferWidget::fuse_inbound_received(), and FireVisionNetworkTool::fuse_inbound_received().
| uint32_t FUSE_lutinfo_t::width |
width of LUT
Definition at line 172 of file fuse.h.
Referenced by FuseLutListContent::add_lutinfo(), FuseTransferWidget::fuse_inbound_received(), and FireVisionNetworkTool::fuse_inbound_received().
The documentation for this struct was generated from the following file:
- src/firevision/fvutils/net/fuse.h

