From f53b8f79bbcdea51148aca35d7a83cc802999c37 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 9 Jul 2020 17:21:24 +0200 Subject: [PATCH] actually transmit the timing messages --- ubxtool.cc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ubxtool.cc b/ubxtool.cc index 77476d2..1bb2d1f 100644 --- a/ubxtool.cc +++ b/ubxtool.cc @@ -1825,6 +1825,29 @@ int main(int argc, char** argv) nmm.mutable_ujs()->set_jamind(mhw.jamInd); ns.emitNMM(nmm); } + else if(msg.getClass() == 0x01 && msg.getType() == 0x25) { // UBX-NAV-TIMEGAL + memcpy(&tstate.gal, &payload[0], sizeof(TIMEGAL)); + // cerr << "TIMEGAL itow: "<