Eclipse SUMO - Simulation of Urban MObility
EngineParameters::GearShiftingRules Struct Reference

#include <EngineParameters.h>

Data Fields

double deltaRpm
 
double rpm
 

Detailed Description

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.

Field Documentation

◆ deltaRpm

◆ rpm


The documentation for this struct was generated from the following file: