|
SUMO - Simulation of Urban MObility
|
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... | |
Class representing a single seen device.
Definition at line 182 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
| [in] | meetingBegin_ | Description of the meeting's begin |
Definition at line 187 of file MSDevice_BTreceiver.h.
|
inline |
| 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().