struct serial_event_t
Overview
List of the parser events More…
#include <te_serial_parser.h> struct serial_event_t { // fields char name[TE_SERIAL_MAX_NAME+1]; char t_name[TE_SERIAL_MAX_NAME+1]; int count; bool status; serial_pattern_h_t patterns; // methods SLIST_ENTRY(serial_event_t); };
Detailed Documentation
List of the parser events
Fields
char name[TE_SERIAL_MAX_NAME+1]
Name of the event
char t_name[TE_SERIAL_MAX_NAME+1]
Tester name of the event
int count
Event counter
bool status
Status of the event
serial_pattern_h_t patterns
Head of pattern list
Methods
SLIST_ENTRY(serial_event_t)
Elements connector