|
MeteoIODoc 20251207.a703fe45
Environmental timeseries pre-processing
|
This is a small helper structure to store pairs of <timestamp, cloudiness> values for caching.
#include <TauCLDGenerator.h>
Public Member Functions | |
| CLOUDCACHE () | |
| CLOUDCACHE (const double &julian_gmt, const double &cloudiness) | |
| void | addCloudiness (const double &julian_gmt, const double &cloudiness) |
| Add a cloudiness value to the cache. | |
Public Attributes | |
| std::pair< double, double > | last_valid |
|
inline |
|
inline |
| void mio::TauCLDGenerator::cloudCache::addCloudiness | ( | const double & | julian_gmt, |
| const double & | cloudiness | ||
| ) |
Add a cloudiness value to the cache.
| [in] | julian_gmt | Timestamp of the cloudiness value (in GMT) |
| [in] | cloudiness | cloudiness value (between 0 and 1) |
| std::pair<double, double> mio::TauCLDGenerator::CLOUDCACHE::last_valid |