ModularSensors > Classes > Variable > MeaSpecMS5803_Temp
ModularSensors > Modules > Measurement Specialties MS5803 > MeaSpecMS5803_Temp


MeaSpecMS5803_Temp class

The Variable sub-class used for the temperature output from a Measurement Specialties MS5803 digital pressure sensor.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

MeaSpecMS5803_Temp(MeaSpecMS5803* parentSense, const char* uuid = "", const char* varCode = MS5803_TEMP_DEFAULT_CODE) explicit

Construct a new MeaSpecMS5803_Temp object.

Parameters
parentSense The parent MeaSpecMS5803 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 "MeaSpecMS5803Temp".

MeaSpecMS5803_Temp()

Construct a new MeaSpecMS5803_Temp object.