![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class glues the House Simulation into the Heater Application. More...
This class glues the House Simulation into the Heater Application.
The specified IDT model point is updated with the output of simulation - when the 'mpSimEnabled' MP is true. Requires an outdoor temperature model point as an input
#include <House.h>
Public Member Functions | |
House (Cpl::Dm::MailboxServer &myMbox, Cpl::Dm::Mp::Bool &mpSimEnabled, Cpl::Dm::Mp::Double &mpOutdoorTemperature) | |
Constructor. | |
![]() | |
Api (Cpl::Dm::MailboxServer &myMbox) noexcept | |
Constructor. | |
void | request (OpenMsg &msg) |
This method starts the supervisor (See Cpl::Itc::OpenSync) | |
void | request (CloseMsg &msg) |
This method stops the supervisor (See Cpl::Itc::CloseSync) | |
bool | isSensorAvailable () noexcept |
Guard. | |
![]() | |
CloseSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | close (void *args=nullptr) |
See CloseSync. | |
![]() | |
OpenSync (PostApi &myMbox) noexcept | |
Constructor. | |
bool | open (void *args=nullptr) |
See OpenApi. | |
![]() | |
virtual | ~OpenApi () |
Virtual destructor. | |
![]() | |
virtual | ~CloseApi () |
Virtual destructor. | |
![]() | |
Timer (TimerManager &timingSource) | |
Constructor | |
Timer () | |
Constructor. Alternate constructor - that defers the assignment of the timing source | |
virtual void | start (unsigned long timerDurationInMilliseconds) noexcept |
Starts the timer with an initial count down count duration of 'timerDurationInMilliseconds'. | |
virtual void | stop () noexcept |
Stops the timer. | |
unsigned long | count () const noexcept |
Returns the current count (in milliseconds) | |
virtual void | setTimingSource (TimerManager &timingSource) noexcept |
Sets the timing source. | |
![]() | |
virtual | ~CounterCallback_ () |
Virtual Destructor. | |
![]() | |
bool | insert_ (void *newContainerPtr) |
Helper method to trap when inserting an item in multiple containers. | |
bool | isInContainer_ (const void *containerPtr) const noexcept |
Returns 'true' if the instance is in the specified container. | |
![]() | |
FsmEventQueue_ (EventCompletedCbFunc_T eventCompletedCallback=nullptr) | |
Constructor. | |
virtual void | generateEvent (FSM_EVENT_T msg) |
This method properly queues and process event messages. | |
![]() | |
RingBuffer (unsigned numElements, FSM_EVENT_T memoryForElements[]) noexcept | |
Constructor. | |
bool | remove (FSM_EVENT_T &dst) noexcept |
Removes the first item in the Buffer. | |
bool | add (const FSM_EVENT_T &item) noexcept |
The contents of 'item' will be copied into the Ring Buffer as the 'last' item in the buffer. | |
FSM_EVENT_T * | peekHead (void) const noexcept |
Returns a pointer to the first item in the Buffer. | |
FSM_EVENT_T * | peekTail (void) const noexcept |
Returns a pointer to the last item in the Buffer. | |
bool | isEmpty (void) const noexcept |
This method returns true if the Ring Buffer is empty. | |
bool | isFull (void) const noexcept |
This method returns true if the Ring Buffer is full. | |
unsigned | getNumItems (void) const noexcept |
This method returns the current number of items in the Ring Buffer. | |
unsigned | getMaxItems (void) const noexcept |
This method returns the maximum number of items that can be stored in the Ring buffer. | |
void | clearTheBuffer () noexcept |
Empties the Ring Buffer. | |
FSM_EVENT_T * | peekNextRemoveItems (unsigned &dstNumFlatElements) noexcept |
This method returns a pointer to the next item to be removed. | |
void | removeElements (unsigned numElementsToRemove) noexcept |
This method 'removes' N elements - that were removed using the pointer returned from peekNextRemoveItems - from the ring buffer. | |
FSM_EVENT_T * | peekNextAddItems (unsigned &dstNumFlatElements) noexcept |
This method returns a pointer to the next item to be added. | |
void | addElements (unsigned numElementsAdded) noexcept |
This method 'adds' N elements - that were populated using the pointer returned from peekNextAddItems - to the ring buffer. | |
Protected Member Functions | |
void | intervalExpired () noexcept |
Override my parent class to hook into the Algorithm periodic timing. | |
void | executeSimulation () |
Helper method. | |
![]() | |
void | allOff () noexcept |
Action. | |
void | checkForSensor () noexcept |
Action. | |
void | fanOff () noexcept |
Action. | |
void | fanOn () noexcept |
Action. | |
void | heatOff () noexcept |
Action. | |
void | runHeatingAlgo () noexcept |
Action. | |
void | expired () noexcept |
See Cpl::System::Timer (timer expired callback) | |
void | hwSafetyChanged (Cpl::Dm::Mp::Bool &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | heatingEnabledChanged (Cpl::Dm::Mp::Bool &mp, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
bool | getTemperature (int32_t &idt) noexcept |
Helper method to select temperature source. Returns false if there is no valid temperature source. | |
void | scheduleAlgorithm () noexcept |
Helper method that schedules when the algorithm executes. | |
uint32_t | getFanPWM () noexcept |
Helper method that gets the fan setting. | |
![]() | |
void | decrement (unsigned long milliseconds=1) noexcept |
See Cpl::System::CounterCallback_. | |
void | increment (unsigned long milliseconds) noexcept |
See Cpl::System::CounterCallback_. | |
![]() | |
ExtendedItem () | |
Constructor. | |
ExtendedItem (const char *ignoreThisParameter_usedToCreateAUniqueConstructor) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
![]() | |
Item () | |
Constructor. | |
Item (const char *) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
Protected Attributes | |
Ajax::SimHouse::House | m_sim |
The underlying house simulation. | |
Cpl::Dm::Mp::Bool & | m_mpSimEnabled |
INPUT: Enable switch. | |
Cpl::Dm::Mp::Double & | m_mpOutdoorTemperature |
INPUT: Outdoor temperature. | |
![]() | |
Ajax::Heating::Flc::Api | m_flcController |
Heating controller. | |
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Bool > | m_obHwSafety |
Observer for change notification (to the hardware temperature safety limit) | |
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Bool > | m_obHeatingEnabled |
Observer for change notification (to the heating mode) | |
int32_t | m_sumCapacityRequest |
Accumulated capacity requests. | |
uint32_t | m_timeMarker |
Timer marker of last processing cycle. | |
uint32_t | m_maxCapacity |
Maximum capacity. | |
bool | m_firstExecution |
Flag for first execution of the algorithm. | |
bool | m_temperatureSensorAvailable |
Temperature sensor available. | |
bool | m_opened |
Open state. | |
![]() | |
PostApi & | m_mbox |
Mailbox (of the server implementing the ITC request() method. | |
![]() | |
TimerManager * | m_timingSource |
The timer's tick source. | |
unsigned long | m_count |
Current count. | |
![]() | |
EventCompletedCbFunc_T | m_eventCompletedCallback |
Optional Callback function for event-completed (typically used for unit testing purposes) | |
FSM_EVENT_T | m_eventQueMemory [4] |
Memory for Event queue. | |
bool | m_processingFsmEvent |
Flag for tracking re-entrant events. | |
Additional Inherited Members | |
![]() | |
typedef Cpl::Itc::SAP< OpenRequest > | SAP |
SAP for this API. | |
typedef RequestMessage< OpenRequest, OpenPayload > | OpenMsg |
Message Type: Open. | |
![]() | |
typedef Cpl::Itc::SAP< CloseRequest > | SAP |
SAP for this API. | |
typedef RequestMessage< CloseRequest, ClosePayload > | CloseMsg |
Message Type: Close. | |
![]() | |
typedef void(* | EventCompletedCbFunc_T) (FSM_EVENT_T proceessedMsg) |
Define callback function that is called when an event has completed. | |
![]() | |
static void | remove_ (Item *itemPtr) noexcept |
Helper method to do the proper 'clean-up' for the multiple-containers-error-trap when removing an item from a container. | |
![]() | |
void * | m_prevPtr_ |
The previous link field. | |
![]() | |
void * | m_nextPtr_ |
The link field. | |
void * | m_inListPtr_ |
Debug field. | |
Ajax::Heating::Simulated::House::House | ( | Cpl::Dm::MailboxServer & | myMbox, |
Cpl::Dm::Mp::Bool & | mpSimEnabled, | ||
Cpl::Dm::Mp::Double & | mpOutdoorTemperature | ||
) |
Constructor.
|
protected |
Helper method.
|
protectedvirtualnoexcept |
Override my parent class to hook into the Algorithm periodic timing.
Reimplemented from Ajax::Heating::Supervisor::Api.
|
protected |
INPUT: Outdoor temperature.
|
protected |
INPUT: Enable switch.
|
protected |
The underlying house simulation.