#include <tmr_types.h>
Public Attributes | |
int8_t | len |
int8_t * | list |
int8_t | max |
List of int8_t values
Definition at line 83 of file tmr_types.h.
int8_t TMR_int8List::len |
The number of entries in the list - may be larger than max, indicating truncated data.
Definition at line 90 of file tmr_types.h.
int8_t* TMR_int8List::list |
The array of values
Definition at line 86 of file tmr_types.h.
int8_t TMR_int8List::max |
The number of entries there is space for the array
Definition at line 88 of file tmr_types.h.