ModularSensors > Classes > Variable > CampbellOBS3_Voltage
ModularSensors > Modules > Campbell OBS3+ > CampbellOBS3_Voltage


CampbellOBS3_Voltage class

The Variable sub-class used for the raw voltage output from a Campbell OBS3+.

This could be helpful if the calibration equation was typed incorrectly.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

CampbellOBS3_Voltage(CampbellOBS3* parentSense, const char* uuid = "", const char* varCode = OBS3_VOLTAGE_DEFAULT_CODE) explicit
Construct a new CampbellOBS3_Voltage object.
CampbellOBS3_Voltage()
Construct a new CampbellOBS3_Voltage object.
~CampbellOBS3_Voltage()
Destroy the CampbellOBS3_Voltage object - no action needed.

Function documentation

CampbellOBS3_Voltage(CampbellOBS3* parentSense, const char* uuid = "", const char* varCode = OBS3_VOLTAGE_DEFAULT_CODE) explicit

Construct a new CampbellOBS3_Voltage object.

Parameters
parentSense The parent CampbellOBS3 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 "OBS3Voltage".

CampbellOBS3_Voltage()

Construct a new CampbellOBS3_Voltage object.