![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Class representing a single seen device. More...
#include <MSDevice_BTreceiver.h>
Public Member Functions | |
| SeenDevice (const MeetingPoint &meetingBegin_) | |
| Constructor. | |
| ~SeenDevice () | |
| Destructor. | |
Data Fields | |
| double | lastView |
| Last recognition point. | |
| const MeetingPoint | meetingBegin |
| Description of the meeting's begin. | |
| MeetingPoint * | meetingEnd |
| Description of the meeting's end. | |
| double | nextView |
| Next possible recognition point. | |
| std::string | receiverRoute |
| string of travelled receiver edges | |
| std::vector< MeetingPoint * > | recognitionPoints |
| List of recognition points. | |
| std::string | senderRoute |
| string of travelled sender edges | |
Private Member Functions | |
| SeenDevice & | operator= (const SeenDevice &) |
| Invalidated assignment operator. | |
Class representing a single seen device.
Definition at line 147 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
| [in] | meetingBegin_ | Description of the meeting's begin |
Definition at line 152 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 156 of file MSDevice_BTreceiver.h.
References meetingEnd, and recognitionPoints.
|
private |
Invalidated assignment operator.
| double MSDevice_BTreceiver::SeenDevice::lastView |
Last recognition point.
Definition at line 171 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 167 of file MSDevice_BTreceiver.h.
| MeetingPoint* MSDevice_BTreceiver::SeenDevice::meetingEnd |
Description of the meeting's end.
Definition at line 169 of file MSDevice_BTreceiver.h.
Referenced by ~SeenDevice().
| double MSDevice_BTreceiver::SeenDevice::nextView |
Next possible recognition point.
Definition at line 173 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 177 of file MSDevice_BTreceiver.h.
| std::vector<MeetingPoint*> MSDevice_BTreceiver::SeenDevice::recognitionPoints |
List of recognition points.
Definition at line 175 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 179 of file MSDevice_BTreceiver.h.