ModularSensors > Classes > Variable > ZebraTechDOpto_Temp
ModularSensors > Modules > Zebra-Tech D-Opto > ZebraTechDOpto_Temp


ZebraTechDOpto_Temp class

The Variable sub-class used for the temperature output from a Zebra-Tech D-Opto dissolved oxygen sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

ZebraTechDOpto_Temp(ZebraTechDOpto* parentSense, const char* uuid = "", const char* varCode = DOPTO_TEMP_DEFAULT_CODE) explicit

Construct a new ZebraTechDOpto_Temp object.

Parameters
parentSense The parent ZebraTechDOpto 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 "DOtempC".

ZebraTechDOpto_Temp()

Construct a new ZebraTechDOpto_Temp object.