ModularSensors > Classes > Variable > FreescaleMPL115A2_Temp
ModularSensors > Modules > Freescale Semiconductor MPL115A2 > FreescaleMPL115A2_Temp


FreescaleMPL115A2_Temp class

The Variable sub-class used for the temperature output from a Freescale Semiconductor MPL115A2.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

FreescaleMPL115A2_Temp(FreescaleMPL115A2* parentSense, const char* uuid = "", const char* varCode = MPL115A2_TEMP_DEFAULT_CODE) explicit

Construct a new FreescaleMPL115A2_Temp object.

Parameters
parentSense The parent FreescaleMPL115A2 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 "FreescaleMPL115A2_Temp".

FreescaleMPL115A2_Temp()

Construct a new FreescaleMPL115A2_Temp object.