Skip to content

Commit 9f91c66

Browse files
committed
make navdump print out some F/NAV almanac detail
1 parent e456228 commit 9f91c66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

navdump.cc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,12 @@ try
736736
if(gm.wtype == 4) {
737737
cout <<" dtLS "<<(int)gm.dtLS <<" wnLSF "<< (unsigned int)gm.wnLSF<<" dn " << (unsigned int)gm.dn<< " dtLSF "<<(int)gm.dtLSF;
738738
}
739+
if(gm.wtype == 5) {
740+
cout <<" iodalma "<<gm.ioda <<" svid1 "<< gm.alma1.svid << " e5ahs "<<(int)gm.alma1.e5ahs << " svid2 " <<gm.alma2.svid;
741+
}
742+
if(gm.wtype == 6) {
743+
cout <<" iodalma "<<gm.ioda <<" svid2-e5ahs " << (int)gm.alma2.e5ahs<< " svid3 "<< gm.alma3.svid << " e5ahs "<<(int)gm.alma1.e5ahs;
744+
}
739745

740746
cout<<endl;
741747
}

0 commit comments

Comments
 (0)