SUMO - Simulation of Urban MObility
MSDevice_BTreceiver::SeenDevice Class Reference

Class representing a single seen device. More...

#include <MSDevice_BTreceiver.h>

Collaboration diagram for MSDevice_BTreceiver::SeenDevice:
Collaboration graph

Public Member Functions

 SeenDevice (const MeetingPoint &meetingBegin_)
 Constructor. More...
 
 ~SeenDevice ()
 Destructor. More...
 

Data Fields

SUMOReal lastView
 Last recognition point. More...
 
const MeetingPoint meetingBegin
 Description of the meeting's begin. More...
 
MeetingPoint * meetingEnd
 Description of the meeting's end. More...
 
SUMOReal nextView
 Next possible recognition point. More...
 
std::string receiverRoute
 string of travelled receiver edges More...
 
std::vector< MeetingPoint * > recognitionPoints
 List of recognition points. More...
 
std::string senderRoute
 string of travelled sender edges More...
 

Private Member Functions

SeenDevice & operator= (const SeenDevice &)
 Invalidated assignment operator. More...
 

Detailed Description

Class representing a single seen device.

Definition at line 173 of file MSDevice_BTreceiver.h.

Constructor & Destructor Documentation

§ SeenDevice()

MSDevice_BTreceiver::SeenDevice::SeenDevice ( const MeetingPoint &  meetingBegin_)
inline

Constructor.

Parameters
[in]meetingBegin_Description of the meeting's begin

Definition at line 178 of file MSDevice_BTreceiver.h.

§ ~SeenDevice()

MSDevice_BTreceiver::SeenDevice::~SeenDevice ( )
inline

Destructor.

Definition at line 182 of file MSDevice_BTreceiver.h.

Member Function Documentation

§ operator=()

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

Invalidated assignment operator.

Field Documentation

§ lastView

SUMOReal MSDevice_BTreceiver::SeenDevice::lastView

Last recognition point.

Definition at line 197 of file MSDevice_BTreceiver.h.

Referenced by MSDevice_BTreceiver::BTreceiverUpdate::addRecognitionPoint().

§ meetingBegin

const MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingBegin

Description of the meeting's begin.

Definition at line 193 of file MSDevice_BTreceiver.h.

§ meetingEnd

MeetingPoint* MSDevice_BTreceiver::SeenDevice::meetingEnd

Description of the meeting's end.

Definition at line 195 of file MSDevice_BTreceiver.h.

§ nextView

SUMOReal MSDevice_BTreceiver::SeenDevice::nextView

Next possible recognition point.

Definition at line 199 of file MSDevice_BTreceiver.h.

Referenced by MSDevice_BTreceiver::BTreceiverUpdate::addRecognitionPoint().

§ receiverRoute

std::string MSDevice_BTreceiver::SeenDevice::receiverRoute

string of travelled receiver edges

Definition at line 203 of file MSDevice_BTreceiver.h.

§ recognitionPoints

std::vector<MeetingPoint*> MSDevice_BTreceiver::SeenDevice::recognitionPoints

List of recognition points.

Definition at line 201 of file MSDevice_BTreceiver.h.

Referenced by MSDevice_BTreceiver::BTreceiverUpdate::addRecognitionPoint().

§ senderRoute

std::string MSDevice_BTreceiver::SeenDevice::senderRoute

string of travelled sender edges

Definition at line 205 of file MSDevice_BTreceiver.h.


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