SklavaBot 0.1.0
Telegram Bot in C++
Loading...
Searching...
No Matches
metar.hpp
Go to the documentation of this file.
1#ifndef HPP_METAR
2#define HPP_METAR
3
4#include <string>
5
6namespace tools {
17std::string getMetar(std::string ICAO);
18} // namespace tools
19
20#endif
Definition metar.hpp:6
std::string getMetar(std::string ICAO)
Get METAR information from stations.
Definition metar.cpp:28