#include <src/sensors/PaleoTerraRedox.h>
PaleoTerraRedox_Voltage
class
The Variable sub-class used for the voltage output from a PaleoTerra redox sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- PaleoTerraRedox_Voltage(Sensor* parentSense, const char* uuid = "", const char* varCode = "PTRVoltage") explicit
- Construct a new PaleoTerraRedox_
Voltage object. - PaleoTerraRedox_Voltage()
- Construct a new PaleoTerraRedox_
Voltage object. - ~PaleoTerraRedox_Voltage()
- Destroy the PaleoTerraRedox_
Voltage object - no action needed.
Function documentation
PaleoTerraRedox_ Voltage:: PaleoTerraRedox_Voltage(Sensor* parentSense,
const char* uuid = "",
const char* varCode = "PTRVoltage") explicit
Construct a new PaleoTerraRedox_
Parameters | |
---|---|
parentSense | The parent PaleoTerraRedox 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 "PTRVoltage". |