77 struct process *process;
119 void shell_input(
char *commandline,
int commandline_len);
181 const char *data2,
int size2);
219 #define SHELL_COMMAND(name, command, description, process) \
220 static struct shell_command name = { NULL, command, \
221 description, process }
240 void *data1,
int size1,
241 const void *data2,
int size2);
258 char *str1,
const char *str2);
299 struct process **started_process);
326 unsigned long shell_time(
void);
327 void shell_set_time(
unsigned long seconds);
379 #include "shell-download.h"
398 #include "shell-rime-sendcmd.h"
403 #include "shell-run.h"
void shell_prompt(char *str)
Print a prompt.
Header file for Contik shell command httpd
A brief description of what this file is.
void shell_stop(void)
Stop the shell.
A brief description of what this file is.
Header file for reboot Contik shell command
void shell_init(void)
Initialize the shell.
void shell_output_str(struct shell_command *c, char *text1, const char *text2)
Output strings from a shell command.
int shell_start_command(char *commandline, int commandline_len, struct shell_command *child, struct process **started_process)
Start a shell command from another shell command.
Header file for Contik shell command netstat
A brief description of what this file is.
A brief description of what this file is.
A brief description of what this file is.
Header file for the Contiki shell Rime netcmd application
Header file for the Contiki shell Rime neighbors application
Header file for CFS Coffee-specific Contiki shell commands
void shell_input(char *commandline, int commandline_len)
Send a line of input to the shell.
Header file for Contik shell command tcpsend
void shell_quit(void)
Quit the shell.
Header file for Tmote Sky-specific Contiki shell commands
A brief description of what this file is.
Shell commands for base64 decoding
void shell_start(void)
Start the shell.
Shell interface to the powertrace app
void shell_output(struct shell_command *c, void *data1, int len1, const void *data2, int len2)
Output data from a shell command.
Header file for Contik shell command irc
Header file for the Contiki shell Rime sniffer application
unsigned long shell_strtolong(const char *str, const char **retstr)
Convert a string to a number.
Header file for CFS Coffee-specific Contiki shell commands
A brief description of what this file is.
Header file for Contik shell command ping
Header file for Contik shell command udpsend
Structure for shell input data.
void shell_register_command(struct shell_command *c)
Register a command with the shell.
Header file for the Contiki shell Rime ping application
Header file for process-related Contiki shell commands
int shell_event_input
The event number for shell input data.
Text-related shell commands
void shell_unregister_command(struct shell_command *c)
Unregister a previously registered shell command.
A brief description of what this file is.
A brief description of what this file is.
A brief description of what this file is.
A brief description of what this file is.
Holds a information about a shell command.
void shell_default_output(const char *text1, int len1, const char *text2, int len2)
Print a line of output from the shell.
Header file for Contik shell command wget
void shell_exit(void)
Request shell exit.
A brief description of what this file is.
Header file for the Contiki process interface.
Shell commands for memory debugging
A brief description of what this file is.
Header file for the Contiki shell power functions