add output of phase information

pull/142/head
bert hubert 2020-11-11 16:41:53 +01:00
parent ef62317f8c
commit ed8ff0e823
1 changed files with 8 additions and 0 deletions

View File

@ -768,6 +768,14 @@ try
cout <<" BGDE1E5b "<< rm.d_gm.BGDE1E5b;
cout<<endl;
}
else if(rm.type == 1059 || rm.type==1242) {
cout<<"\n";
for(const auto& dcb : rm.d_dcbs) {
cout<<" "<<makeSatIDName(dcb.first)<<": "<<dcb.second<<" meters\n";
}
cout<<endl;
}
else {
cout<<" len " << nmm.rm().contents().size() << endl;