EE445M RTOS
Taken at the University of Texas Spring 2015
|
Go to the source code of this file.
Macros | |
#define | EXIT_SUCCESS 0 |
#define | SHELL_VERBOSE |
#define | shell_command_is(a) 0 == ustrncmp(a, (const char*) buf.buf, buf.length()) |
Functions | |
void * | umemcpy (void *str1, const void *str2, long n) |
#define EXIT_SUCCESS 0 |
Definition at line 8 of file shellpp.cpp.
Referenced by shell::doctor(), shell::execute_command(), shell::jester(), shell::motor_start(), shell::motor_stop(), and shell::witch().
#define shell_command_is | ( | a | ) | 0 == ustrncmp(a, (const char*) buf.buf, buf.length()) |
Definition at line 12 of file shellpp.cpp.
Referenced by shell::execute_command().
#define SHELL_VERBOSE |
Definition at line 10 of file shellpp.cpp.
void* umemcpy | ( | void * | str1, |
const void * | str2, | ||
long | n | ||
) |
Definition at line 132 of file shellpp.cpp.
Referenced by shell::set_ps1().