ModularSensors > Classes > Variable > YosemitechY504_DOpct
ModularSensors > Modules > Yosemitech Y504 Dissolved Oxygen Sensor > YosemitechY504_DOpct


YosemitechY504_DOpct class

The Variable sub-class used for the dissolved oxygen percent saturation output from a Yosemitech Y502-A or Y504-A optical dissolved oxygen sensor.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

YosemitechY504_DOpct(YosemitechY504* parentSense, const char* uuid = "", const char* varCode = Y504_DOPCT_DEFAULT_CODE) explicit
Construct a new YosemitechY504_DOpct object.
YosemitechY504_DOpct()
Construct a new YosemitechY504_DOpct object.
~YosemitechY504_DOpct()
Destroy the YosemitechY504_DOpct object - no action needed.

Function documentation

YosemitechY504_DOpct(YosemitechY504* parentSense, const char* uuid = "", const char* varCode = Y504_DOPCT_DEFAULT_CODE) explicit

Construct a new YosemitechY504_DOpct object.

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 "Y504DOpct".

YosemitechY504_DOpct()

Construct a new YosemitechY504_DOpct object.