![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A trajectory encloses a series of positions x and speeds v for one vehicle (the times are stored only once in the enclosing encounter). More...
Data Fields | |
| std::vector< std::string > | lane |
| std::vector< double > | lanePos |
| PositionVector | v |
| PositionVector | x |
A trajectory encloses a series of positions x and speeds v for one vehicle (the times are stored only once in the enclosing encounter).
Definition at line 176 of file MSDevice_SSM.h.
| std::vector<std::string> MSDevice_SSM::Encounter::Trajectory::lane |
Definition at line 180 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| std::vector<double> MSDevice_SSM::Encounter::Trajectory::lanePos |
Definition at line 182 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| PositionVector MSDevice_SSM::Encounter::Trajectory::v |
Definition at line 184 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().
| PositionVector MSDevice_SSM::Encounter::Trajectory::x |
Definition at line 178 of file MSDevice_SSM.h.
Referenced by MSDevice_SSM::writeOutConflict().