RTEMS
5.0.0
|
#include <shell.h>
Data Fields | |
rtems_name | magic |
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.
rtems_name rtems_shell_env_t::magic |
'S','E','N','V': Shell Environment