SUMO - Simulation of Urban MObility
AGFrame.h
Go to the documentation of this file.
00001 /****************************************************************************/
00008 // Configuration of the options of ActivityGen
00009 /****************************************************************************/
00010 // SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
00011 // Copyright (C) 2001-2012 DLR (http://www.dlr.de/) and contributors
00012 // activitygen module
00013 // Copyright 2010 TUM (Technische Universitaet Muenchen, http://www.tum.de/)
00014 /****************************************************************************/
00015 //
00016 //   This file is part of SUMO.
00017 //   SUMO is free software: you can redistribute it and/or modify
00018 //   it under the terms of the GNU General Public License as published by
00019 //   the Free Software Foundation, either version 3 of the License, or
00020 //   (at your option) any later version.
00021 //
00022 /****************************************************************************/
00023 #ifndef AGFRAME_H
00024 #define AGFRAME_H
00025 
00026 
00027 // ===========================================================================
00028 // included modules
00029 // ===========================================================================
00030 #ifdef _MSC_VER
00031 #include <windows_config.h>
00032 #else
00033 #include <config.h>
00034 #endif
00035 
00036 
00037 // ===========================================================================
00038 // class definitions
00039 // ===========================================================================
00044 class AGFrame {
00045 public:
00048     static void fillOptions();
00049 
00050 
00057     static bool checkOptions();
00058 
00059 };
00060 
00061 #endif /* AGFRAME_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines