-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sync id and tile count to raster tile messages (#1288)
* Update protobuf to add sync id to tile messages * Add sync_id field in tile messages and add checks if animation stopped * Fix call to execute required tiles request * Added tile count when sending RasterTileSync * Update protobuf to the latest * Refactor tile count in tile sync messages * Update changelog * Update protobuf commit. --------- Co-authored-by: Pam Harris <pharris@nrao.edu> Co-authored-by: crocka <raulomar@ualberta.ca> Co-authored-by: Adrianna Pińska <adrianna.pinska@gmail.com>
- Loading branch information
1 parent
3ec97a1
commit aa5df48
Showing
7 changed files
with
97 additions
and
53 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
Submodule carta-protobuf
updated
4 files
+3 −0 | docs/src/changelog.rst.txt | |
+1 −1 | docs/src/index.rst | |
+12 −0 | docs/src/messages.rst.txt | |
+11 −5 | stream/raster_tile.proto |
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
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