Eclipse SUMO - Simulation of Urban MObility
|
#include <EngineParameters.h>
Data Fields | |
double | deltaRpm |
double | rpm |
Defines the rules for gear shifting. The structure contains the rpm at which shifting should occur and the delta used for up and down shifting. So to shift up, the rpm should be at least rpm + delta, while to shift down the should be lower than rpm - delta. this is needed to avoid oscillations when running aroud rpm
Definition at line 57 of file EngineParameters.h.
double EngineParameters::GearShiftingRules::deltaRpm |
Definition at line 59 of file EngineParameters.h.
Referenced by EngineParameters::dumpParameters(), EngineParameters::EngineParameters(), EngineParameters::EngineParameters(), VehicleEngineHandler::myStartElement(), EngineParameters::operator=(), and RealisticEngineModel::performGearShifting().
double EngineParameters::GearShiftingRules::rpm |
Definition at line 58 of file EngineParameters.h.
Referenced by EngineParameters::dumpParameters(), EngineParameters::EngineParameters(), EngineParameters::EngineParameters(), VehicleEngineHandler::myStartElement(), EngineParameters::operator=(), and RealisticEngineModel::performGearShifting().