SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
satellite_raytracer_sattrack.h
Go to the documentation of this file.
1#pragma once
2
6
7#include "common/tracking/tracking.h"
9
10namespace satdump
11{
12 namespace projection
13 {
21 class SatelliteRaytracerSatTrack : public SatelliteRaytracer
22 {
23 protected:
24 std::shared_ptr<satdump::SatelliteTracker> sat_tracker;
25
26 public:
27 SatelliteRaytracerSatTrack(nlohmann::json cfg);
28 };
29 } // namespace proj
30} // namespace satdump