![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class implements the Home screen. More...
This class implements the Home screen.
#include <Screen.h>
Protected Member Functions | |
void | heatingModeChanged (Cpl::Dm::Mp::Bool &mpThatChanged, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | fanModeChanged (Ajax::Dm::MpFanMode &mpThatChanged, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | setpointChanged (Cpl::Dm::Mp::Int32 &mpThatChanged, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | alertSummaryChanged (Ajax::Dm::MpAlertSummary &mpThatChanged, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
bool | getDisplayIdt (int32_t &dstInteger, int32_t &dstFractional) noexcept |
Helper method to get and break down the current IDT into integer and fractional components. | |
Protected Attributes | |
Ajax::ScreenMgr::Navigation & | m_screenMgr |
Handle to the screen manager. | |
pimoroni::PicoGraphics & | m_graphics |
Graphic library handle. | |
Cpl::Dm::Mp::Int32 & | m_mpIdt |
Current space temperature. | |
Cpl::Dm::SubscriberComposer< Screen, Cpl::Dm::Mp::Bool > | m_obHeatMode |
Subscriber heating mode. | |
Cpl::Dm::SubscriberComposer< Screen, Ajax::Dm::MpFanMode > | m_obFanMode |
Subscriber fan mode. | |
Cpl::Dm::SubscriberComposer< Screen, Cpl::Dm::Mp::Int32 > | m_obSetpoint |
Subscriber setpoint. | |
Cpl::Dm::SubscriberComposer< Screen, Ajax::Dm::MpAlertSummary > | m_obAlertSummary |
Subscriber Alert Summary. | |
int32_t | m_currentIdt |
Current space temperature. | |
uint32_t | m_timerMarker |
Time marker used to trigger 1second polling of the space temperature. | |
unsigned | m_alertIndex |
Current Alert index. | |
bool | m_stale |
Dirty flag (i.e. need the screen manager to call refresh()) | |
Ajax::Ui::Home::Screen::Screen | ( | Ajax::ScreenMgr::Navigation & | screenMgr, |
pimoroni::PicoGraphics & | graphics, | ||
Cpl::Dm::MailboxServer & | myMbox, | ||
Cpl::Dm::Mp::Int32 & | mpSpaceTemperature | ||
) |
Constructor.
|
protectednoexcept |
Change notification.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
protectednoexcept |
Change notification.
|
protectednoexcept |
Helper method to get and break down the current IDT into integer and fractional components.
|
protectednoexcept |
Change notification.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
protectednoexcept |
Change notification.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
protected |
Current Alert index.
|
protected |
Current space temperature.
|
protected |
Graphic library handle.
|
protected |
Current space temperature.
|
protected |
Subscriber Alert Summary.
|
protected |
Subscriber fan mode.
|
protected |
Subscriber heating mode.
|
protected |
Subscriber setpoint.
|
protected |
Handle to the screen manager.
|
protected |
Dirty flag (i.e. need the screen manager to call refresh())
|
protected |
Time marker used to trigger 1second polling of the space temperature.