#include <src/sensors/YosemitechY4000.h>
YosemitechY4000_BGA
class
The Variable sub-class used for the blue green algae (BGA) concentration output from a Yosemitech Y4000 multiparameter sonde.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY4000_BGA(YosemitechY4000* parentSense, const char* uuid = "", const char* varCode = "Y4000BGA") explicit
- Construct a new YosemitechY4000_
BGA object. - YosemitechY4000_BGA()
- Construct a new YosemitechY4000_
BGA object. - ~YosemitechY4000_BGA()
- Destroy the YosemitechY4000_
BGA object - no action needed.
Function documentation
YosemitechY4000_ BGA:: YosemitechY4000_BGA(YosemitechY4000* parentSense,
const char* uuid = "",
const char* varCode = "Y4000BGA") explicit
Construct a new YosemitechY4000_
Parameters | |
---|---|
parentSense | The parent YosemitechY4000 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 "Y4000BGA". |