1#ifndef Ajax_Ui_StatusIndicator_Api_h_
2#define Ajax_Ui_StatusIndicator_Api_h_
32namespace StatusIndicator
This class defines the interface - used by ScreenApi instances - to navigate to other screen instance...
Definition Navigation.h:27
This class manages the what color/on-off-state of the RGB LED.
Definition Api.h:39
Ajax::ScreenMgr::Navigation & m_scrMgr
Handle to the screen manager.
Definition Api.h:69
bool m_2HzOnCycle
Current 'flash edge'.
Definition Api.h:84
uint32_t m_timeMarkerQuarterHz
Period time marker.
Definition Api.h:78
uint32_t m_timeMarker2Hz
Period time marker.
Definition Api.h:72
bool m_quarterHzOnCycle
Current 'flash edge'.
Definition Api.h:90
Api(Cpl::Dm::MailboxServer &myMbox, Driver::LED::RedGreenBlue &statusLED, Ajax::ScreenMgr::Navigation &scrMgr)
Constructor.
bool m_opened
open/close state
Definition Api.h:96
void setStatus(uint32_t now) noexcept
Helper method that set the actual LED state.
bool setHaltError(uint32_t now) noexcept
Helper method that set the actual LED state (return true when the error condition is present)
void request(CloseMsg &msg)
Shutdowns the component.
uint32_t m_timeMarker1Hz
Period time marker.
Definition Api.h:75
Driver::LED::RedGreenBlue & m_ledDriver
Handle to the RGD LED driver.
Definition Api.h:66
unsigned m_state
Current indicator state (when NOT in a 'hard-error')
Definition Api.h:81
bool m_firstExecution
Flag for initial execution pass.
Definition Api.h:93
void request(OpenMsg &msg)
Starts the component.
void expired() noexcept
Software timer expired.
bool m_1HzOnCycle
Current 'flash edge'.
Definition Api.h:87
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
This abstract class defines a basic interface for a single Red-Green-Blue LED where the application c...
Definition RedGreenBlue.h:27
The 'Ajax' namespace is the root name space all GM6000 application specific source code.