#include <src/sensors/CampbellOBS3.h>
CampbellOBS3_Voltage
class
The Variable sub-class used for the raw voltage output from a Campbell OBS3+.
- Reference
- Detailed Descriptions
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 = "OBS3Voltage") 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_Voltage(CampbellOBS3* parentSense,
const char* uuid = "",
const char* varCode = "OBS3Voltage") explicit
Construct a new CampbellOBS3_
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". |