#include <src/sensors/DecagonES2.h>
DecagonES2_Temp
class
The Variable sub-class used for the temperature output from a Decagon ES-2 electrical conductivity sensor.
- Reference
- Detailed Descriptions
Base classes
- class Variable
- The variable class for a value and related metadata.
Constructors, destructors, conversion operators
- DecagonES2_Temp(DecagonES2* parentSense, const char* uuid = "", const char* varCode = "ES2Temp") explicit
- Construct a new DecagonES2_
Temp object. - DecagonES2_Temp()
- Construct a new DecagonES2_
Temp object. - ~DecagonES2_Temp()
- Destroy the DecagonES2_
Temp object - no action needed.
Function documentation
DecagonES2_ Temp:: DecagonES2_Temp(DecagonES2* parentSense,
const char* uuid = "",
const char* varCode = "ES2Temp") explicit
Construct a new DecagonES2_
Parameters | |
---|---|
parentSense | The parent DecagonES2 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 "ES2Temp". |