|
i3
|
Data Fields | |
| char * | name |
| char * | identifier |
| cmdp_state | next_state |
| union { | |
| uint16_t call_identifier | |
| } | extra |
| union { | |
| uint16_t call_identifier | |
| } | extra |
Definition at line 42 of file commands_parser.c.
| uint16_t token::call_identifier |
Definition at line 48 of file commands_parser.c.
Referenced by next_state().
| union { ... } token::extra |
Referenced by next_state().
| union { ... } token::extra |
| char * token::identifier |
Definition at line 44 of file commands_parser.c.
Referenced by parse_command(), and parse_config().
| char * token::name |
Definition at line 43 of file commands_parser.c.
Referenced by parse_command(), and parse_config().
| cmdp_state token::next_state |
Definition at line 46 of file commands_parser.c.
Referenced by next_state().