PaleoTerraRedox_Voltage class

The Variable sub-class used for the voltage output from a PaleoTerra redox sensor.

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_Voltage object.

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".

PaleoTerraRedox_Voltage::PaleoTerraRedox_Voltage()

Construct a new PaleoTerraRedox_Voltage object.