1#ifndef Ajax_Heating_Simulated_Cmd_h
2#define Ajax_Heating_Simulated_Cmd_h
15#include "colony_config.h"
35 static constexpr const char*
verb =
"house";
38 static constexpr const char*
usage =
"house [<odt>]\n"
39 "house enable <odt>\n"
46 static constexpr const char*
detailedHelp =
" Enables/disables the House simulator. The house simulator uses the specified\n" \
47 " outdoor temperature <odt> and the PWM outputs signals to generate a indoor\n" \
This class implements a Shell command.
Definition Cmd.h:32
Cpl::Dm::Mp::Bool & m_mpSimEnabled
MP: Enable switch.
Definition Cmd.h:76
Cpl::Dm::Mp::Double & m_mpOutdoorTemperature
MP: Outdoor temperature.
Definition Cmd.h:79
const char * getUsage() const noexcept
See Cpl::TShell::Command `.
Definition Cmd.h:53
Cpl::TShell::Command::Result_T execute(Cpl::TShell::Context_ &context, char *cmdString, Cpl::Io::Output &outfd) noexcept
See Cpl::TShell::Command.
Cpl::Dm::Mp::Int32 & m_mpIdt
MP: Indoor/space temperature.
Definition Cmd.h:73
static constexpr const char * usage
The command usage string.
Definition Cmd.h:38
static constexpr const char * verb
The command verb/identifier.
Definition Cmd.h:35
Cmd(Cpl::Container::Map< Cpl::TShell::Command > &commandList, Cpl::Dm::Mp::Bool &mpSimEnabled, Cpl::Dm::Mp::Int32 &mpIndoorTemperature, Cpl::Dm::Mp::Double &mpOutdoorTemperature) noexcept
Constructor.
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:46
const char * getHelp() const noexcept
See Cpl::TShell::Command.
Definition Cmd.h:56
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This class provides a concrete implementation for a Point who's data is a bool.
Definition Bool.h:40
This class provides a concrete implementation for a Point who's data is a double.
Definition Double.h:41
This class provides a concrete implementation for a Point who's data is a int32_t.
Definition Int32.h:42
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
The 'Ajax' namespace is the root name space all GM6000 application specific source code.