#include <src/sensors/CampbellRainVUE10.h>
CampbellRainVUE10_Tips
class
The Variable sub-class used for the tip count output from a Campbell RainVUE10 precipitation sensor.
- Reference
- Detailed Descriptions
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_
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". |