SatDump 2.0.0-alpha-76a915210
|
#include "nlohmann/json.hpp"
#include "common/geodetic/geodetic_coordinates.h"
Go to the source code of this file.
Classes | |
class | satdump::projection::SatelliteRaytracer |
Generic base class for satellite raytracers. More... | |
struct | satdump::projection::RequestSatelliteRaytracerEvent |
Event called to request satellite raytracers. More... |
Functions | |
std::shared_ptr< SatelliteRaytracer > | satdump::projection::get_satellite_raytracer (nlohmann::json cfg) |
If supported, get the appropriate satellite raytracer for your configuration. |
std::shared_ptr< SatelliteRaytracer > satdump::projection::get_satellite_raytracer | ( | nlohmann::json | cfg | ) |
If supported, get the appropriate satellite raytracer for your configuration.
cfg | configuration used for the request |