![]() |
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 139 of file MSDevice_SSM.h.
|
inline |
Definition at line 151 of file MSDevice_SSM.h.
References MSDevice_SSM::Encounter::add(), MSDevice_SSM::Encounter::Encounter(), and MSDevice_SSM::Encounter::~Encounter().
| 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 145 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::Encounter::add(), and MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::time |
time point of the conflict
Definition at line 141 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::Encounter::add(), and MSDevice_SSM::writeOutConflict().
| EncounterType MSDevice_SSM::Encounter::ConflictPointInfo::type |
Type of the conflict.
Definition at line 147 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::Encounter::add(), and MSDevice_SSM::writeOutConflict().
| double MSDevice_SSM::Encounter::ConflictPointInfo::value |
value of the corresponding SSM
Definition at line 149 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::Encounter::add(), MSDevice_SSM::determinePET(), MSDevice_SSM::qualifiesAsConflict(), and MSDevice_SSM::writeOutConflict().