![]() |
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 (double _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 double | 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 144 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 151 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 156 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 162 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 164 of file MSDevice_BTreceiver.h.
| const double MSDevice_BTreceiver::MeetingPoint::t |
The time of the meeting.
Definition at line 160 of file MSDevice_BTreceiver.h.