Home
last modified time | relevance | path

Searched defs:veh (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp84 Vehicle::isVisible(const SUMOVehicle* veh) { in isVisible()
115 MSVehicle* veh = getVehicle(vehicleID); in getSpeed() local
122 MSVehicle* veh = getVehicle(vehicleID); in getAcceleration() local
129 MSVehicle* veh = getVehicle(vehicleID); in getSpeedWithoutTraCI() local
136 MSVehicle* veh = getVehicle(vehicleID); in getPosition() local
152 MSVehicle* veh = getVehicle(vehicleID); in getAngle() local
159 MSVehicle* veh = getVehicle(vehicleID); in getSlope() local
166 MSVehicle* veh = getVehicle(vehicleID); in getRoadID() local
173 MSVehicle* veh = getVehicle(vehicleID); in getLaneID() local
180 MSVehicle* veh = getVehicle(vehicleID); in getLaneIndex() local
[all …]
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSStopOut.cpp64 MSStopOut::stopStarted(const SUMOVehicle* veh, int numPersons, int numContainers, SUMOTime time) { in stopStarted()
76 MSStopOut::loadedPersons(const SUMOVehicle* veh, int n) { in loadedPersons()
84 MSStopOut::unloadedPersons(const SUMOVehicle* veh, int n) { in unloadedPersons()
89 MSStopOut::loadedContainers(const SUMOVehicle* veh, int n) { in loadedContainers()
94 MSStopOut::unloadedContainers(const SUMOVehicle* veh, int n) { in unloadedContainers()
99 MSStopOut::stopEnded(const SUMOVehicle* veh, const SUMOVehicleParameter::Stop& stop, const std::str… in stopEnded()
H A DMSE3Collector.cpp59 MSE3Collector::MSE3EntryReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MS… in notifyEnter()
91 MSE3Collector::MSE3EntryReminder::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
132 MSE3Collector::MSE3EntryReminder::notifyLeave(SUMOTrafficObject& veh, double, MSMoveReminder::Notif… in notifyLeave()
162 MSE3Collector::MSE3LeaveReminder::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MS… in notifyEnter()
191 MSE3Collector::MSE3LeaveReminder::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
241 MSE3Collector::MSE3LeaveReminder::notifyLeave(SUMOTrafficObject& veh, double /* lastPos */, MSMove… in notifyLeave()
317 MSE3Collector::enter(const SUMOTrafficObject& veh, const double entryTimestep, const double fractio… in enter()
352 MSE3Collector::leaveFront(const SUMOTrafficObject& veh, const double leaveTimestep) { in leaveFront()
367 MSE3Collector::leave(const SUMOTrafficObject& veh, const double leaveTimestep, const double fractio… in leave()
493 const SUMOTrafficObject* veh = pair->first; in detectorUpdate() local
H A DMSInductLoop.cpp76 MSInductLoop::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* /* enteredLane… in notifyEnter()
94 MSInductLoop::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
137 MSInductLoop::notifyLeave(SUMOTrafficObject& veh, double lastPos, MSMoveReminder::Notification reas… in notifyLeave()
250 MSInductLoop::enterDetectorByMove(SUMOTrafficObject& veh, in enterDetectorByMove()
261 MSInductLoop::leaveDetectorByMove(SUMOTrafficObject& veh, in leaveDetectorByMove()
281 MSInductLoop::leaveDetectorByLaneChange(SUMOTrafficObject& veh, double /* lastPos */) { in leaveDetectorByLaneChange()
H A DMSInstantInductLoop.cpp62 MSInstantInductLoop::notifyMove(SUMOTrafficObject& veh, double oldPos, in notifyMove()
107 MSInstantInductLoop::write(const char* state, double t, SUMOTrafficObject& veh, double speed, const… in write()
121 MSInstantInductLoop::notifyLeave(SUMOTrafficObject& veh, double /* lastPos */, MSMoveReminder::Noti… in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSInsertionControl.cpp71 MSInsertionControl::add(SUMOVehicle* veh) { in add()
124 MSVehicleContainer::VehicleVector::const_iterator veh; in emitVehicles() local
139 MSInsertionControl::tryInsert(SUMOTime time, SUMOVehicle* veh, in tryInsert()
178 MSVehicleContainer::VehicleVector::const_iterator veh; in checkCandidates() local
272 MSInsertionControl::descheduleDeparture(const SUMOVehicle* veh) { in descheduleDeparture()
278 MSInsertionControl::alreadyDeparted(SUMOVehicle* veh) { in alreadyDeparted()
287 MSVehicleContainer::VehicleVector::iterator veh; in clearPendingVehicles() local
304 …for (MSVehicleContainer::VehicleVector::const_iterator veh = myPendingEmits.begin(); veh != myPend… in getPendingEmits() local
H A DMSVehicleTransfer.cpp57 MSVehicleTransfer::add(const SUMOTime t, MSVehicle* veh) { in add()
79 MSVehicleTransfer::remove(MSVehicle* veh) { in remove()
213 MSVehicle* veh = dynamic_cast<MSVehicle*>(vc.getVehicle(attrs.getString(SUMO_ATTR_ID))); in loadState() local
H A DMSMoveReminder.h128 … virtual bool notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* enteredLane) { in notifyEnter()
149 virtual bool notifyMove(SUMOTrafficObject& veh, in notifyMove()
206 virtual void notifyMoveInternal(const SUMOTrafficObject& veh, in notifyMoveInternal()
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel_CC.cpp166 MSCFModel_CC::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
225 MSCFModel_CC::stopSpeed(const MSVehicle* const veh, double speed, double gap2pred) const { in stopSpeed() argument
255 MSCFModel_CC::interactionGap(const MSVehicle* const veh, double vL) const { in interactionGap() argument
288 MSCFModel_CC::_v(const MSVehicle* const veh, double gap2pred, double egoSpeed, double predSpeed) co… in _v() argument
450 MSCFModel_CC::_cc(const MSVehicle* veh, double egoSpeed, double desSpeed) const { in _cc() argument
518 MSCFModel_CC::_consensus(const MSVehicle* veh, double egoSpeed, Position egoPosition, double time) … in _consensus() argument
592 MSCFModel_CC::_flatbed(const MSVehicle* veh, double egoAcceleration, double egoSpeed, double predSp… in _flatbed()
618 void MSCFModel_CC::setParameter(MSVehicle* veh, const std::string& key, const std::string& value) c… in setParameter()
878 std::string MSCFModel_CC::getParameter(const MSVehicle* veh, const std::string& key) const { in getParameter() argument
1017 void MSCFModel_CC::switchOnACC(const MSVehicle* veh, double ccDesiredSpeed) const { in switchOnACC() argument
[all …]
H A DMSCFModel_SmartSK.cpp77 MSCFModel_SmartSK::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
95 MSCFModel_SmartSK::followSpeed(const MSVehicle* const veh, double speed, double gap, double predSpe… in followSpeed() argument
120 MSCFModel_SmartSK::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
136 MSCFModel_SmartSK::patchSpeedBeforeLC(const MSVehicle* veh, double /*vMin*/, double /*vMax*/) const… in patchSpeedBeforeLC() argument
147 double MSCFModel_SmartSK::_vsafe(const MSVehicle* const veh, double gap, double predSpeed) const { in _vsafe() argument
H A DMSCFModel_Kerner.cpp47 MSCFModel_Kerner::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
56 MSCFModel_Kerner::followSpeed(const MSVehicle* const veh, double speed, double gap, double predSpee… in followSpeed() argument
62 MSCFModel_Kerner::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
77 MSCFModel_Kerner::_v(const MSVehicle* const veh, double speed, double vfree, double gap, double pre… in _v() argument
H A DMSCFModel_IDM.cpp50 MSCFModel_IDM::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
61 MSCFModel_IDM::followSpeed(const MSVehicle* const veh, double speed, double gap2pred, double predSp… in followSpeed() argument
84 MSCFModel_IDM::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
103 MSCFModel_IDM::interactionGap(const MSVehicle* const veh, double vL) const { in interactionGap() argument
123 MSCFModel_IDM::_v(const MSVehicle* const veh, const double gap2pred, const double egoSpeed, in _v()
H A DMSCFModel_KraussOrig1.cpp53 MSCFModel_KraussOrig1::patchSpeedBeforeLC(const MSVehicle* veh, double vMin, double vMax) const { in patchSpeedBeforeLC() argument
61 MSCFModel_KraussOrig1::followSpeed(const MSVehicle* const veh, double speed, double gap, double pre… in followSpeed() argument
71 MSCFModel_KraussOrig1::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
H A DMSCFModel_Daniel1.cpp52 MSCFModel_Daniel1::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
71 MSCFModel_Daniel1::followSpeed(const MSVehicle* const veh, double speed, double gap, double predSpe… in followSpeed() argument
77 MSCFModel_Daniel1::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
H A DMSCFModel_Krauss.cpp57 MSCFModel_Krauss::patchSpeedBeforeLC(const MSVehicle* veh, double vMin, double vMax) const { in patchSpeedBeforeLC() argument
67 MSCFModel_Krauss::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
82 MSCFModel_Krauss::followSpeed(const MSVehicle* const veh, double speed, double gap, double predSpee… in followSpeed() argument
H A DMSCFModel_Wiedemann.cpp62 MSCFModel_Wiedemann::finalizeSpeed(MSVehicle* const veh, double vPos) const { in finalizeSpeed()
71 MSCFModel_Wiedemann::followSpeed(const MSVehicle* const veh, double /* speed */, double gap2pred, d… in followSpeed() argument
77 MSCFModel_Wiedemann::stopSpeed(const MSVehicle* const veh, const double speed, double gap) const { in stopSpeed() argument
102 MSCFModel_Wiedemann::_v(const MSVehicle* veh, double predSpeed, double gap) const { in _v() argument
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dvehicle_ramp_test.cpp101 vehicle &veh = *veh_ptr; in ramp_transition_angled() local
216 for( const std::string &veh : ramp_vehs_to_test ) { variable
222 for( const std::string &veh : ramp_vehs_to_test ) { variable
228 for( const std::string &veh : ramp_vehs_to_test ) { variable
246 vehicle &veh = *veh_ptr; in level_out() local
314 for( const std::string &veh : level_vehs_to_test ) { variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dvehicle_ramp_test.cpp101 vehicle &veh = *veh_ptr; in ramp_transition_angled() local
216 for( const std::string &veh : ramp_vehs_to_test ) { variable
222 for( const std::string &veh : ramp_vehs_to_test ) { variable
228 for( const std::string &veh : ramp_vehs_to_test ) { variable
246 vehicle &veh = *veh_ptr; in level_out() local
314 for( const std::string &veh : level_vehs_to_test ) { variable
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dlevel_cache.cpp41 vehicle *veh = nullptr; in get_veh_cached_parts() local
51 void level_cache::set_veh_cached_parts( const tripoint &pt, vehicle &veh, int part_num ) in set_veh_cached_parts()
67 void level_cache::clear_veh_from_veh_cached_parts( const tripoint &pt, vehicle *veh ) in clear_veh_from_veh_cached_parts()
H A Dvehicle_selector.h21 vehicle_cursor( vehicle &veh, std::ptrdiff_t part, bool ignore_vpart = false ) : veh( veh ), in veh() argument
23 vehicle &veh; variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dlevel_cache.cpp41 vehicle *veh = nullptr; in get_veh_cached_parts() local
51 void level_cache::set_veh_cached_parts( const tripoint &pt, vehicle &veh, int part_num ) in set_veh_cached_parts()
67 void level_cache::clear_veh_from_veh_cached_parts( const tripoint &pt, vehicle *veh ) in clear_veh_from_veh_cached_parts()
H A Dvehicle_selector.h21 vehicle_cursor( vehicle &veh, std::ptrdiff_t part, bool ignore_vpart = false ) : veh( veh ), in veh() function
23 vehicle &veh; variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_BTsender.cpp85 MSDevice_BTsender::notifyEnter(SUMOTrafficObject& veh, Notification reason, const MSLane* /* entere… in notifyEnter()
103 MSDevice_BTsender::notifyMove(SUMOTrafficObject& veh, double /* oldPos */, double newPos, double ne… in notifyMove()
115 MSDevice_BTsender::notifyLeave(SUMOTrafficObject& veh, double /* lastPos */, Notification reason, c… in notifyLeave()
/dports/cad/sumo/sumo-1.2.0/src/mesosim/
H A DMELoop.cpp81 MELoop::changeSegment(MEVehicle* veh, SUMOTime leaveTime, MESegment* const toSegment, const bool ig… in changeSegment()
112 MELoop::checkCar(MEVehicle* veh) { in checkCar()
146 MELoop::teleportVehicle(MEVehicle* veh, MESegment* const toSegment) { in teleportVehicle()
198 MELoop::addLeaderCar(MEVehicle* veh, MSLink* link) { in addLeaderCar()
205 MELoop::setApproaching(MEVehicle* veh, MSLink* link) { in setApproaching()
/dports/games/simutrans/simutrans-121.0/
H A Dsimdepot.cc185 vehicle_t* veh = vehicle_builder_t::build(get_pos(), get_owner(), NULL, info ); in buy_vehicle() local
194 void depot_t::append_vehicle(convoihandle_t cnv, vehicle_t* veh, bool infront, bool local_execution) in append_vehicle()
208 vehicle_t* veh = cnv->remove_vehikel_bei( ipos ); in remove_vehicle() local
217 while( vehicle_t* veh = cnv->remove_vehikel_bei( ipos ) ) { in remove_vehicles_to_end() local
223 void depot_t::sell_vehicle(vehicle_t* veh) in sell_vehicle()
271 vehicle_t* veh = NULL; in check_obsolete_inventory() local
318 vehicle_t* veh = vehicle_builder_t::build(get_pos(), get_owner(), NULL, info ); in copy_convoi() local

12345678910>>...13