#include <tmr_serial_reader.h>
Public Attributes | |
uint8_t | len |
TMR_AntennaMap * | list |
uint8_t | max |
List of antenna mappings
Definition at line 208 of file tmr_serial_reader.h.
uint8_t TMR_AntennaMapList::len |
The number of entries in the list - may be larger than max, indicating truncated data.
Definition at line 215 of file tmr_serial_reader.h.
The array of values
Definition at line 211 of file tmr_serial_reader.h.
uint8_t TMR_AntennaMapList::max |
The number of entries there is space for in the array
Definition at line 213 of file tmr_serial_reader.h.