![]() |
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) | |
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. More... | |
| double | time |
| time point of the conflict More... | |
| EncounterType | type |
| Type of the conflict. More... | |
| double | value |
| value of the corresponding SSM More... | |
ConflictPointInfo stores some information on a specific conflict point (used to store information on ssm-extremal values)
Definition at line 185 of file MSDevice_SSM.h.
|
inline |
Definition at line 197 of file MSDevice_SSM.h.
| 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 191 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::time |
time point of the conflict
Definition at line 187 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| EncounterType MSDevice_SSM::Encounter::ConflictPointInfo::type |
Type of the conflict.
Definition at line 193 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::value |
value of the corresponding SSM
Definition at line 195 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::determinePET(), MSDevice_SSM::qualifiesAsConflict(), and MSDevice_SSM::writeOutConflict().