Skip to content

Commit a350990

Browse files
Updated motor descriptions.
Signed-off-by: Nader Thomas <thomas.nader@bmw.de>
1 parent 4879953 commit a350990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osi_hostvehicledata.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,21 @@ message HostVehicleData
108108
repeated Motor motor = 3;
109109

110110
//
111-
// \brief A description for the positions of the pedals.
111+
// \brief A description of the motor states.
112112
//
113113
message Motor
114114
{
115115
// The type of the motor.
116116
//
117117
optional Type type = 1;
118118

119-
// Rounds per minute of the engine. RPM can be from E-Motor/ Engine.
119+
// Rounds per minute of the motor.
120120
//
121121
// Unit: 1/min
122122
//
123123
optional double rpm = 2;
124124

125-
// Torque in Nm. It can either be from Engine/E-Motor or combined Torque values.
125+
// Torque from the motor.
126126
//
127127
// Unit: N*m
128128
//
@@ -132,11 +132,11 @@ message HostVehicleData
132132
//
133133
enum Type
134134
{
135-
// The powertrain mode is unknown.
135+
// The motor type is unknown.
136136
//
137137
TYPE_UNKNOWN = 0;
138138

139-
// It is another powertrain mode.
139+
// It is another motor type.
140140
//
141141
TYPE_OTHER = 1;
142142

0 commit comments

Comments
 (0)