RTEMS  5.0.0
Data Fields
rtems_shell_env_t Struct Reference

#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.
 

Detailed Description

Private environment associated with each shell instance.

Field Documentation

◆ magic

rtems_name rtems_shell_env_t::magic

'S','E','N','V': Shell Environment


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