Eclipse SUMO - Simulation of Urban MObility
AGFrame.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-2019 German Aerospace Center (DLR) and others.
4 // activitygen module
5 // Copyright 2010 TUM (Technische Universitaet Muenchen, http://www.tum.de/)
6 // This program and the accompanying materials
7 // are made available under the terms of the Eclipse Public License v2.0
8 // which accompanies this distribution, and is available at
9 // http://www.eclipse.org/legal/epl-v20.html
10 // SPDX-License-Identifier: EPL-2.0
11 /****************************************************************************/
17 // Configuration of the options of ActivityGen
18 /****************************************************************************/
19 #ifndef AGFRAME_H
20 #define AGFRAME_H
21 
22 
23 // ===========================================================================
24 // included modules
25 // ===========================================================================
26 #include <config.h>
27 
28 
29 // ===========================================================================
30 // class definitions
31 // ===========================================================================
36 class AGFrame {
37 public:
40  static void fillOptions();
41 
42 
49  static bool checkOptions();
50 
51 };
52 
53 #endif /* AGFRAME_H */
AGFrame::fillOptions
static void fillOptions()
Inserts options used by ActivityGen into the OptionsCont singleton.
Definition: AGFrame.cpp:44
AGFrame::checkOptions
static bool checkOptions()
Checks set options from the OptionsCont singleton for being valid for usage within ActivityGen.
Definition: AGFrame.cpp:90
AGFrame
Sets and checks options for ActivityGen.
Definition: AGFrame.h:36
config.h