1#ifndef Ajax_Heating_Supervisor_Api_h_
2#define Ajax_Heating_Supervisor_Api_h_
15#include "colony_config.h"
27#ifndef OPTION_AJAX_HEATING_SUPERVISOR_ALGO_INTERVAL_MS
28#define OPTION_AJAX_HEATING_SUPERVISOR_ALGO_INTERVAL_MS (2*1000)
This class implements the Heating Algorithm Supervisor.
Definition Api.h:47
void allOff() noexcept
Action.
virtual void intervalExpired() noexcept
Helper method that is called when the algorithm's periodic interval has expired, i....
uint32_t m_maxCapacity
Maximum capacity.
Definition Api.h:126
void request(CloseMsg &msg)
This method stops the supervisor (See Cpl::Itc::CloseSync)
void fanOff() noexcept
Action.
bool m_temperatureSensorAvailable
Temperature sensor available.
Definition Api.h:132
void heatingEnabledChanged(Cpl::Dm::Mp::Bool &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification.
Api(Cpl::Dm::MailboxServer &myMbox) noexcept
Constructor.
void expired() noexcept
See Cpl::System::Timer (timer expired callback)
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Bool > m_obHwSafety
Observer for change notification (to the hardware temperature safety limit)
Definition Api.h:114
uint32_t getFanPWM() noexcept
Helper method that gets the fan setting.
void fanOn() noexcept
Action.
bool getTemperature(int32_t &idt) noexcept
Helper method to select temperature source. Returns false if there is no valid temperature source.
int32_t m_sumCapacityRequest
Accumulated capacity requests.
Definition Api.h:120
void checkForSensor() noexcept
Action.
void hwSafetyChanged(Cpl::Dm::Mp::Bool &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification.
bool m_opened
Open state.
Definition Api.h:135
void runHeatingAlgo() noexcept
Action.
void heatOff() noexcept
Action.
void request(OpenMsg &msg)
This method starts the supervisor (See Cpl::Itc::OpenSync)
void scheduleAlgorithm() noexcept
Helper method that schedules when the algorithm executes.
uint32_t m_timeMarker
Timer marker of last processing cycle.
Definition Api.h:123
Ajax::Heating::Flc::Api m_flcController
Heating controller.
Definition Api.h:111
bool isSensorAvailable() noexcept
Guard.
bool m_firstExecution
Flag for first execution of the algorithm.
Definition Api.h:129
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Bool > m_obHeatingEnabled
Observer for change notification (to the heating mode)
Definition Api.h:117
Event Queue for FSM events.
Definition FsmEventQueue_.h:30
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
This mostly concrete interface defines the operations that can be performed on a software timer.
Definition Timer.h:47
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
Encapsulate all Model Points in the 'mp' namespace to prevent polluting the global name space.
Definition ModelPoints.h:30