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:
Collaboration graph

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

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

Detailed Description

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

Definition at line 140 of file MSDevice_BTreceiver.h.

Constructor & Destructor Documentation

§ MeetingPoint()

MSDevice_BTreceiver::MeetingPoint::MeetingPoint ( SUMOReal  _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 147 of file MSDevice_BTreceiver.h.

§ ~MeetingPoint()

MSDevice_BTreceiver::MeetingPoint::~MeetingPoint ( )
inline

Destructor.

Definition at line 152 of file MSDevice_BTreceiver.h.

Member Function Documentation

§ operator=()

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

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 158 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 160 of file MSDevice_BTreceiver.h.

§ t

const SUMOReal MSDevice_BTreceiver::MeetingPoint::t

The time of the meeting.

Definition at line 156 of file MSDevice_BTreceiver.h.


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