#include <GpsWeatherData.h>

Public Member Functions | |
| GpsWeatherData ()=default | |
| GpsWeatherData (const unsigned long int gps) | |
| void | Interpolate (const GpsWeatherData &g1, const GpsWeatherData &g2, const unsigned long int gps) |
| bool | operator< (const GpsWeatherData &d) const |
Public Attributes | |
| unsigned long int | fGPSSecond = 0 |
| float | fPressure = 0 |
| float | fTemperature = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const GpsWeatherData &d) |
Definition at line 9 of file GpsWeatherData.h.
|
default |
|
inline |
Definition at line 12 of file GpsWeatherData.h.
| void anal::GpsWeatherData::Interpolate | ( | const GpsWeatherData & | g1, |
| const GpsWeatherData & | g2, | ||
| const unsigned long int | gps | ||
| ) |
Definition at line 8 of file GpsWeatherData.cc.
References fGPSSecond, fPressure, fTemperature, and INTERPOLATE.
|
inline |
Definition at line 17 of file GpsWeatherData.h.
References fGPSSecond.
|
friend |
Definition at line 21 of file GpsWeatherData.h.
| unsigned long int anal::GpsWeatherData::fGPSSecond = 0 |
Definition at line 29 of file GpsWeatherData.h.
Referenced by Interpolate(), and operator<().
| float anal::GpsWeatherData::fPressure = 0 |
Definition at line 31 of file GpsWeatherData.h.
Referenced by Interpolate().
| float anal::GpsWeatherData::fTemperature = 0 |
Definition at line 30 of file GpsWeatherData.h.
Referenced by Interpolate().