Go to the source code of this file.
|
namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony.
|
|
namespace | Cpl::TShell |
| The 'Cpl::TShell' namespace provides a Text based shell that can be used interact with an Application.
|
|
◆ OPTION_CPL_TSHELL_PROCESSOR_FAREWELL
#define OPTION_CPL_TSHELL_PROCESSOR_FAREWELL "\n--- ...I am melting, am melting... ---\n\n" |
This symbols defines the Shell's farewell message.
◆ OPTION_CPL_TSHELL_PROCESSOR_GREETING
#define OPTION_CPL_TSHELL_PROCESSOR_GREETING "\n--- Your friendly neighborhood TShell. ---\n\n\n" |
This symbols defines the Shell's greeting message.
◆ OPTION_CPL_TSHELL_PROCESSOR_INPUT_SIZE
#define OPTION_CPL_TSHELL_PROCESSOR_INPUT_SIZE 128 |
This symbol defines the size, in bytes, of the maximum allowed input string/command.
◆ OPTION_CPL_TSHELL_PROCESSOR_OUTPUT_SIZE
#define OPTION_CPL_TSHELL_PROCESSOR_OUTPUT_SIZE 256 |
This symbol defines the size, in bytes, of the maximum allowed unframed output string/command.
◆ OPTION_CPL_TSHELL_PROCESSOR_PROMPT
#define OPTION_CPL_TSHELL_PROCESSOR_PROMPT "$ " |
This symbols defines the Shell's prompt string.