Home
last modified time | relevance | path

Searched refs:MSDevice_DriverState (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_DriverState.cpp63 MSDevice_DriverState::insertOptions(OptionsCont& oc) { in insertOptions()
88 MSDevice_DriverState::buildVehicleDevices(SUMOVehicle& v, std::vector<MSVehicleDevice*>& into) { in buildVehicleDevices()
102 MSDevice_DriverState* device = new MSDevice_DriverState(v, "driverstate" + v.getID(), in buildVehicleDevices()
118 MSDevice_DriverState::getMinAwareness(const SUMOVehicle& v, const OptionsCont& oc) { in getMinAwareness()
122 MSDevice_DriverState::getInitialAwareness(const SUMOVehicle& v, const OptionsCont& oc) { in getInitialAwareness()
150 MSDevice_DriverState::getMaximalReactionTime(const SUMOVehicle& v, const OptionsCont& oc) { in getMaximalReactionTime()
158 MSDevice_DriverState::MSDevice_DriverState(SUMOVehicle& holder, const std::string& id, in MSDevice_DriverState() function in MSDevice_DriverState
198 MSDevice_DriverState::initDriverState() { in initDriverState()
215 MSDevice_DriverState::update() { in update()
220 MSDevice_DriverState::getParameter(const std::string& key) const { in getParameter()
[all …]
H A DMSDevice_DriverState.h55 class MSDevice_DriverState : public MSVehicleDevice {
100 ~MSDevice_DriverState() {}; in ~MSDevice_DriverState()
120 MSDevice_DriverState(SUMOVehicle& holder, const std::string& id,
157 MSDevice_DriverState(const MSDevice_DriverState&);
160 MSDevice_DriverState& operator=(const MSDevice_DriverState&);
H A DMakefile.am5 MSDevice_DriverState.cpp MSDevice_DriverState.h \
H A DMSDevice.cpp76 MSDevice_DriverState::insertOptions(oc); in insertOptions()
105 MSDevice_DriverState::buildVehicleDevices(v, into); in buildVehicleDevices()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.h70 class MSDevice_DriverState; variable
1841 MSDevice_DriverState* myDriverState;
H A DMSVehicle.cpp1026 myDriverState = static_cast<MSDevice_DriverState*>(getDevice(typeid(MSDevice_DriverState))); in MSVehicle()