Microscopic Traffic Simulator
GpsRecordsManager.Record.cs
Go to the documentation of this file.
1 using System;
2 using System.Windows;
3 
4 namespace Microscopic_Traffic_Simulator___Model.CellularTopologyObjects
5 {
9  partial class GpsRecordsManager
10  {
14  public struct Record
15  {
19  public Point Point;
20 
25 
29  public TimeSpan Time;
30 
34  public int CarHashCode;
35  }
36  }
37 }