Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager Class Reference

Manages GPS records for cellular topology. More...

Classes

struct  LocationAndDirection
 Represents tuple containing location and normalized direction vector. More...
 
struct  Record
 Structure representing car's location in time. More...
 

Properties

ReadOnlyDictionary< int, LocationAndDirectionCarPreviousGPSInputLocations [get]
 Dictionary mapping hash code of a recorded car to its location in previous simulation step. More...
 
ReadOnlyDictionary< int, LocationAndDirectionCarCurrentGPSInputLocations [get]
 Dictionary mapping hash code of a recorded car to its location in current simulation step. More...
 

Detailed Description

Manages GPS records for cellular topology.

Definition at line 15 of file GPSRecordsManager.cs.

Property Documentation

ReadOnlyDictionary<int, LocationAndDirection> Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.CarCurrentGPSInputLocations
get

Dictionary mapping hash code of a recorded car to its location in current simulation step.

Definition at line 64 of file GPSRecordsManager.cs.

ReadOnlyDictionary<int, LocationAndDirection> Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.CarPreviousGPSInputLocations
get

Dictionary mapping hash code of a recorded car to its location in previous simulation step.

Definition at line 51 of file GPSRecordsManager.cs.


The documentation for this class was generated from the following file: