![]() |
Eclipse SUMO - Simulation of Urban MObility
|
ConflictPointInfo stores some information on a specific conflict point (used to store information on ssm-extremal values). More...
Public Member Functions | |
| ConflictPointInfo (double time, Position x, EncounterType type, double ssmValue, double speed) | |
Data Fields | |
| Position | pos |
| Predicted location of the conflict: In case of MERGING and CROSSING: entry point to conflict area for follower In case of FOLLOWING: position of leader's back. | |
| double | speed |
| speed of the reporting vehicle at the given time/position | |
| double | time |
| time point of the conflict | |
| EncounterType | type |
| Type of the conflict. | |
| double | value |
| value of the corresponding SSM | |
ConflictPointInfo stores some information on a specific conflict point (used to store information on ssm-extremal values).
Definition at line 188 of file MSDevice_SSM.h.
|
inline |
| Position MSDevice_SSM::Encounter::ConflictPointInfo::pos |
Predicted location of the conflict: In case of MERGING and CROSSING: entry point to conflict area for follower In case of FOLLOWING: position of leader's back.
Definition at line 194 of file MSDevice_SSM.h.
Referenced by ConflictPointInfo(), and MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::speed |
speed of the reporting vehicle at the given time/position
Definition at line 200 of file MSDevice_SSM.h.
Referenced by ConflictPointInfo(), and MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::time |
time point of the conflict
Definition at line 190 of file MSDevice_SSM.h.
Referenced by ConflictPointInfo(), and MSDevice_SSM::writeOutConflict().
| EncounterType MSDevice_SSM::Encounter::ConflictPointInfo::type |
Type of the conflict.
Definition at line 196 of file MSDevice_SSM.h.
Referenced by ConflictPointInfo(), and MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::value |
value of the corresponding SSM
Definition at line 198 of file MSDevice_SSM.h.
Referenced by ConflictPointInfo(), MSDevice_SSM::determinePET(), MSDevice_SSM::qualifiesAsConflict(), and MSDevice_SSM::writeOutConflict().