i3
Data Fields
token Struct Reference

Data Fields

char * name
 
char * identifier
 
cmdp_state next_state
 
union {
   uint16_t   call_identifier
 
extra
 
union {
   uint16_t   call_identifier
 
extra
 

Detailed Description

Definition at line 49 of file commands_parser.c.

Field Documentation

◆ call_identifier

uint16_t token::call_identifier

Definition at line 55 of file commands_parser.c.

Referenced by next_state().

◆ extra [1/2]

union { ... } token::extra

Referenced by next_state(), and parse_file().

◆ extra [2/2]

union { ... } token::extra

◆ identifier

char * token::identifier

Definition at line 51 of file commands_parser.c.

Referenced by parse_command(), parse_config(), push_long(), and push_string().

◆ name

char * token::name

Definition at line 50 of file commands_parser.c.

Referenced by parse_command(), and parse_config().

◆ next_state

cmdp_state token::next_state

Definition at line 53 of file commands_parser.c.

Referenced by next_state(), parse_command(), and parse_config().


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