![]() |
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 | |
double | lastView |
Last recognition point. More... | |
const MeetingPoint | meetingBegin |
Description of the meeting's begin. More... | |
MeetingPoint * | meetingEnd |
Description of the meeting's end. More... | |
double | 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 | |
SeenDevice & | operator= (const SeenDevice &) |
Invalidated assignment operator. More... | |
Class representing a single seen device.
Definition at line 174 of file MSDevice_BTreceiver.h.
|
inline |
Constructor.
[in] | meetingBegin_ | Description of the meeting's begin |
Definition at line 179 of file MSDevice_BTreceiver.h.
|
inline |
Destructor.
Definition at line 183 of file MSDevice_BTreceiver.h.
|
private |
Invalidated assignment operator.
double MSDevice_BTreceiver::SeenDevice::lastView |
Last recognition point.
Definition at line 198 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 194 of file MSDevice_BTreceiver.h.
MeetingPoint* MSDevice_BTreceiver::SeenDevice::meetingEnd |
Description of the meeting's end.
Definition at line 196 of file MSDevice_BTreceiver.h.
double MSDevice_BTreceiver::SeenDevice::nextView |
Next possible recognition point.
Definition at line 200 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 204 of file MSDevice_BTreceiver.h.
std::vector<MeetingPoint*> MSDevice_BTreceiver::SeenDevice::recognitionPoints |
List of recognition points.
Definition at line 202 of file MSDevice_BTreceiver.h.
Referenced by MSDevice_BTreceiver::BTreceiverUpdate::addRecognitionPoint().
std::string MSDevice_BTreceiver::SeenDevice::senderRoute |
string of travelled sender edges
Definition at line 206 of file MSDevice_BTreceiver.h.