We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e456228 commit 9f91c66Copy full SHA for 9f91c66
navdump.cc
@@ -736,6 +736,12 @@ try
736
if(gm.wtype == 4) {
737
cout <<" dtLS "<<(int)gm.dtLS <<" wnLSF "<< (unsigned int)gm.wnLSF<<" dn " << (unsigned int)gm.dn<< " dtLSF "<<(int)gm.dtLSF;
738
}
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
745
746
cout<<endl;
747
0 commit comments