|
Contiki-NG
|
Main header file for the Contiki shellMore...
Go to the source code of this file.
Functions | |
| void | shell_init (void) |
| Initializes Shell module. | |
| PT_THREAD (shell_input(struct pt *pt, shell_output_func output, const char *cmd)) | |
| A protothread that is spawned by a Shell driver when receiving a new line. | |
| void | shell_output_6addr (shell_output_func output, const uip_ipaddr_t *ipaddr) |
| Prints an IPv6 address. More... | |
| void | shell_output_lladdr (shell_output_func output, const linkaddr_t *lladdr) |
| Prints a link-layer address. More... | |
Main header file for the Contiki shell
Definition in file shell.h.
1.8.13