-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SeaTalk composite data: implementation with session #156
Conversation
Latitude and longitude are updated at the same time.
Date and Time are updated at the same time.
STALK tests are now failing, you probably got a message about them? Please fix: make sure |
The tests failed because not compliant with the new 0x50 0x51 behaviour and because 0x54 and 0x56 have been disabled in order to prevent a misbehaviour. |
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 have no means of testing these changes, but they look ok to me. Could you rebase with sensible commit titles (such as fix: STALK lat/lon composite values
and fix: STALK time/dat composite values
and any changes to the tests as three separate commits)?
No need to fix the commits, easy enough to use Github SquashAndMerge, since this can be just a single commit. |
The use of 0x50, 0x51 (latitude, longitude) and 0x54, 0x56 (time, date) datagrams have been implemented using the session propagated by the Parser class.