AtlasScientificEC_TDS class

The Variable sub-class used for the total dissolved solids output from an Atlas Scientific EC EZO circuit.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

AtlasScientificEC_TDS::AtlasScientificEC_TDS(AtlasScientificEC* parentSense, const char* uuid = "", const char* varCode = "AtlasTDS") explicit

Construct a new AtlasScientificEC_TDS object.

Parameters
parentSense The parent AtlasScientificEC 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 "AtlasTDS".

AtlasScientificEC_TDS::AtlasScientificEC_TDS()

Construct a new AtlasScientificEC_TDS object.