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 182 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 187 of file MSDevice_BTreceiver.h.

MSDevice_BTreceiver::SeenDevice::~SeenDevice ( )
inline

Destructor.

Definition at line 191 of file MSDevice_BTreceiver.h.

References recognitionPoints.

Field Documentation

SUMOReal MSDevice_BTreceiver::SeenDevice::lastView

Last recognition point.

Definition at line 205 of file MSDevice_BTreceiver.h.

MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingBegin

Description of the meeting's begin.

Definition at line 201 of file MSDevice_BTreceiver.h.

MeetingPoint MSDevice_BTreceiver::SeenDevice::meetingEnd

Description of the meeting's end.

Definition at line 203 of file MSDevice_BTreceiver.h.

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

List of recognition points.

Definition at line 207 of file MSDevice_BTreceiver.h.

Referenced by ~SeenDevice().


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