1#ifndef Ajax_Main_MetricsRecord_h_
2#define Ajax_Main_MetricsRecord_h_
15#include "colony_config.h"
17#include "mp/ModelPoints.h"
21#ifndef OPTION_AJAX_MAIN_METRICS_RECORD_MAJOR
22#define OPTION_AJAX_MAIN_METRICS_RECORD_MAJOR 0
26#ifndef OPTION_AJAX_MAIN_METRICS_RECORD_MINOR
27#define OPTION_AJAX_MAIN_METRICS_RECORD_MINOR 0
63 mp::metricBootCounter.write( 1 );
64 mp::metricRunningTime.write( 0 );
65 mp::metricHeaterOnTime.write( 0 );
66 mp::metricFanOnTime.write( 0 );
67 mp::metricFaultHeaterSafety.write( 0 );
74 mp::metricBootCounter.increment();
#define CPL_DM_PERISTENCE_RECORD_USE_SUBSCRIBER
Magic value to indicate that Subscriber instance should be allocated for Model Point item.
Definition Record.h:195
#define CPL_DM_PERISTENCE_RECORD_NO_SUBSCRIBER
Magic value to indicate that Subscriber instance should NOT be allocated for Model Point item.
Definition Record.h:198
#define OPTION_AJAX_MAIN_METRICS_RECORD_MAJOR
Major Schema index for my record.
Definition MetricsRecord.h:22
#define OPTION_AJAX_MAIN_METRICS_RECORD_MINOR
Minor Schema index for my record.
Definition MetricsRecord.h:27
This concrete class implements the "Record" class for storing user settings.
Definition MetricsRecord.h:41
Cpl::Dm::Persistent::Record::Item_T m_modelPoints[5+1]
List of Model Points for the Record.
Definition MetricsRecord.h:57
void hookProcessPostRecordLoaded() noexcept
See Cpl::Dm::Persistent::Record.
Definition MetricsRecord.h:72
MetricsRecord(Cpl::Persistent::Chunk &chunkHandler)
Constructor.
Definition MetricsRecord.h:44
bool resetData() noexcept
See Cpl::Dm::Persistent::Record.
Definition MetricsRecord.h:61
This mostly concrete class implements the Cpl::Persistent::Record interface where a Record instance c...
Definition Record.h:43
Record(Item_T itemList[], Cpl::Persistent::Chunk &chunkHandler, uint8_t schemaMajorIndex, uint8_t schemaMinorIndex, uint32_t writeDelayMs=0, uint32_t maxWriteDelayMs=0) noexcept
Constructor.
This data structure associates a Data Model subscriber instance with a Model Point instance.
Definition Record.h:49
This abstract class defines the interface for a Chunk.
Definition Chunk.h:30
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