| 
| 
int16_t  | getTemperature () | 
|   | 
| 
void  | getTemperature (int16_t &temp) | 
|   | 
| 
void  | getTemperature (float &temp) | 
|   | 
| 
void  | getTemperature (double &temp) | 
|   | 
| 
int32_t  | getPressure () | 
|   | 
| 
Calibration &  | getCalibration () | 
|   | DATA Access. 
  | 
|   | 
| 
void  | rawPressureTouched () | 
|   | Notify data class about changed buffer of raw pressure data. 
  | 
|   | 
| 
void  | rawTemperatureTouched () | 
|   | Notify data class about changed buffer of raw temperature data. 
  | 
|   | 
 | 
| 
void  | calculateCalibratedTemperature () | 
|   | 
| 
void  | calculateCalibratedPressure () | 
|   | 
| Enum Values | Documentation | 
|---|
| TEMPERATURE_CALCULATED  | Remember if the raw data was already converted to calibrated temperature.  
 | 
| PRESSURE_CALCULATED  | Remember if the raw data was already converted to calibrated pressure.  
 | 
 
 
  
  
      
        
          | uint8_t modm::bmp085data::DataBase::raw[5] | 
         
       
   | 
  
inheritedprotected   | 
  
 
The raw data that was read from the sensor 0 .. 1 temperature data 2 .. 4 pressure data 
 
 
The documentation for this class was generated from the following files:
- bmp085_data.hpp
 
- bmp085_data_impl_double.hpp