43 #ifndef _SHELL_COMMANDS_H_ 44 #define _SHELL_COMMANDS_H_ 47 typedef char (shell_commands_func)(
struct pt *pt, shell_output_func
output,
char *args);
50 struct shell_command_t {
52 shell_commands_func *func;
57 extern struct shell_command_t shell_commands[];
66 typedef void (*shell_command_6top_sub_cmd_t)(shell_output_func
output,
68 void shell_commands_set_6top_sub_cmd(shell_command_6top_sub_cmd_t sub_cmd);
static uint8_t output(const linkaddr_t *localdest)
Take an IP packet and format it to be sent on an 802.15.4 network using 6lowpan.
Main API declarations for TSCH.
void shell_commands_init(void)
Initializes Shell-commands module.