SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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...
 
MeetingPointmeetingEnd
 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

SeenDeviceoperator= (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

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.

MSDevice_BTreceiver::SeenDevice::~SeenDevice ( )
inline

Destructor.

Definition at line 182 of file MSDevice_BTreceiver.h.

References meetingEnd, and recognitionPoints.

Member Function Documentation

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

Invalidated assignment operator.

Field Documentation

SUMOReal MSDevice_BTreceiver::SeenDevice::lastView

Last recognition point.

Definition at line 197 of file MSDevice_BTreceiver.h.

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

const MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingBegin

Description of the meeting's begin.

Definition at line 193 of file MSDevice_BTreceiver.h.

MeetingPoint* MSDevice_BTreceiver::SeenDevice::meetingEnd

Description of the meeting's end.

Definition at line 195 of file MSDevice_BTreceiver.h.

Referenced by ~SeenDevice().

SUMOReal MSDevice_BTreceiver::SeenDevice::nextView

Next possible recognition point.

Definition at line 199 of file MSDevice_BTreceiver.h.

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

std::string MSDevice_BTreceiver::SeenDevice::receiverRoute

string of travelled receiver edges

Definition at line 203 of file MSDevice_BTreceiver.h.

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(), and ~SeenDevice().

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: