6 #include <stdair/STDAIR_Service.hpp> 18 const stdair::Date_T& iStartDate,
19 const stdair::Date_T& iEndDate,
23 stdair::Date_T lStartDate (iStartDate);
24 const bool hasStartDateBeenRetrieved =
25 ioSTDAIR_Service.exportConfigValue<stdair::Date_T> (lStartDate,
27 assert (hasStartDateBeenRetrieved ==
true);
28 stdair::Date_T lEndDate (iEndDate);
29 const bool hasEndDateBeenRetrieved =
30 ioSTDAIR_Service.exportConfigValue<stdair::Date_T> (lEndDate,
32 assert (hasEndDateBeenRetrieved ==
true);
35 const bool hasNumberOfRunsBeenRetrieved =
36 ioSTDAIR_Service.exportConfigValue<
NbOfRuns_T> (lTotalNumberOfRuns,
38 assert (hasNumberOfRunsBeenRetrieved ==
true);
void setSimulationPeriod(const stdair::Date_T &iStartDate, const stdair::Date_T &iEndDate)
static void updateSimulationStatus(stdair::STDAIR_Service &, SimulationStatus &, const stdair::Date_T &iStartDate, const stdair::Date_T &iEndDate, const NbOfRuns_T &)
void setTotalNumberOfRuns(const NbOfRuns_T &iNbOfRuns)