SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSFCDExport.h
Go to the documentation of this file.
1 /****************************************************************************/
5 // Realises dumping Floating Car Data (FCD) Data
6 /****************************************************************************/
7 // SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
8 // Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors
9 /****************************************************************************/
10 //
11 // This file is part of SUMO.
12 // SUMO is free software: you can redistribute it and/or modify
13 // it under the terms of the GNU General Public License as published by
14 // the Free Software Foundation, either version 3 of the License, or
15 // (at your option) any later version.
16 //
17 /****************************************************************************/
18 #ifndef MSFCDExport_h
19 #define MSFCDExport_h
20 
21 
22 // ===========================================================================
23 // included modules
24 // ===========================================================================
25 #ifdef _MSC_VER
26 #include <windows_config.h>
27 #else
28 #include <config.h>
29 #endif
30 
31 #include <utils/common/SUMOTime.h>
32 
33 
34 // ===========================================================================
35 // class declarations
36 // ===========================================================================
37 class OutputDevice;
38 class MSEdgeControl;
39 class MSEdge;
40 class MSLane;
41 
42 
43 // ===========================================================================
44 // class definitions
45 // ===========================================================================
55 class MSFCDExport {
56 public:
65  static void write(OutputDevice& of, SUMOTime timestep);
66 
67 
68 private:
70  MSFCDExport(const MSFCDExport&);
71 
74 
75 
76 };
77 
78 
79 #endif
80 
81 /****************************************************************************/
82 /****************************************************************************/
86 // Realises dumping Floating Car Data (FCD) Data
87 /****************************************************************************/
88 // SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
89 // Copyright (C) 2001-2013 DLR (http://www.dlr.de/) and contributors
90 /****************************************************************************/
91 //
92 // This file is part of SUMO.
93 // SUMO is free software: you can redistribute it and/or modify
94 // it under the terms of the GNU General Public License as published by
95 // the Free Software Foundation, either version 3 of the License, or
96 // (at your option) any later version.
97 //
98 /****************************************************************************/
99 #ifndef MSFCDExport_h
100 #define MSFCDExport_h
101 
102 
103 // ===========================================================================
104 // included modules
105 // ===========================================================================
106 #ifdef _MSC_VER
107 #include <windows_config.h>
108 #else
109 #include <config.h>
110 #endif
111 
112 #include <utils/common/SUMOTime.h>
113 
114 
115 // ===========================================================================
116 // class declarations
117 // ===========================================================================
118 class OutputDevice;
119 class MSEdgeControl;
120 class MSEdge;
121 class MSLane;
122 
123 
124 // ===========================================================================
125 // class definitions
126 // ===========================================================================
136 class MSFCDExport {
137 public:
146  static void write(OutputDevice& of, SUMOTime timestep);
147 
148 
149 private:
151  MSFCDExport(const MSFCDExport&);
152 
155 
156 
157 };
158 
159 
160 #endif
161 
162 /****************************************************************************/