EE445M RTOS
Taken at the University of Texas Spring 2015
system_command Struct Reference

#include <system.h>

Collaboration diagram for system_command:
Collaboration graph

Data Fields

bool valid
 
char name [16]
 
int(* command )()
 
struct system_commandnext
 
struct system_commandprev
 

Detailed Description

Definition at line 28 of file system.h.

Field Documentation

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

Definition at line 35 of file system.h.

struct system_command* system_command::prev

Definition at line 36 of file system.h.

bool system_command::valid

Definition at line 31 of file system.h.

Referenced by system_deregister_command(), system_exec(), and system_register_command().


The documentation for this struct was generated from the following file: