1#ifndef Ajax_Metrics_Api_h_
2#define Ajax_Metrics_Api_h_
15#include "colony_config.h"
25#ifndef OPTION_AJAX_METRICS_INTERVAL_TIME_MS
26#define OPTION_AJAX_METRICS_INTERVAL_TIME_MS (15*60*1000)
#define OPTION_AJAX_METRICS_INTERVAL_TIME_MS
Time, in milliseconds, between updates to persistent storage.
Definition Api.h:26
This class manages the collection of Metrics and triggering their updates to persistent storage.
Definition Api.h:41
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Uint32 > m_obHeaterPWM
Observer for change notifications.
Definition Api.h:82
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 request(OpenMsg &msg)
Starts the component.
void failsafeAlertChanged(Ajax::Dm::MpAlert &mpAlert, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification.
void request(CloseMsg &msg)
Shutdowns the component.
void fanPWMChanged(Cpl::Dm::Mp::Uint32 &mpPWM, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification.
uint32_t m_fanMarker
Time marker of when last updated the metrics to persistent storage.
Definition Api.h:94
void expired() noexcept
Software time expired.
uint32_t m_heaterMarker
Time marker of when last updated the metrics to persistent storage.
Definition Api.h:91
bool m_opened
open/close state
Definition Api.h:103
Cpl::Dm::SubscriberComposer< Api, Ajax::Dm::MpAlert > m_obFailsafeAlert
Observer for change notifications.
Definition Api.h:85
bool m_fanOn
Current on/off state.
Definition Api.h:97
void processHeaterMetric(uint32_t currentElapsedTimeMs, uint32_t pwm, uint32_t intervalTime=OPTION_AJAX_METRICS_INTERVAL_TIME_MS) noexcept
Helper method to increment metric mp.
bool m_heaterOn
Current on/off state.
Definition Api.h:100
void heaterPWMChanged(Cpl::Dm::Mp::Uint32 &mpPWM, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification.
uint32_t m_runtimeMarker
Time marker of when last updated the metrics to persistent storage.
Definition Api.h:88
Cpl::Dm::SubscriberComposer< Api, Cpl::Dm::Mp::Uint32 > m_obFanPWM
Observer for change notifications.
Definition Api.h:79
Api(Cpl::Dm::MailboxServer &myMbox)
Constructor.
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