open_simulation_interface
vv3.5.0(01.06.2022)
|
A description of the motor states. More...
Public Types | |
enum | Type { TYPE_UNKNOWN = 0, TYPE_OTHER = 1, TYPE_OTTO = 2, TYPE_DIESEL = 3, TYPE_ELECTRIC = 4 } |
Definition which type of motor is used. More... | |
Public Attributes | |
optional Type | type = 1 |
The type of the motor. More... | |
optional double | rpm = 2 |
Revolutions per minute of the motor. More... | |
optional double | torque = 3 |
Torque of the motor. More... | |
A description of the motor states.
optional Type osi3::HostVehicleData::VehiclePowertrain::Motor::type = 1 |
The type of the motor.
optional double osi3::HostVehicleData::VehiclePowertrain::Motor::rpm = 2 |
Revolutions per minute of the motor.
Unit: 1/min
optional double osi3::HostVehicleData::VehiclePowertrain::Motor::torque = 3 |
Torque of the motor.
Unit: N*m