struct serial_pattern_t
Overview
List of the parser events More…
#include <te_serial_parser.h> struct serial_pattern_t { // fields char name[TE_SERIAL_MAX_NAME+1]; char v[TE_SERIAL_MAX_PATT+1]; // methods SLIST_ENTRY(serial_pattern_t); };
Detailed Documentation
List of the parser events
Fields
char name[TE_SERIAL_MAX_NAME+1]
Name of the pattern
char v[TE_SERIAL_MAX_PATT+1]
The pattern
Methods
SLIST_ENTRY(serial_pattern_t)
Elements connector