#include <src/sensors/YosemitechY504.h>
YosemitechY504_DOmgL
class
The Variable sub-class used for the dissolved oxygen concentration output from a Yosemitech Y502-A or Y504-A optical dissolved oxygen sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY504_DOmgL(YosemitechY504* parentSense, const char* uuid = "", const char* varCode = "Y504DOmgL") explicit
- Construct a new YosemitechY504_
DOmgL object. - YosemitechY504_DOmgL()
- Construct a new YosemitechY504_
DOmgL object. - ~YosemitechY504_DOmgL()
- Destroy the YosemitechY504_
DOmgL object - no action needed.
Function documentation
YosemitechY504_ DOmgL:: YosemitechY504_DOmgL(YosemitechY504* parentSense,
const char* uuid = "",
const char* varCode = "Y504DOmgL") explicit
Construct a new YosemitechY504_
Parameters | |
---|---|
parentSense | The parent YosemitechY504 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 "Y504DOmgL". |