SUMO - Simulation of Urban MObility
|
Holds the information about exact positions/speeds/time of the begin/end of a meeting. More...
#include <MSDevice_BTreceiver.h>
Public Member Functions | |
MeetingPoint (SUMOReal _t, const Position &_observerPos, SUMOReal _observerSpeed, const std::string &_observerLaneID, SUMOReal _observerLanePos, const Position &_seenPos, SUMOReal _seenSpeed, const std::string &_seenLaneID, SUMOReal _seenLanePos) | |
Constructor. More... | |
~MeetingPoint () | |
Destructor. More... | |
Data Fields | |
std::string | observerLaneID |
The lane the observer was at. More... | |
SUMOReal | observerLanePos |
The position at the lane of the observer. More... | |
Position | observerPos |
The position the observer had at the time. More... | |
SUMOReal | observerSpeed |
The speed the observer had at the time. More... | |
std::string | seenLaneID |
The lane the vehicle was at. More... | |
SUMOReal | seenLanePos |
The position at the lane of the vehicle. More... | |
Position | seenPos |
The position the seen vehicle had at the time. More... | |
SUMOReal | seenSpeed |
The speed the vehicle had at the time. More... | |
SUMOReal | t |
The time of the meeting. More... | |
Holds the information about exact positions/speeds/time of the begin/end of a meeting.
Definition at line 133 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
[in] | _t | The time of the meeting |
[in] | _observerPos | The position the observer had at the time |
[in] | _observerSpeed | The speed the observer had at the time |
[in] | _observerLaneID | The lane the observer was at |
[in] | _observerLanePos | The position at the lane of the observer |
[in] | _seenPos | The position the seen vehicle had at the time |
[in] | _seenSpeed | The speed the vehicle had at the time |
[in] | _seenLaneID | The lane the vehicle was at |
[in] | _seenLanePos | The position at the lane of the vehicle |
Definition at line 146 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 154 of file MSDevice_BTreceiver.h.
std::string MSDevice_BTreceiver::MeetingPoint::observerLaneID |
The lane the observer was at.
Definition at line 164 of file MSDevice_BTreceiver.h.
SUMOReal MSDevice_BTreceiver::MeetingPoint::observerLanePos |
The position at the lane of the observer.
Definition at line 166 of file MSDevice_BTreceiver.h.
Position MSDevice_BTreceiver::MeetingPoint::observerPos |
The position the observer had at the time.
Definition at line 160 of file MSDevice_BTreceiver.h.
SUMOReal MSDevice_BTreceiver::MeetingPoint::observerSpeed |
The speed the observer had at the time.
Definition at line 162 of file MSDevice_BTreceiver.h.
std::string MSDevice_BTreceiver::MeetingPoint::seenLaneID |
The lane the vehicle was at.
Definition at line 172 of file MSDevice_BTreceiver.h.
SUMOReal MSDevice_BTreceiver::MeetingPoint::seenLanePos |
The position at the lane of the vehicle.
Definition at line 174 of file MSDevice_BTreceiver.h.
Position MSDevice_BTreceiver::MeetingPoint::seenPos |
The position the seen vehicle had at the time.
Definition at line 168 of file MSDevice_BTreceiver.h.
SUMOReal MSDevice_BTreceiver::MeetingPoint::seenSpeed |
The speed the vehicle had at the time.
Definition at line 170 of file MSDevice_BTreceiver.h.
SUMOReal MSDevice_BTreceiver::MeetingPoint::t |
The time of the meeting.
Definition at line 158 of file MSDevice_BTreceiver.h.