siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
star_target.hpp File Reference

Target implementation for Star catalog objects. More...

#include "altitude.hpp"
#include "azimuth.hpp"
#include "bodies.hpp"
#include "trackable.hpp"
Include dependency graph for star_target.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  siderust::StarTarget
 Target implementation wrapping a const Star&. More...
 

Namespaces

namespace  siderust
 

Detailed Description

Target implementation for Star catalog objects.

StarTarget wraps a const Star& and implements the Target interface by delegating to the star_altitude:: namespace free functions.

Example

std::cout << vega_target.name() << "\n"; // "Vega"
auto alt = vega_target.altitude_at(obs, now);
Target implementation wrapping a const Star&.
const Star & VEGA()
Definition bodies.hpp:264

Definition in file star_target.hpp.