#include <src/sensors/ProcessorStats.h>
ProcessorStats_SampleNumber
class
The Variable sub-class used for the sample number output from the main processor.
- Reference
- Detailed Descriptions
This is a board diagnostic. It is roughly the number of samples measured since the processor was last restarted. This value simply increments up by one every time the addSingleMeasurementResult() function is called for the processor sensor. It is intended only as a rough diagnostic to show when the processor restarts.
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- ProcessorStats_SampleNumber(ProcessorStats* parentSense, const char* uuid = "", const char* varCode = "SampNum") explicit
- Construct a new ProcessorStats_
SampleNumber object. - ProcessorStats_SampleNumber()
- Construct a new ProcessorStats_
SampleNumber object. - ~ProcessorStats_SampleNumber()
- Destroy the ProcessorStats_
SampleNumber() object - no action needed.
Function documentation
ProcessorStats_ SampleNumber:: ProcessorStats_SampleNumber(ProcessorStats* parentSense,
const char* uuid = "",
const char* varCode = "SampNum") explicit
Construct a new ProcessorStats_
Parameters | |
---|---|
parentSense | The parent ProcessorStats providing the result values. |
uuid | A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string. |
varCode | A short code to help identify the variable in files; optional with a default value of "SampNum". |
ProcessorStats_ SampleNumber:: ProcessorStats_SampleNumber()
Construct a new ProcessorStats_