-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding messages needed by progressive imagery and comms manager
- Loading branch information
Showing
3 changed files
with
24 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Progressive Imagery requires acknowlegement for each | ||
# packet sent, or it tries to resend. This message tells | ||
# the sender that it *should* have received acks and causes | ||
# it to reset the queue. | ||
|
||
# TODO: In the name of generality, I've split the | ||
# "reset queue" field from the "please provide data" service, | ||
# but I don't know if any other nodes will care about this, | ||
# or what other information should be attached. | ||
# (Standard header? Time since previous transmit slot?) | ||
|
||
# TODO: proper handling of this would require the sender/subsea | ||
# QM to know the TDMA schedule for the topside QM in order to | ||
# infer that it _should_ have heard something. Right now, | ||
# the assumption is that the gap in between two subsea slots | ||
# always corresponds to a topside slot. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
uint32 bytes_requested | ||
--- | ||
uint8[] data |