7#include <stdair/basic/BasFileMgr.hpp>
8#include <stdair/basic/RandomGeneration.hpp>
9#include <stdair/bom/Inventory.hpp>
19 SEVMGR::SEVMGR_ServicePtr_T ioSEVMGR_ServicePtr,
20 stdair::RandomGeneration& ioSharedGenerator,
23 const stdair::Filename_T lFilename = iDemandFilename.name();
26 const bool doesExistAndIsReadable =
27 stdair::BasFileMgr::doesExistAndIsReadable (lFilename);
28 if (doesExistAndIsReadable ==
false) {
29 STDAIR_LOG_ERROR (
"The demand input file '" << lFilename
30 <<
"' does not exist or can not be read");
33 +
"' does not exist or can not "
39 iDefaultPOSProbablityMass, lFilename);
static void generateDemand(const DemandFilePath &, SEVMGR::SEVMGR_ServicePtr_T, stdair::RandomGeneration &, const POSProbabilityMass_T &)