![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class manages the collection of Metrics and triggering their updates to persistent storage. More...
This class manages the collection of Metrics and triggering their updates to persistent storage.
#include <Api.h>
Public Member Functions | |
Api (Cpl::Dm::MailboxServer &myMbox) | |
Constructor. | |
void | request (OpenMsg &msg) |
Starts the component. | |
void | request (CloseMsg &msg) |
Shutdowns the component. | |
![]() | |
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. | |
Protected Member Functions | |
void | expired () noexcept |
Software time expired. | |
void | fanPWMChanged (Cpl::Dm::Mp::Uint32 &mpPWM, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | heaterPWMChanged (Cpl::Dm::Mp::Uint32 &mpPWM, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | failsafeAlertChanged (Ajax::Dm::MpAlert &mpAlert, Cpl::Dm::SubscriberApi &clientObserver) noexcept |
Change notification. | |
void | processFanMetric (uint32_t currentElapsedTimeMs, uint32_t pwm, uint32_t intervalTime=OPTION_AJAX_METRICS_INTERVAL_TIME_MS) noexcept |
Helper method to increment metric mp. | |
void | processHeaterMetric (uint32_t currentElapsedTimeMs, uint32_t pwm, uint32_t intervalTime=OPTION_AJAX_METRICS_INTERVAL_TIME_MS) noexcept |
Helper method to increment metric mp. | |
![]() | |
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 | |
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Uint32 > | m_obFanPWM |
Observer for change notifications. | |
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Uint32 > | m_obHeaterPWM |
Observer for change notifications. | |
Cpl::Dm::SubscriberComposer< Api, Ajax::Dm::MpAlert > | m_obFailsafeAlert |
Observer for change notifications. | |
uint32_t | m_runtimeMarker |
Time marker of when last updated the metrics to persistent storage. | |
uint32_t | m_heaterMarker |
Time marker of when last updated the metrics to persistent storage. | |
uint32_t | m_fanMarker |
Time marker of when last updated the metrics to persistent storage. | |
bool | m_fanOn |
Current on/off state. | |
bool | m_heaterOn |
Current on/off state. | |
bool | m_opened |
open/close 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. | |
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. | |
![]() | |
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::Metrics::Api::Api | ( | Cpl::Dm::MailboxServer & | myMbox | ) |
Constructor.
|
protectedvirtualnoexcept |
Software time expired.
Implements Cpl::System::CounterCallback_.
|
protectednoexcept |
Change notification.
|
protectednoexcept |
Change notification.
|
protectednoexcept |
Change notification.
|
protectednoexcept |
Helper method to increment metric mp.
|
protectednoexcept |
Helper method to increment metric mp.
|
virtual |
Shutdowns the component.
Implements Cpl::Itc::CloseRequest.
|
virtual |
Starts the component.
Implements Cpl::Itc::OpenRequest.
|
protected |
Time marker of when last updated the metrics to persistent storage.
|
protected |
Current on/off state.
|
protected |
Time marker of when last updated the metrics to persistent storage.
|
protected |
Current on/off state.
|
protected |
Observer for change notifications.
|
protected |
Observer for change notifications.
|
protected |
Observer for change notifications.
|
protected |
open/close state
|
protected |
Time marker of when last updated the metrics to persistent storage.