0.2.0
Loading...
Searching...
No Matches
Orbit.hpp File Reference

Abstract satellite orbit information. More...

Go to the source code of this file.

Classes

class  NAV::Orbit
 Abstract satellite orbit information. More...
 
struct  NAV::Orbit::Pos
 Satellite Position. More...
 
struct  NAV::Orbit::PosVel
 Satellite Position and Velocity. More...
 
struct  NAV::Orbit::PosVelAccel
 Satellite Position, Velocity and Acceleration. More...
 

Functions

Orbit::Calc NAV::operator& (Orbit::Calc lhs, Orbit::Calc rhs)
 Allows construction of Calc objects.
 
Orbit::Calc NAV::operator| (Orbit::Calc lhs, Orbit::Calc rhs)
 Allows construction of Calc objects.
 

Detailed Description

Abstract satellite orbit information.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2022-12-02

Function Documentation

◆ operator&()

Orbit::Calc NAV::operator& ( Orbit::Calc lhs,
Orbit::Calc rhs )
inline

Allows construction of Calc objects.

Parameters
[in]lhsLeft-hand side enum value.
[in]rhsRight-hand side enum value.
Returns
The binary ANDed value.

◆ operator|()

Orbit::Calc NAV::operator| ( Orbit::Calc lhs,
Orbit::Calc rhs )
inline

Allows construction of Calc objects.

Parameters
[in]lhsLeft-hand side enum value.
[in]rhsRight-hand side enum value.
Returns
The binary ORed value.