Fawkes API
Fawkes Development Version
|
Shared memory lookup table header struct. More...
#include <shm_lut.h>
Public Attributes | |
char | lut_id [LUT_ID_MAX_LENGTH] |
LUT ID. More... | |
uint32_t | width |
LUT width. More... | |
uint32_t | height |
LUT height. More... | |
uint32_t | depth |
LUT depth. More... | |
uint32_t | bytes_per_cell |
Bytes per cell. More... | |
uint32_t firevision::SharedMemoryLookupTable_header_t::bytes_per_cell |
Bytes per cell.
Definition at line 46 of file shm_lut.h.
Referenced by firevision::SharedMemoryLookupTable::bytes_per_cell(), and firevision::SharedMemoryLookupTableHeader::matches().
uint32_t firevision::SharedMemoryLookupTable_header_t::depth |
LUT depth.
Definition at line 45 of file shm_lut.h.
Referenced by firevision::SharedMemoryLookupTable::depth(), and firevision::SharedMemoryLookupTableHeader::matches().
uint32_t firevision::SharedMemoryLookupTable_header_t::height |
LUT height.
Definition at line 44 of file shm_lut.h.
Referenced by firevision::SharedMemoryLookupTable::height(), and firevision::SharedMemoryLookupTableHeader::matches().
char firevision::SharedMemoryLookupTable_header_t::lut_id[LUT_ID_MAX_LENGTH] |
LUT ID.
Definition at line 42 of file shm_lut.h.
Referenced by firevision::SharedMemoryLookupTableHeader::matches().
uint32_t firevision::SharedMemoryLookupTable_header_t::width |
LUT width.
Definition at line 43 of file shm_lut.h.
Referenced by firevision::SharedMemoryLookupTableHeader::matches(), and firevision::SharedMemoryLookupTable::width().