EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <system.h>
Data Fields | |
bool | valid |
char | name [16] |
int(* | command )() |
struct system_command * | next |
struct system_command * | prev |
int(* system_command::command) () |
Definition at line 33 of file system.h.
Referenced by system_exec(), and system_register_command().
char system_command::name[16] |
Definition at line 32 of file system.h.
Referenced by system_register_command().
struct system_command* system_command::next |
struct system_command* system_command::prev |
bool system_command::valid |
Definition at line 31 of file system.h.
Referenced by system_deregister_command(), system_exec(), and system_register_command().