Go to the source code of this file.
|
| typedef uint_fast8_t | BOOL |
| |
|
| int | CLI_checkarg (int argnum, int argtype) |
| |
| int | CLI_checkarg_noerrmsg (int argnum, int argtype) |
| |
| void | sig_handler (int signo) |
| | signal catching More...
|
| |
| int_fast8_t | RegisterModule (char *FileName, char *PackageName, char *InfoString) |
| |
| uint_fast16_t | RegisterCLIcommand (char *CLIkey, char *CLImodule, int_fast8_t(*CLIfptr)(), char *CLIinfo, char *CLIsyntax, char *CLIexample, char *CLICcall) |
| |
| int_fast8_t | runCLI (int argc, char *argv[], char *promptstring) |
| | Command Line Interface (CLI) main
. More...
|
| |
| typedef uint_fast8_t BOOL |
| int CLI_checkarg |
( |
int |
argnum, |
|
|
int |
argtype |
|
) |
| |
| int CLI_checkarg_noerrmsg |
( |
int |
argnum, |
|
|
int |
argtype |
|
) |
| |
| uint_fast16_t RegisterCLIcommand |
( |
char * |
CLIkey, |
|
|
char * |
CLImodule, |
|
|
int_fast8_t(*)() |
CLIfptr, |
|
|
char * |
CLIinfo, |
|
|
char * |
CLIsyntax, |
|
|
char * |
CLIexample, |
|
|
char * |
CLICcall |
|
) |
| |
| int_fast8_t RegisterModule |
( |
char * |
FileName, |
|
|
char * |
PackageName, |
|
|
char * |
InfoString |
|
) |
| |
| int_fast8_t runCLI |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
char * |
promptstring |
|
) |
| |
Command Line Interface (CLI) main
.
uses readline to read user input
parsing done with bison and flex
becomes 1 after startup
If fifo is on and file CLIstatup.txt exists, load it
| void sig_handler |
( |
int |
signo | ) |
|
important directories and info