mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 22:51:26 +00:00
initial commit
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "sVars.h"
|
||||
|
||||
void burnStartTimeCalc(struct sVars&, double g);
|
||||
void thrustSelection(struct sVars&, int t);
|
||||
void lqrCalc(struct sVars&);
|
||||
void TVC(struct sVars&, double g);
|
||||
void vehicleDynamics(struct sVars&, int t);
|
||||
void write2CSV(struct sVars&, std::fstream& outfile, int t);
|
||||
void burnStartTimeCalc(struct sVars &, double g);
|
||||
void thrustSelection(struct sVars &, int t);
|
||||
void lqrCalc(struct sVars &);
|
||||
void TVC(struct sVars &, double g);
|
||||
void vehicleDynamics(struct sVars &, int t);
|
||||
void write2CSV(struct sVars &, std::fstream &outfile, int t);
|
||||
double derivative(double x2, double x1, double dt);
|
||||
double integral(double x2, double x1, double dt);
|
Reference in New Issue
Block a user