SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSDevice_BTreceiver::SeenDevice Class Reference

Class representing a single seen device. More...

#include <MSDevice_BTreceiver.h>

Public Member Functions

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

Data Fields

SUMOReal lastView
 Last recognition point. More...
 
MeetingPoint meetingBegin
 Description of the meeting's begin. More...
 
MeetingPoint meetingEnd
 Description of the meeting's end. More...
 
std::vector< MeetingPoint * > recognitionPoints
 List of recognition points. More...
 

Detailed Description

Class representing a single seen device.

Definition at line 183 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 188 of file MSDevice_BTreceiver.h.

MSDevice_BTreceiver::SeenDevice::~SeenDevice ( )
inline

Destructor.

Definition at line 192 of file MSDevice_BTreceiver.h.

References recognitionPoints.

Field Documentation

SUMOReal MSDevice_BTreceiver::SeenDevice::lastView

Last recognition point.

Definition at line 206 of file MSDevice_BTreceiver.h.

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

MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingBegin

Description of the meeting's begin.

Definition at line 202 of file MSDevice_BTreceiver.h.

MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingEnd

Description of the meeting's end.

Definition at line 204 of file MSDevice_BTreceiver.h.

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

List of recognition points.

Definition at line 208 of file MSDevice_BTreceiver.h.

Referenced by MSDevice_BTreceiver::BTreceiverUpdate::addRecognitionPoint(), and ~SeenDevice().


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