COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
#include "support/configCosmos.h"
#include "support/jsondef.h"
#include "support/convertlib.h"
#include "support/timelib.h"
#include "physics/nrlmsise-00.h"
#include "support/datalib.h"
Go to the source code of this file.
Namespaces | |
Cosmos | |
Cosmos::Physics | |
Functions | |
double | Cosmos::Physics::Msis00Density (posstruc pos, float f107avg, float f107, float magidx) |
Calculate atmospheric density. More... | |
Vector | Cosmos::Physics::GravityAccel (posstruc pos, uint16_t model, uint32_t degree) |
Spherical harmonic gravitational vector. More... | |
int32_t | Cosmos::Physics::GravityParams (int16_t model) |
double | Cosmos::Physics::Nplgndr (uint32_t l, uint32_t m, double x) |
int32_t | Cosmos::Physics::PosAccel (locstruc *loc, physicsstruc *phys) |
Position acceleration. More... | |
int32_t | Cosmos::Physics::AttAccel (locstruc *loc, physicsstruc *phys) |
Attitude acceleration. More... | |
int32_t | Cosmos::Physics::PhysSetup (physicsstruc *phys) |
int32_t | Cosmos::Physics::PhysCalc (locstruc *loc, physicsstruc *phys) |