1#ifndef Ajax_Heating_Simulated_House_h_
2#define Ajax_Heating_Simulated_House_h_
14#include "colony_config.h"
This class glues the House Simulation into the Heater Application.
Definition House.h:38
void executeSimulation()
Helper method.
Cpl::Dm::Mp::Double & m_mpOutdoorTemperature
INPUT: Outdoor temperature.
Definition House.h:61
House(Cpl::Dm::MailboxServer &myMbox, Cpl::Dm::Mp::Bool &mpSimEnabled, Cpl::Dm::Mp::Double &mpOutdoorTemperature)
Constructor.
Cpl::Dm::Mp::Bool & m_mpSimEnabled
INPUT: Enable switch.
Definition House.h:58
void intervalExpired() noexcept
Override my parent class to hook into the Algorithm periodic timing.
Ajax::SimHouse::House m_sim
The underlying house simulation.
Definition House.h:55
This class implements the Heating Algorithm Supervisor.
Definition Api.h:47
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
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
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20