cli.c File Reference
Command-line interface (CLI) module. More...
#include "cli.h"#include "cfg/cfg_parser.h"#include "cfg/cfg_cli.h"#include <cfg/log.h>#include <cfg/compiler.h>#include <cfg/debug.h>#include <mware/readline.h>#include <mware/parser.h>#include <io/kfile.h>Go to the source code of this file.
Functions | |
| void | cli_poll (KFile *fd) |
| CLI poll function. | |
| void | cli_init (CLI *cli, KFile *ch, cli_t cmds_register, cli_handshake_t handshake, cli_check_t check_newSession) |
| Init CLI module. | |
Detailed Description
Command-line interface (CLI) module.
Definition in file cli.c.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)