Public Member Functions | |
cras::expected< bool, std::string > | download (const DayIndex &day) |
fs::path | getCacheFile (const DayIndex &day) const |
Public Attributes | |
fs::path | cacheDir |
std::unordered_set< std::string > | constellations |
std::unordered_set< DayIndex > | loadedDays |
size_t | maxDownloadDays {1000u} |
std::unordered_map< std::string, std::string > | satdbConstellations |
std::pair< ros::Time, ros::Time > | timeRange |
std::string | urlFormat |
Definition at line 272 of file ethz_satdb_datasource.cpp.
cras::expected< bool, std::string > gnss_info::EthzSatdbDataSourcePrivate::download | ( | const DayIndex & | day | ) |
Definition at line 302 of file ethz_satdb_datasource.cpp.
Definition at line 296 of file ethz_satdb_datasource.cpp.
fs::path gnss_info::EthzSatdbDataSourcePrivate::cacheDir |
Definition at line 283 of file ethz_satdb_datasource.cpp.
std::unordered_set<std::string> gnss_info::EthzSatdbDataSourcePrivate::constellations |
Definition at line 275 of file ethz_satdb_datasource.cpp.
std::unordered_set<DayIndex> gnss_info::EthzSatdbDataSourcePrivate::loadedDays |
Definition at line 276 of file ethz_satdb_datasource.cpp.
size_t gnss_info::EthzSatdbDataSourcePrivate::maxDownloadDays {1000u} |
Definition at line 282 of file ethz_satdb_datasource.cpp.
std::unordered_map<std::string, std::string> gnss_info::EthzSatdbDataSourcePrivate::satdbConstellations |
Definition at line 285 of file ethz_satdb_datasource.cpp.
Definition at line 274 of file ethz_satdb_datasource.cpp.
std::string gnss_info::EthzSatdbDataSourcePrivate::urlFormat |
Definition at line 278 of file ethz_satdb_datasource.cpp.