GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
Processor.h File Reference
#include "colony_config.h"
#include "Cpl/TShell/Context_.h"
#include "Cpl/System/Mutex.h"
#include "Cpl/System/Api.h"
#include "Cpl/Text/FString.h"
#include "Cpl/Text/Frame/StreamEncoder.h"
#include "Cpl/Text/Frame/StreamDecoder.h"
Include dependency graph for Processor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::TShell::Processor
 This concrete class provides the implementation of Command Processor for a TShell engine. More...
 

Namespaces

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.
 

Macros

#define OPTION_CPL_TSHELL_PROCESSOR_INPUT_SIZE   128
 This symbol defines the size, in bytes, of the maximum allowed input string/command.
 
#define OPTION_CPL_TSHELL_PROCESSOR_OUTPUT_SIZE   256
 This symbol defines the size, in bytes, of the maximum allowed unframed output string/command.
 
#define OPTION_CPL_TSHELL_PROCESSOR_GREETING   "\n--- Your friendly neighborhood TShell. ---\n\n\n"
 This symbols defines the Shell's greeting message.
 
#define OPTION_CPL_TSHELL_PROCESSOR_FAREWELL   "\n--- ...I am melting, am melting... ---\n\n"
 This symbols defines the Shell's farewell message.
 
#define OPTION_CPL_TSHELL_PROCESSOR_PROMPT   "$ "
 This symbols defines the Shell's prompt string.
 

Macro Definition Documentation

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