CampbellRainVUE10_RainRateMax class

The Variable sub-class used for the maximum 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_RainRateMax(CampbellRainVUE10* parentSense, const char* uuid = "", const char* varCode = "RainVUERateMax") explicit
Construct a new CampbellRainVUE10_RainRateMax object.
CampbellRainVUE10_RainRateMax()
Construct a new CampbellRainVUE10_RainRateMax object.
~CampbellRainVUE10_RainRateMax()
Destroy the CampbellRainVUE10_RainRateMax object - no action needed.

Function documentation

CampbellRainVUE10_RainRateMax::CampbellRainVUE10_RainRateMax(CampbellRainVUE10* parentSense, const char* uuid = "", const char* varCode = "RainVUERateMax") explicit

Construct a new CampbellRainVUE10_RainRateMax 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 "RainVUERateAve".

CampbellRainVUE10_RainRateMax::CampbellRainVUE10_RainRateMax()

Construct a new CampbellRainVUE10_RainRateMax object.