#include <src/sensors/YosemitechY513.h>
YosemitechY513_BGA
class
The Variable sub-class used for the blue green algae concentration output from a Yosemitech Y513 Blue Green Algae (BGA) sensor with wiper.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY513_BGA(YosemitechY513* parentSense, const char* uuid = "", const char* varCode = "Y513BGA") explicit
- Construct a new YosemitechY513_
BGA object. - YosemitechY513_BGA()
- Construct a new YosemitechY513_
BGA object. - ~YosemitechY513_BGA()
- Destroy the YosemitechY513_
BGA() object - no action needed.
Function documentation
YosemitechY513_ BGA:: YosemitechY513_BGA(YosemitechY513* parentSense,
const char* uuid = "",
const char* varCode = "Y513BGA") explicit
Construct a new YosemitechY513_
Parameters | |
---|---|
parentSense | The parent YosemitechY513 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 "Y513BGA". |