siderust-cpp 0.8.0
Header-only C++ wrapper for siderust
Loading...
Searching...
No Matches
siderust::ProperMotion Struct Reference

Proper motion for a star (equatorial). More...

#include <siderust/bodies.hpp>

Collaboration diagram for siderust::ProperMotion:

Public Member Functions

siderust_proper_motion_t to_c () const
 

Public Attributes

AngularRate ra
 RA proper motion.
 
AngularRate dec
 Dec proper motion.
 
RaConvention convention
 RA rate convention.
 

Detailed Description

Proper motion for a star (equatorial).

Examples
05_target_tracking.cpp.

Definition at line 24 of file bodies.hpp.

Member Function Documentation

◆ to_c()

siderust_proper_motion_t siderust::ProperMotion::to_c ( ) const
inline

Member Data Documentation

◆ convention

RaConvention siderust::ProperMotion::convention

RA rate convention.

Definition at line 27 of file bodies.hpp.

Referenced by to_c().

◆ dec

AngularRate siderust::ProperMotion::dec

Dec proper motion.

Examples
05_target_tracking.cpp.

Definition at line 26 of file bodies.hpp.

Referenced by to_c().

◆ ra

AngularRate siderust::ProperMotion::ra

RA proper motion.

Examples
05_target_tracking.cpp.

Definition at line 25 of file bodies.hpp.

Referenced by to_c().


The documentation for this struct was generated from the following file: