![]() |
TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
|
Command line interface. More...
#include "cli.h"#include "commands.h"#include <logging/logging.h>#include <string.h>#include <termios.h>#include <unistd.h>#include <errno.h>#include <sys/param.h>
Macros | |
| #define | _COMPONENT_ "cli" |
| #define | BASE_PROMPT "tripd" |
Functions | |
| void | cli_print_prompt () |
| Print prompt. | |
| void | cli_run (parser_t *parser) |
| Command loop. | |
| void | cli_reset () |
| Reset terminal. | |
Variables | |
| struct termios | oldt |
| const char * | ctx_prompts [] |
Command line interface.
| const char* ctx_prompts[] |