1#ifndef Ajax_TShell_Ui_h
2#define Ajax_TShell_Ui_h
15#include "colony_config.h"
36 static constexpr const char*
verb =
"ui";
39 static constexpr const char*
usage =
"ui <event>";
45 static constexpr const char*
detailedHelp =
" Generates UI events. Supported events are:\n"
46 " btn-a -->AJAX_UI_EVENT_BUTTON_A\n"
47 " btn-b -->AJAX_UI_EVENT_BUTTON_B\n"
48 " btn-x -->AJAX_UI_EVENT_BUTTON_X\n"
49 " btn-y -->AJAX_UI_EVENT_BUTTON_Y\n"
50 " btn-esc -->AJAX_UI_EVENT_BUTTON_ESC\n"
51 " nop -->AJAX_UI_EVENT_NO_EVENT";
#define OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL
Default Permission level for all commands.
Definition Command.h:24
This class implements a TShell command that generates a UI event.
Definition Ui.h:33
Cpl::TShell::Command::Result_T execute(Cpl::TShell::Context_ &context, char *cmdString, Cpl::Io::Output &outfd) noexcept
See Cpl::TShell::Command.
const char * getHelp() const noexcept
See Cpl::TShell::Command.
Definition Ui.h:59
static constexpr const char * verb
The command verb/identifier.
Definition Ui.h:36
Cpl::Container::RingBufferMP< AjaxScreenMgrEvent_T > & m_uiEventFIFO
UI Event FIFO.
Definition Ui.h:75
static constexpr const char * detailedHelp
The command detailed help string (recommended that lines do not exceed 80 chars) 1 2 3 4 5 6 7 8 1234...
Definition Ui.h:45
const char * getUsage() const noexcept
See Cpl::TShell::Command `.
Definition Ui.h:56
static constexpr const char * usage
The command usage string.
Definition Ui.h:39
Ui(Cpl::Container::Map< Cpl::TShell::Command > &commandList, Cpl::Container::RingBufferMP< AjaxScreenMgrEvent_T > &uiEventRingBuffer, Cpl::TShell::Security::Permission_T minPermLevel=OPTION_TSHELL_CMD_COMMAND_DEFAULT_PERMISSION_LEVEL) noexcept
Constructor.
This template class implements an Map using an AVL Binary tree (i.e.
Definition Map.h:34
This template class implements a THREAD SAFE Ring Buffer AND it maintains/reports the number of eleme...
Definition RingBufferMP.h:35
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
This partially concrete class implements infrastructure and/or common functionality for a Shell comma...
Definition Command.h:39
Result_T
Possible result codes when executing a command.
Definition Command.h:35
This Private Namespace class defines a "Context" for a TShell command.
Definition Context_.h:32
Permission_T
Permissions levels.
Definition Security.h:34
The 'Ajax' namespace is the root name space all GM6000 application specific source code.