AtlasScientificEC_Cond class

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

Function documentation

AtlasScientificEC_Cond::AtlasScientificEC_Cond(AtlasScientificEC* parentSense, const char* uuid = "", const char* varCode = "AtlasCond") explicit

Construct a new AtlasScientificEC_Cond 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 "AtlasCond".

AtlasScientificEC_Cond::AtlasScientificEC_Cond()

Construct a new AtlasScientificEC_Cond object.