Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "CC_Const.h"
#include <microsim/cfmodels/MSCFModel.h>
#include <utils/geom/Position.h>
#include <string.h>
#include <string>
#include <map>
#include <microsim/engine/GenericEngineModel.h>
#include <microsim/engine/FirstOrderLagModel.h>
#include <microsim/engine/RealisticEngineModel.h>
Go to the source code of this file.
Data Structures | |
class | CC_VehicleVariables |
struct | CC_VehicleVariables::FAKE_CONTROLLER_DATA |
represent the set of fake data which is sent to the controller in order to automatically make the car move to a precise position before joining the platoon. we expect to get from the upper application the data that the CACC needs, i.e.: More... | |
Definition in file CC_VehicleVariables.h.