TemperatureSensor Class Reference

#include <temperature_sensor.hpp>

Inheritance diagram for TemperatureSensor:
Collaboration diagram for TemperatureSensor:

Friends

class SingletonTemplate< TemperatureSensor >
 Friend class used for Singleton Template. More...
 

Additional Inherited Members

- Public Member Functions inherited from I2C_Temp
 I2C_Temp (char addr)
 
bool init ()
 
float getCelsius ()
 
float getFarenheit ()
 
- Static Public Member Functions inherited from SingletonTemplate< TemperatureSensor >
static TemperatureSensorgetInstance ()
 Public member to get instance of this SINGLETON class. More...
 
- Data Fields inherited from I2C_Temp
float mOffsetCelcius
 Temperature offset. More...
 
- Protected Member Functions inherited from SingletonTemplate< TemperatureSensor >
 SingletonTemplate ()
 
- Static Protected Attributes inherited from SingletonTemplate< TemperatureSensor >
static SingletonTemplatempSingletonInstance
 

Detailed Description

Temperature Sensor class used to get temperature reading from the on-board sensor

Friends And Related Function Documentation

friend class SingletonTemplate< TemperatureSensor >
friend

Friend class used for Singleton Template.


The documentation for this class was generated from the following file: