Skip to content

Commit d375a9e

Browse files
ThomasNaderBMWpmai
authored andcommitted
vehicle instead of car
vehicle instead of car Signed-off-by: Thomas Nader <[email protected]>
1 parent bdcaeae commit d375a9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

osi_hostvehicledata.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ message HostVehicleData
101101
//
102102
optional double curb_weight = 1;
103103

104-
// The operating state of the vehicle from an user's perspective.
104+
// The operating state of the vehicle.
105105
//
106106
optional OperatingState operating_state = 2;
107107

108-
// Possible operating states of the vehicle from an user's perspective.
108+
// Possible operating states of the vehicle.
109109
//
110110
enum OperatingState
111111
{
@@ -118,25 +118,25 @@ message HostVehicleData
118118
OPERATING_STATE_OTHER = 1;
119119

120120
// The minimum electrical state of the vehicle (and its ECUs).
121-
// Usually the driver has left the car a while ago.
121+
// Usually the driver has left the vehicle a while ago.
122122
//
123123
OPERATING_STATE_SLEEP = 2;
124124

125125
// Cabin lights and entertainment are off. The vehicle can not be driven.
126126
// Some ECUs are still operating and not in their minimum electrical sate.
127-
// Usually the driver has left the car recently.
127+
// Usually the driver has left the vehicle recently.
128128
//
129129
OPERATING_STATE_OFF = 3;
130130

131131
// Some features of the vehicle are available e.g. cabin lights.
132132
// Entertainment is off and the vehicle can not be driven.
133-
// Usually the driver wants to enter or leave the car.
133+
// Usually the driver wants to enter or leave the vehicle.
134134
//
135135
OPERATING_STATE_BOARDING = 4;
136136

137137
// Entertainment, navigation or similiar systems can be used by the driver.
138138
// The vehicle can not be driven.
139-
// Usually the driver sits in the car before or after a drive.
139+
// Usually the driver sits in the vehicle before or after a drive.
140140
//
141141
OPERATING_STATE_ENTERTAINMENT = 5;
142142

0 commit comments

Comments
 (0)