![]() |
RTEMS 6.1
|
#include <shell.h>
Data Fields | |
| rtems_name | magic |
| bool | managed |
| const char * | devname |
| const char * | taskname |
| bool | exit_shell |
| bool | forever |
| int * | exit_code |
| bool | exit_on_error |
| bool | echo |
| char | cwd [256] |
| const char * | input |
| const char * | output |
| bool | output_append |
| FILE * | parent_stdin |
| FILE * | parent_stdout |
| FILE * | parent_stderr |
| rtems_id | wake_on_end |
| rtems_shell_login_check_t | login_check |
| uid_t | uid |
| The real and effective UID of the shell task in case no login check is present. | |
| gid_t | gid |
| The real and effective GID of the shell task in case no login check is present. | |
Private environment associated with each shell instance.
| rtems_name rtems_shell_env_t::magic |
'S','E','N','V': Shell Environment