SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
satellite_raytracer.h File Reference
#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< SatelliteRaytracersatdump::projection::get_satellite_raytracer (nlohmann::json cfg)
 If supported, get the appropriate satellite raytracer for your configuration.

Function Documentation

◆ get_satellite_raytracer()

std::shared_ptr< SatelliteRaytracer > satdump::projection::get_satellite_raytracer ( nlohmann::json cfg)

If supported, get the appropriate satellite raytracer for your configuration.

Parameters
cfgconfiguration used for the request
Returns
shared_ptr of the raytracer as base class