Instrument Neutral Distributed Interface INDI  2.0.2
Typedefs | Functions
openweathermap.cpp File Reference
#include "openweathermap.h"
#include "json.h"
#include "locale_compat.h"
#include <curl/curl.h>
#include <memory>
#include <cstring>

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Functions

std::unique_ptr< OpenWeatherMapopenWeatherMap (new OpenWeatherMap())
 

Typedef Documentation

◆ json

Definition at line 37 of file openweathermap.cpp.

Function Documentation

◆ openWeatherMap()

std::unique_ptr<OpenWeatherMap> openWeatherMap ( new   OpenWeatherMap())