|
rusEFI
The most advanced open source ECU
|
#include <cli_registry.h>

Data Fields | |
| const char * | token |
| action_type_e | parameterType |
| void(* | callback )(void) |
| void * | param |
Definition at line 34 of file cli_registry.h.
| void(* TokenCallback::callback) (void) |
Definition at line 37 of file cli_registry.h.
Referenced by doAddAction(), and handleActionWithParameter().
| void* TokenCallback::param |
Definition at line 38 of file cli_registry.h.
Referenced by doAddAction(), and handleActionWithParameter().
| action_type_e TokenCallback::parameterType |
Definition at line 36 of file cli_registry.h.
Referenced by doAddAction(), handleActionWithParameter(), handleConsoleLineInternal(), and helpCommand().
| const char* TokenCallback::token |
Definition at line 35 of file cli_registry.h.
Referenced by doAddAction(), handleConsoleLineInternal(), and helpCommand().