|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/core/shell_arch.h"
Include dependency graph for shell.h:
This graph shows which files directly or indirectly include this file: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. | |
Functions | |
| void | shell_init (void) |
| Init shell. | |
| void | shell_add_entry (char *cmd_name, shell_cmd_t *cmd) |
| Add new shell entry. | |
Definition in file shell.h.
|
extern |
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.
References foo.
Referenced by imu_init(), rtos_mon_init_arch(), and sys_time_init().
Here is the caller graph for this function:Init shell.
Definition at line 29 of file shell.c.
References shell_init_arch().
Here is the call graph for this function: