GpsWeatherData.cc
Go to the documentation of this file.
1 #include <Math.h>
2 #include <GpsWeatherData.h>
3 
4 
5 namespace anal {
6 
7  void
9  const unsigned long int gps)
10  {
11  fGPSSecond = gps;
12 #define INTERPOLATE(_x_) \
13  _x_ = \
14  anal::Interpolate(double(g1.fGPSSecond), double(g1._x_), double(g2.fGPSSecond), double(g2._x_), double(gps))
17 #undef INTERPOLATE
18  }
19 
20 }
unsigned long int fGPSSecond
void Interpolate(const GpsWeatherData &g1, const GpsWeatherData &g2, const unsigned long int gps)
#define INTERPOLATE(_x_)

, generated on Tue Sep 26 2023.