ModularSensors > Classes > Variable > MaximDS3231_Temp
ModularSensors > Modules > Maxim DS3231 RTC > MaximDS3231_Temp


MaximDS3231_Temp class

The Variable sub-class used for the temperature output from a DS3231.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MaximDS3231_Temp(MaximDS3231* parentSense, const char* uuid = "", const char* varCode = DS3231_TEMP_DEFAULT_CODE) explicit

Construct a new MaximDS3231_Temp object.

Parameters
parentSense The parent MaximDS3231 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 "BoardTemp".

MaximDS3231_Temp()

Construct a new MaximDS3231_Temp object.