@@ -101,35 +101,35 @@ message HostVehicleData
101101 //
102102 optional double curb_weight = 1 ;
103103
104- // The operating status of the vehicle.
104+ // The operating state of the vehicle.
105105 //
106- optional OperatingStatus operating_status = 2 ;
106+ optional OperatingState operating_state = 2 ;
107107
108- // Possible operating stati of the vehicle.
108+ // Possible operating states of the vehicle.
109109 //
110110 enum OperatingStatus
111111 {
112- // The operating status is unknown.
112+ // The operating state is unknown.
113113 //
114- OPERATING_STATUS_UNKNOWN = 0 ;
114+ OPERATING_STATE_UNKNOWN = 0 ;
115115
116- // The operating status is another one.
116+ // The operating state is another one.
117117 //
118- OPERATING_STATUS_OTHER = 1 ;
118+ OPERATING_STATE_OTHER = 1 ;
119119
120120 // The minimum electrical state the vehicle reaches after a while.
121121 // Usually the driver has left the car a few hours ago.
122122 //
123- OPERATING_STATUS_OFF = 2 ;
123+ OPERATING_STATE_OFF = 2 ;
124124
125125 // Some electrical consumers are operating e.g. interior lights or radio.
126126 // Usually the driver sits in the car before or after a drive.
127127 //
128- OPERATING_STATUS_READY = 3 ;
128+ OPERATING_STATE_READY = 3 ;
129129
130130 // The electrical state that is necessary to drive the vehicle.
131131 //
132- OPERATING_STATUS_ON = 4 ;
132+ OPERATING_STATE_ON = 4 ;
133133 }
134134 }
135135
0 commit comments