Collect Keplerian and quasi-Keplerian parameters that are used in a variety of contexts.
Definition at line 148 of file GLOCNavAlm.hpp.
Public Member Functions | |
double | geta () const |
double | geth () const |
double | geti () const |
double | getl () const |
double | getlambda () const |
double | getLk () const |
double | getomega () const |
Perturbations | operator- (const Perturbations &right) const |
Allow this class to be differenced. More... | |
Perturbations () | |
Initialize everything to NaN. More... | |
Protected Attributes | |
double | a |
Semi-major axis. More... | |
double | h |
Quasi-Keplerian thing (true latitude?). More... | |
double | i |
inclination More... | |
double | l |
Quasi-Keplerian thing (true longitude?). More... | |
double | lambda |
longitude of ascending node More... | |
double | Lk |
Mean longitude. More... | |
double | omega |
argument of perigee More... | |
Friends | |
class | ::GLOCNavAlm_T |
gnsstk::GLOCNavAlm::Perturbations::Perturbations | ( | ) |
Initialize everything to NaN.
Definition at line 238 of file GLOCNavAlm.cpp.
|
inline |
Definition at line 156 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 157 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 161 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 158 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 159 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 162 of file GLOCNavAlm.hpp.
|
inline |
Definition at line 160 of file GLOCNavAlm.hpp.
GLOCNavAlm::Perturbations gnsstk::GLOCNavAlm::Perturbations::operator- | ( | const Perturbations & | right | ) | const |
Allow this class to be differenced.
Definition at line 251 of file GLOCNavAlm.cpp.
|
friend |
Definition at line 171 of file GLOCNavAlm.hpp.
|
protected |
Semi-major axis.
Definition at line 164 of file GLOCNavAlm.hpp.
|
protected |
Quasi-Keplerian thing (true latitude?).
Definition at line 165 of file GLOCNavAlm.hpp.
|
protected |
inclination
Definition at line 169 of file GLOCNavAlm.hpp.
|
protected |
Quasi-Keplerian thing (true longitude?).
Definition at line 166 of file GLOCNavAlm.hpp.
|
protected |
longitude of ascending node
Definition at line 167 of file GLOCNavAlm.hpp.
|
protected |
Mean longitude.
Definition at line 170 of file GLOCNavAlm.hpp.
|
protected |
argument of perigee
Definition at line 168 of file GLOCNavAlm.hpp.