Embedded TCP/IP stack  4.7.0

Detailed Description

This section describes the parameters specific to the Shell Service.
The user may override and change the default values in the application-specific configuration file fnet_user_config.h.

Macros

#define FNET_CFG_SHELL_MAX
 Maximum number of the Shell services that can be run simultaneously.
Default value is 1. More...
 
#define FNET_CFG_SHELL_ARGS_MAX   (16u)
 Maximum number of arguments that can be handled by the shell command parser.
Arguments must be split by the space symbol. Note that the quote FNET_SHELL_QUOTE_SYMBOL is used to combine multiple words to one argument.
Default value is 16.

. More...

 
#define FNET_CFG_SHELL_HELP_FORMAT   (">%10s %-35s - %s")
 Format of the command-shell help message, that is used by the fnet_shell_help() function.
For example it can set to the ">%7s %-32s- %s" value , where the first string is the command name, second one is the brief description of the command and the third one is the syntax of the command. More...
 

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net