#include <UtcTprhData.h>

Public Member Functions | |
| void | Interpolate (const UtcTprhData &g1, const UtcTprhData &g2, const unsigned long int gps) |
| bool | operator< (const UtcTprhData &d) const |
| UtcTprhData ()=default | |
| UtcTprhData (const unsigned long int gps) | |
Public Attributes | |
| float | fDailyAvgDensity = 0 |
| float | fDensity = 0 |
| float | fDensity2HoursBefore = 0 |
| unsigned long int | fGPSSecond = 0 |
| float | fPressure = 0 |
| float | fTemperature = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const UtcTprhData &d) |
Definition at line 15 of file UtcTprhData.h.
|
default |
|
inline |
Definition at line 19 of file UtcTprhData.h.
| void anal::UtcTprhData::Interpolate | ( | const UtcTprhData & | g1, |
| const UtcTprhData & | g2, | ||
| const unsigned long int | gps | ||
| ) |
Definition at line 8 of file UtcTprhData.cc.
References fDailyAvgDensity, fDensity, fDensity2HoursBefore, fGPSSecond, fPressure, fTemperature, and INTERPOLATE.
|
inline |
Definition at line 24 of file UtcTprhData.h.
References fGPSSecond.
|
friend |
Definition at line 28 of file UtcTprhData.h.
| float anal::UtcTprhData::fDailyAvgDensity = 0 |
Definition at line 43 of file UtcTprhData.h.
Referenced by Interpolate().
| float anal::UtcTprhData::fDensity = 0 |
Definition at line 42 of file UtcTprhData.h.
Referenced by Interpolate().
| float anal::UtcTprhData::fDensity2HoursBefore = 0 |
Definition at line 44 of file UtcTprhData.h.
Referenced by Interpolate().
| unsigned long int anal::UtcTprhData::fGPSSecond = 0 |
Definition at line 39 of file UtcTprhData.h.
Referenced by Interpolate(), and operator<().
| float anal::UtcTprhData::fPressure = 0 |
Definition at line 41 of file UtcTprhData.h.
Referenced by Interpolate().
| float anal::UtcTprhData::fTemperature = 0 |
Definition at line 40 of file UtcTprhData.h.
Referenced by Interpolate().