ModularSensors > Classes > Variable > AtlasScientificEC_TDS
ModularSensors > Modules > Atlas EZO-EC > AtlasScientificEC_TDS


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 = ATLAS_TDS_DEFAULT_CODE) 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* parentSense, const char* uuid = "", const char* varCode = ATLAS_TDS_DEFAULT_CODE) 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()

Construct a new AtlasScientificEC_TDS object.