CampbellRainVUE10_Tips class

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

Function documentation

CampbellRainVUE10_Tips::CampbellRainVUE10_Tips(CampbellRainVUE10* parentSense, const char* uuid = "", const char* varCode = "RainVUETips") explicit

Construct a new CampbellRainVUE10_Tips 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 "RainVUETips".

CampbellRainVUE10_Tips::CampbellRainVUE10_Tips()

Construct a new CampbellRainVUE10_Tips object.