1 #ifndef SHIPVARIABLES_H
2 #define SHIPVARIABLES_H
4 #include "StagingContainer.hpp"
5 #include "Util/NonCopyable.hpp"
15 double m_next_launch_time;
16 double m_synchroAscentOffBy;
23 void SaveConfig()
const;
25 const std::string m_configFileName;
26 const std::string m_configFileNameVar;
27 const std::string m_tagSynchroOffByRatio;
28 const std::string m_tagNextLaunchTime;
29 const PIDAP & m_pidAP;
32 #endif // SHIPVARIABLES_H