#include <src/sensors/TallyCounterI2C.h>
TallyCounterI2C_Events
class
The Variable sub-class used for the events output from a Tally Counter I2C - shows the number of events since last read.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- TallyCounterI2C_Events(TallyCounterI2C* parentSense, const char* uuid = "", const char* varCode = "TallyCounterI2CEvents") explicit
- Construct a new TallyCounterI2C_
Events object. - TallyCounterI2C_Events()
- Construct a new TallyCounterI2C_
Events object. - ~TallyCounterI2C_Events()
- Destroy the BoschBME280_
Temp object - no action needed.
Function documentation
TallyCounterI2C_ Events:: TallyCounterI2C_Events(TallyCounterI2C* parentSense,
const char* uuid = "",
const char* varCode = "TallyCounterI2CEvents") explicit
Construct a new TallyCounterI2C_
Parameters | |
---|---|
parentSense | The parent TallyCounterI2C 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 "TallyCounterI2CEvents". |