Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

update flag output for raim changes to four sbp messages #528

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kovach
Copy link
Contributor

@kovach kovach commented Jul 23, 2015

No description provided.

@kovach
Copy link
Contributor Author

kovach commented Jul 23, 2015

cc @fnoble @henryhallam

@swiftnav-jenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://zazu.ci.swiftnav.com/job/piksi_firmware_Pull_Requests/608/
Test PASSed.

@swiftnav-jenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://zazu.ci.swiftnav.com/job/piksi_firmware_Pull_Requests/629/
Test PASSed.

@swiftnav-jenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://zazu.ci.swiftnav.com/job/piksi_firmware_Pull_Requests/636/
Test PASSed.

u8 sbp_format_baseline_flag(dgnss_baseline_t *solution)
{
return solution->fixed_mode
| (solution->raim_available << 3)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pity these bit offsets for the flag fields aren't exported in the libsbp generated C headers. I suppose one could #define them here to avoid repeating magic numbers, but that would only be marginally prettier.

@swiftnav-jenkins
Copy link

Test FAILed.
Refer to this link for build results (access rights to CI server needed):
http://zazu.ci.swiftnav.com/job/piksi_firmware_Pull_Requests/686/
Test FAILed.

@scottswift
Copy link
Contributor

retest this please

@swiftnav-jenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://zazu.ci.swiftnav.com/job/piksi_firmware_Pull_Requests/687/
Test PASSed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants