-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor protobuffer to align with architecture discussion (#9)
## Description refactor protocol buffers to align with architecture discussion in zaphiro-technologies/architecture#113 ## Changes Made * grouped messages in `grid` and `platform`. * documented headers for RabbitMQ. * removed duplicated content from `platform` messages (that are never sent into sets) ## Related Issues Fixes #8 ## Checklist - [x] I have used a PR title that is descriptive enough for a release note. - [x] I have tested these changes locally. - [x] I have added appropriate tests or updated existing tests. - [ ] I have tested these changes on a dedicated VM or a customer VM [name of the VM] - [x] I have added appropriate documentation or updated existing documentation.
- Loading branch information
Showing
17 changed files
with
939 additions
and
849 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
11cdb1c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if it is the write place to put a comment about the fault.proto file
@MarcoPignati and @chicco785 :
I noticed one things for the fault protobuffer: the 2 followings are elements:
But in some case the location algorithm is not able find a unique answer and will return : fault is 200m from terminal A on line 1 or fault is 300m from terminal B on line 2
Can you modify it?