-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
Signed-off-by: Silvan Fuhrer <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
uint32 MESSAGE_VERSION = 0 | ||
uint32 MESSAGE_VERSION = 1 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sfuhrer
Author
Contributor
|
||
|
||
uint64 timestamp # time since system start (microseconds) | ||
|
||
uint8 request_id | ||
uint8 registration_id | ||
|
||
uint8 HEALTH_COMPONENT_INDEX_NONE = 0 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
uint8 HEALTH_COMPONENT_INDEX_AVOIDANCE = 19 | ||
|
||
uint8 health_component_index # HEALTH_COMPONENT_INDEX_* | ||
bool health_component_is_present | ||
bool health_component_warning | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,8 +228,8 @@ | |
"description": "Mission" | ||
}, | ||
"524288": { | ||
"name": "avoidance", | ||
"description": "Avoidance" | ||
"name": "empty_used_to_be_avoidance", | ||
This comment has been minimized.
Sorry, something went wrong.
bkueng
Member
|
||
"description": "empty - used to be avoidance" | ||
}, | ||
"1048576": { | ||
"name": "system", | ||
|
This change does not strictly need a version increase, so I'd keep it at 0 for now (we need #24113 for full version translations)