Definition in file HokieSatSimulation.cpp.
#include "HokieSatSimulation.h"
Go to the source code of this file.
Functions | |
| int | main () |
| Main operating function for HokieSat simulation. | |
| Environment * | SetupEnvironment (Attitude *pSatAttitude) |
| Creates an Earth environment with point-mass, two-body gravity, gravity-gradient torque, and a tilted-dipole magnetic field model. | |
| NumericPropagator * | SetupPropagator () |
| Sets up a combined numeric propagator, RK4(5) integrator and tolerances. | |
| Orbit * | SetupOrbit () |
| Creates an initial orbit read in from a file. | |
| Attitude * | SetupAttitude () |
| Creates an initial attitude read in from a file. | |
| Vector | ControlTorques (const ssfTime &_currentTime, const OrbitState &_currentOrbitState, const AttitudeState &_currentAttitudeState, const EnvFuncParamaterType &_parameterList) |
|
|
Main operating function for HokieSat simulation.
Definition at line 19 of file HokieSatSimulation.cpp. |
|
|
Creates an Earth environment with point-mass, two-body gravity, gravity-gradient torque, and a tilted-dipole magnetic field model.
Definition at line 95 of file HokieSatSimulation.cpp. |
|
|
Sets up a combined numeric propagator, RK4(5) integrator and tolerances.
Definition at line 137 of file HokieSatSimulation.cpp. |
|
|
Creates an initial orbit read in from a file.
Definition at line 159 of file HokieSatSimulation.cpp. |
|
|
Creates an initial attitude read in from a file.
Definition at line 188 of file HokieSatSimulation.cpp. |
|
||||||||||||||||||||
|
Definition at line 220 of file HokieSatSimulation.cpp. |
1.3