TraDemGen Logo  1.00.9
C++ Simulated Travel Demand Generation Library
Loading...
Searching...
No Matches
DemandParser.hpp
Go to the documentation of this file.
1#ifndef __TRADEMGEN_CMD_DEMANDPARSER_HPP
2#define __TRADEMGEN_CMD_DEMANDPARSER_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7// STL
8#include <string>
9// StdAir
10#include <stdair/stdair_basic_types.hpp>
11#include <stdair/command/CmdAbstract.hpp>
12// SEvMgr
13#include <sevmgr/SEVMGR_Types.hpp>
14// TraDemGen
17
19namespace stdair {
20 struct RandomGeneration;
21}
22
23namespace TRADEMGEN {
24
28 class DemandParser : public stdair::CmdAbstract {
29 public:
43 static void generateDemand (const DemandFilePath&,
44 SEVMGR::SEVMGR_ServicePtr_T,
45 stdair::RandomGeneration&,
47 };
48}
49#endif // __TRADEMGEN_CMD_DEMANDPARSER_HPP
Forward declarations.
Class wrapping the parser entry point.
static void generateDemand(const DemandFilePath &, SEVMGR::SEVMGR_ServicePtr_T, stdair::RandomGeneration &, const POSProbabilityMass_T &)