|
From: | teyrana |
Subject: | Re: [gpsd-dev] [PATCH] [log.chk] [TPV timing] implement $GPVTG message, and proper timing for output "TPV" messages |
Date: | Thu, 17 May 2018 17:02:03 -0400 |
On Thu, 17 May 2018 13:31:06 -0700
"Gary E. Miller" <address@hidden> wrote:
> GPVTG does say track, not heading, yet you are putting your data in
> 'track'.
Whoops. I meant:
GPVTG does say track, not heading, yet you are putting your data in
'heading', not 'track'.
Tricky to get right. A few GPS do report end of cycle, otherwise
you have to guess.
+ if (session->newdata.mode < MODE_2D) {
+ session->newdata.mode = MODE_2D;
+ mask |= MODE_SET;
+ }
Loss of mode (fix) is also worth reporting. A common bug in gpsd
drivers, but users get upset when gpsd reports an old fix, when it should
report fix lost.
[Prev in Thread] | Current Thread | [Next in Thread] |