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


AtlasScientificEC_Salinity class

The Variable sub-class used for the salinity 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_Salinity(AtlasScientificEC* parentSense, const char* uuid = "", const char* varCode = ATLAS_SALINITY_DEFAULT_CODE) explicit
Construct a new AtlasScientificEC_Salinity object.
AtlasScientificEC_Salinity()
Construct a new AtlasScientificEC_Salinity object.
~AtlasScientificEC_Salinity()
Destroy the AtlasScientificEC_Salinity() object - no action needed.

Function documentation

AtlasScientificEC_Salinity(AtlasScientificEC* parentSense, const char* uuid = "", const char* varCode = ATLAS_SALINITY_DEFAULT_CODE) explicit

Construct a new AtlasScientificEC_Salinity 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 "AtlasSalinity".

AtlasScientificEC_Salinity()

Construct a new AtlasScientificEC_Salinity object.