ModularSensors > Classes > Variable > CampbellRainVUE10_RainRateAve
ModularSensors > Modules > Campbell RainVUE10 > CampbellRainVUE10_RainRateAve


CampbellRainVUE10_RainRateAve class

The Variable sub-class used for the average rainfall rate output from a Campbell RainVUE10 precipitation sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

CampbellRainVUE10_RainRateAve(CampbellRainVUE10* parentSense, const char* uuid = "", const char* varCode = RAINVUE10_RAINRATEAVE_DEFAULT_CODE) explicit

Construct a new CampbellRainVUE10_RainRateAve object.

Parameters
parentSense The parent CampbellRainVUE10 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 "RainVUEError".

CampbellRainVUE10_RainRateAve()

Construct a new CampbellRainVUE10_RainRateAve object.