![]() |
Eclipse 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. | |
| ~MeetingPoint () | |
| Destructor. | |
Data Fields | |
| const MSDevice_BTsender::VehicleState | observerState |
| The state the observer had at the time. | |
| const MSDevice_BTsender::VehicleState | seenState |
| The state the seen vehicle had at the time. | |
| const double | t |
| The time of the meeting. | |
Private Member Functions | |
| MeetingPoint & | operator= (const MeetingPoint &)=delete |
| Invalidated assignment operator. | |
Holds the information about exact positions/speeds/time of the begin/end of a meeting.
Definition at line 114 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 121 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 126 of file MSDevice_BTreceiver.h.
|
privatedelete |
Invalidated assignment operator.
| const MSDevice_BTsender::VehicleState MSDevice_BTreceiver::MeetingPoint::observerState |
The state the observer had at the time.
Definition at line 132 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 134 of file MSDevice_BTreceiver.h.
| const double MSDevice_BTreceiver::MeetingPoint::t |
The time of the meeting.
Definition at line 130 of file MSDevice_BTreceiver.h.