8#include "colony_config.h"
15#ifndef OPTION_CPL_MAPP_TSHELL_MAX_INSTANCES
16#define OPTION_CPL_MAPP_TSHELL_MAX_INSTANCES 8
31 static constexpr const char*
verb =
"mapp";
34 static constexpr const char*
usage =
"mapp\n"
35 "mapp start <mapp> [<args...]\n"
36 "mapp stop <mapp>|ALL\n"
43 static constexpr const char*
detailedHelp =
" Asynchronously starts/stops individual MApps (micro applications). Issuing\n"
44 " the command without arguments displays the list of running MApps";
#define OPTION_CPL_MAPP_TSHELL_MAX_INSTANCES
Maximum number of MApp instance that can be queried/listed.
Definition Cmd.h:16
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This partially abstract class defines a interface for operating on an output stream (example of a str...
Definition Output.h:34
The class implements a TShell command that interacts with the MApp Manager to start,...
Definition Cmd.h:28
Cpl::TShell::Command::Result_T execute(Cpl::TShell::Context_ &context, char *cmdString, Cpl::Io::Output &outfd) noexcept
See Cpl::TShell::Command.
Cpl::MApp::ManagerApi & m_mappManager
Handle to the MApp manager.
Definition Cmd.h:65
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 Cmd.h:43
Cmd(Cpl::Container::Map< Cpl::TShell::Command > &commandList, Cpl::MApp::ManagerApi &mappManager) noexcept
Constructor.
static constexpr const char * verb
The command verb/identifier.
Definition Cmd.h:31
const char * getUsage() const noexcept
See Cpl::TShell::Command `.
Definition Cmd.h:48
static constexpr const char * usage
The command usage string.
Definition Cmd.h:34
Cpl::MApp::MAppApi * m_mappList[OPTION_CPL_MAPP_TSHELL_MAX_INSTANCES]
Array for holding pointers to queried MApp instances.
Definition Cmd.h:68
const char * getHelp() const noexcept
See Cpl::TShell::Command.
Definition Cmd.h:51
This abstract class defines the interface for a Micro Application (MApp).
Definition MAppApi.h:37
This abstract class defines the "manager" interface to for starting, stopping, etc.
Definition ManagerApi.h:26
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
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20