-
Notifications
You must be signed in to change notification settings - Fork 111
update flag output for raim changes to four sbp messages #528
base: master
Are you sure you want to change the base?
Conversation
Test PASSed. |
Test PASSed. |
Test PASSed. |
u8 sbp_format_baseline_flag(dgnss_baseline_t *solution) | ||
{ | ||
return solution->fixed_mode | ||
| (solution->raim_available << 3) |
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.
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.
Test FAILed. |
retest this please |
Test PASSed. |
No description provided.