#include <src/sensors/YosemitechY532.h>
YosemitechY532_Voltage
class
The Variable sub-class used for the electrode electrical potential output from a Yosemitech Y532-A digital pH sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- YosemitechY532_Voltage(YosemitechY532* parentSense, const char* uuid = "", const char* varCode = "Y532Potential") explicit
- Construct a new YosemitechY532_
Voltage object. - YosemitechY532_Voltage()
- Construct a new YosemitechY532_
Voltage object. - ~YosemitechY532_Voltage()
- Destroy the YosemitechY532_
Voltage object - no action needed.
Function documentation
YosemitechY532_ Voltage:: YosemitechY532_Voltage(YosemitechY532* parentSense,
const char* uuid = "",
const char* varCode = "Y532Potential") explicit
Construct a new YosemitechY532_
Parameters | |
---|---|
parentSense | The parent YosemitechY532 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 "Y532Potential". |