SUMO - Simulation of Urban MObility
MEVehicleControl.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2018 German Aerospace Center (DLR) and others.
4 // This program and the accompanying materials
5 // are made available under the terms of the Eclipse Public License v2.0
6 // which accompanies this distribution, and is available at
7 // http://www.eclipse.org/legal/epl-v20.html
8 // SPDX-License-Identifier: EPL-2.0
9 /****************************************************************************/
15 // The class responsible for building and deletion of vehicles (meso-version)
16 /****************************************************************************/
17 #ifndef MEVehicleControl_h
18 #define MEVehicleControl_h
19 
20 
21 // ===========================================================================
22 // included modules
23 // ===========================================================================
24 #include <config.h>
25 
26 #include <vector>
28 
29 
30 // ===========================================================================
31 // class definitions
32 // ===========================================================================
44 public:
47 
48 
51 
52 
55 
69  const MSRoute* route, MSVehicleType* type,
70  const bool ignoreStopErrors, const bool fromRouteFile = true);
72 
73 
74 private:
77 
80 
81 
82 };
83 
84 
85 #endif
86 
87 /****************************************************************************/
88 
MEVehicleControl & operator=(const MEVehicleControl &s)
invalidated assignment operator
The car-following model and parameter.
Definition: MSVehicleType.h:66
Representation of a vehicle.
Definition: SUMOVehicle.h:60
The class responsible for building and deletion of vehicles (gui-version)
~MEVehicleControl()
Destructor.
Structure representing possible vehicle parameter.
virtual SUMOVehicle * buildVehicle(SUMOVehicleParameter *defs, const MSRoute *route, MSVehicleType *type, const bool ignoreStopErrors, const bool fromRouteFile=true)
Builds a vehicle, increases the number of built vehicles.
MEVehicleControl()
Constructor.
The class responsible for building and deletion of vehicles.