ModularSensors > Classes > Variable > MaximDS18_Temp
ModularSensors > Modules > Maxim DS18 > MaximDS18_Temp


MaximDS18_Temp class

The Variable sub-class used for the temperature output from a Maxim one-wire temperature sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MaximDS18_Temp(MaximDS18* parentSense, const char* uuid = "", const char* varCode = DS18_TEMP_DEFAULT_CODE) explicit

Construct a new MaximDS18_Temp object.

Parameters
parentSense The parent MaximDS18 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 "DS18Temp".

MaximDS18_Temp()

Construct a new MaximDS18_Temp object.