|
RTEMS CPU Kit with SuperCore
4.11.2
|
Private environment associated with each shell instance. More...
#include <shell.h>
Data Fields | |
| rtems_name | magic |
| 'S','E','N','V': Shell Environment | |
| const char * | devname |
| const char * | taskname |
| bool | exit_shell |
| bool | forever |
| int | errorlevel |
| bool | echo |
| char | cwd [256] |
| const char * | input |
| const char * | output |
| bool | output_append |
| 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.
1.8.13