Eclipse SUMO - Simulation of Urban MObility
MSDevice_BTreceiver::MeetingPoint Class Reference

Holds the information about exact positions/speeds/time of the begin/end of a meeting. More...

#include <MSDevice_BTreceiver.h>

Collaboration diagram for MSDevice_BTreceiver::MeetingPoint:
[legend]

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

MeetingPointoperator= (const MeetingPoint &)=delete
 Invalidated assignment operator. More...
 

Detailed Description

Holds the information about exact positions/speeds/time of the begin/end of a meeting.

Definition at line 114 of file MSDevice_BTreceiver.h.

Constructor & Destructor Documentation

◆ MeetingPoint()

MSDevice_BTreceiver::MeetingPoint::MeetingPoint ( double  _t,
const MSDevice_BTsender::VehicleState _observerState,
const MSDevice_BTsender::VehicleState _seenState 
)
inline

Constructor.

Parameters
[in]_tThe time of the meeting
[in]_observerStateThe position, speed, lane etc. the observer had at the time
[in]_seenStateThe position, speed, lane etc. the seen vehicle had at the time

Definition at line 121 of file MSDevice_BTreceiver.h.

◆ ~MeetingPoint()

MSDevice_BTreceiver::MeetingPoint::~MeetingPoint ( )
inline

Destructor.

Definition at line 126 of file MSDevice_BTreceiver.h.

Member Function Documentation

◆ operator=()

MeetingPoint& MSDevice_BTreceiver::MeetingPoint::operator= ( const MeetingPoint )
privatedelete

Invalidated assignment operator.

Field Documentation

◆ observerState

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.

◆ seenState

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.

◆ t

const double MSDevice_BTreceiver::MeetingPoint::t

The time of the meeting.

Definition at line 130 of file MSDevice_BTreceiver.h.


The documentation for this class was generated from the following file: