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 MSDevice_BTsender::VehicleState &_observerState, const MSDevice_BTsender::VehicleState &_seenState) | |
Constructor. More... | |
~MeetingPoint () | |
Destructor. More... | |
Data Fields | |
const MSDevice_BTsender::VehicleState | observerState |
The state the observer had at the time. More... | |
const MSDevice_BTsender::VehicleState | seenState |
The state the seen vehicle had at the time. More... | |
const SUMOReal | t |
The time of the meeting. More... | |
Private Member Functions | |
MeetingPoint & | operator= (const MeetingPoint &) |
Invalidated assignment operator. More... | |
Holds the information about exact positions/speeds/time of the begin/end of a meeting.
Definition at line 140 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
[in] | _t | The time of the meeting |
[in] | _observerState | The position, speed, lane etc. the observer had at the time |
[in] | _seenState | The position, speed, lane etc. the seen vehicle had at the time |
Definition at line 147 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 152 of file MSDevice_BTreceiver.h.
|
private |
Invalidated assignment operator.
const MSDevice_BTsender::VehicleState MSDevice_BTreceiver::MeetingPoint::observerState |
The state the observer had at the time.
Definition at line 158 of file MSDevice_BTreceiver.h.
const MSDevice_BTsender::VehicleState MSDevice_BTreceiver::MeetingPoint::seenState |
The state the seen vehicle had at the time.
Definition at line 160 of file MSDevice_BTreceiver.h.
const SUMOReal MSDevice_BTreceiver::MeetingPoint::t |
The time of the meeting.
Definition at line 156 of file MSDevice_BTreceiver.h.