Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/core/shell_arch.h"
Go to the source code of this file.
Typedefs | |
typedef void() | shell_cmd_t(shell_stream_t *stream, int argc, const char *const argv[]) |
Command handler. More... | |
Functions | |
void | shell_init (void) |
Init shell. More... | |
void | shell_add_entry (char *cmd_name, shell_cmd_t *cmd) |
Add new shell entry. More... | |
Definition in file shell.h.
typedef void() shell_cmd_t(shell_stream_t *stream, int argc, const char *const argv[]) |
void shell_add_entry | ( | char * | cmd_name, |
shell_cmd_t * | cmd | ||
) |
Add new shell entry.
maximum number of entry might be limited, see specific implementations
Add new shell entry.
Definition at line 92 of file shell_arch.c.
Referenced by rtos_mon_init_arch().
void shell_init | ( | void | ) |
Init shell.
Definition at line 29 of file shell.c.
References shell_init_arch().