RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_shell_env_t Struct Reference

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.
 

Detailed Description

Private environment associated with each shell instance.


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