Utility class to export object from the confguration holder. More...
#include <tvlsim/bom/ConfigExport.hpp>
Static Public Member Functions | |
static void | updateSimulationStatus (stdair::STDAIR_Service &, SimulationStatus &, const stdair::Date_T &iStartDate, const stdair::Date_T &iEndDate, const NbOfRuns_T &) |
Utility class to export object from the confguration holder.
Definition at line 26 of file ConfigExport.hpp.
|
static |
Look for the start date, the end date and the number of runs into the configuration holder and update the simulation status with the retrieved values.
stdair::STDAIR_ServicePtr_T | Reference on the StdAir service. |
const | SimulationStatus& Simulation status to be updated. |
const | stdair::Date_T& Start date of the simulation. |
const | stdair::Date_T& End date of the simulation. |
const | NbOfRuns_T& Number of simulation runs to be performed. |
Definition at line 16 of file ConfigExport.cpp.
References TVLSIM::SimulationStatus::setSimulationPeriod(), and TVLSIM::SimulationStatus::setTotalNumberOfRuns().