#include <GpsWeatherData.h>
Public Member Functions | |
void | Clear () |
void | Interpolate (const GpsWeatherData &g1, const GpsWeatherData &g2, const unsigned long int gps) |
bool | operator< (const GpsWeatherData &d) const |
Public Attributes | |
float | fAverageWindSpeed = 0 |
unsigned long int | fGPSSecond = 0 |
float | fMaxWindSpeed = 0 |
float | fPressure = 0 |
unsigned short | fQuality = 0 |
float | fRelativeHumidity = 0 |
float | fTemperature = 0 |
float | fWindDirection = 0 |
float | fWindSpeed = 0 |
Friends | |
std::istream & | operator>> (std::istream &is, GpsWeatherRawRow &g) |
Definition at line 46 of file GpsWeatherData.h.
|
inline |
Definition at line 48 of file GpsWeatherData.h.
|
inherited |
Definition at line 8 of file GpsWeatherData.cc.
References anal::GpsWeatherData::fGPSSecond, anal::GpsWeatherData::fPressure, anal::GpsWeatherData::fTemperature, and INTERPOLATE.
|
inlineinherited |
Definition at line 17 of file GpsWeatherData.h.
References anal::GpsWeatherData::fGPSSecond.
|
friend |
Definition at line 52 of file GpsWeatherData.h.
float anal::GpsWeatherRawRow::fAverageWindSpeed = 0 |
Definition at line 68 of file GpsWeatherData.h.
|
inherited |
Definition at line 29 of file GpsWeatherData.h.
Referenced by anal::GpsWeatherData::Interpolate(), and anal::GpsWeatherData::operator<().
float anal::GpsWeatherRawRow::fMaxWindSpeed = 0 |
Definition at line 69 of file GpsWeatherData.h.
|
inherited |
Definition at line 31 of file GpsWeatherData.h.
Referenced by anal::GpsWeatherData::Interpolate().
unsigned short anal::GpsWeatherRawRow::fQuality = 0 |
Definition at line 71 of file GpsWeatherData.h.
float anal::GpsWeatherRawRow::fRelativeHumidity = 0 |
Definition at line 66 of file GpsWeatherData.h.
|
inherited |
Definition at line 30 of file GpsWeatherData.h.
Referenced by anal::GpsWeatherData::Interpolate().
float anal::GpsWeatherRawRow::fWindDirection = 0 |
Definition at line 70 of file GpsWeatherData.h.
float anal::GpsWeatherRawRow::fWindSpeed = 0 |
Definition at line 67 of file GpsWeatherData.h.