Fawkes API  Fawkes Development Version
firevision::SharedMemoryLookupTable_header_t Struct Reference

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...
 

Detailed Description

Shared memory lookup table header struct.

Definition at line 41 of file shm_lut.h.

Member Data Documentation

◆ bytes_per_cell

uint32_t firevision::SharedMemoryLookupTable_header_t::bytes_per_cell

◆ depth

uint32_t firevision::SharedMemoryLookupTable_header_t::depth

◆ height

uint32_t firevision::SharedMemoryLookupTable_header_t::height

◆ lut_id

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().

◆ width

uint32_t firevision::SharedMemoryLookupTable_header_t::width

The documentation for this struct was generated from the following file: