Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <random>
#include "MSVehicleDevice.h"
#include "MSDevice_BTsender.h"
#include <utils/common/SUMOTime.h>
#include <utils/common/Command.h>
#include <utils/common/RandHelper.h>
Go to the source code of this file.
Data Structures | |
class | MSDevice_BTreceiver |
A BT receiver. More... | |
class | MSDevice_BTreceiver::BTreceiverUpdate |
A global update performer. More... | |
class | MSDevice_BTreceiver::MeetingPoint |
Holds the information about exact positions/speeds/time of the begin/end of a meeting. More... | |
class | MSDevice_BTreceiver::SeenDevice |
Class representing a single seen device. More... | |
class | MSDevice_BTreceiver::VehicleInformation |
Stores the information of a vehicle. More... | |
class | MSTransportableDevice_BTreceiver |
class | MSVehicleDevice_BTreceiver |
Definition in file MSDevice_BTreceiver.h.