make navparse stay quiet over Galileo C/NAV types

pull/135/head
bert hubert 2020-08-01 21:19:16 +02:00
parent 74db87012c
commit ac3494541c
1 changed files with 3 additions and 0 deletions

View File

@ -2047,6 +2047,9 @@ try
}
}
else if(nmm.type() == NavMonMessage::GalileoCnavType) {
// ... no idea what this contains
}
else if(nmm.type() == NavMonMessage::GalileoFnavType) {
basic_string<uint8_t> fnav((uint8_t*)nmm.gf().contents().c_str(), nmm.gf().contents().size());
int sv = nmm.gf().gnsssv();