diff options
| author | ketsuban_152 <webmaster@dangofacotry.net> | 2026-08-09 15:10:39 +0900 |
|---|---|---|
| committer | ketsuban_152 <webmaster@dangofacotry.net> | 2026-08-09 15:10:39 +0900 |
| commit | 65c88208bc53f0de671a384c008d4611f4425840 (patch) | |
| tree | 343278e0b7dde57bc1f91e927fc4d01876e04e3d /src/localtemp.h | |
| parent | 71e309251350e273531b68d481d356c75455b01e (diff) | |
| download | dwgo-65c88208bc53f0de671a384c008d4611f4425840.tar.gz dwgo-65c88208bc53f0de671a384c008d4611f4425840.tar.bz2 dwgo-65c88208bc53f0de671a384c008d4611f4425840.zip | |
modified: src/localtemp.cpp
modified: src/localtemp.h
Diffstat (limited to 'src/localtemp.h')
| -rw-r--r-- | src/localtemp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localtemp.h b/src/localtemp.h index 2e238cf..e199a9a 100644 --- a/src/localtemp.h +++ b/src/localtemp.h @@ -59,6 +59,6 @@ public: private: void set_temp(double temp_c); void set_humidity(int hum); - void get_ob_info(double precip10m); + void get_ob_info(double precip10m, double sun10m, time_t observation_time); bool fetch_latest_time(std::string &yyyymmdd, std::string &hhmmss, std::string &block3h, time_t &obs_utc); bool extract_json_number(const std::string &json, const std::string &key, double &value); }; |
