Changeset 2293 in ntrip


Ignore:
Timestamp:
Feb 12, 2010, 7:04:01 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r2292 r2293  
    476476
    477477            if (biasSat) {
    478               //// TODO: fill biasSat structure
     478              biasSat->ID                 = prn.mid(1).toInt();
     479              biasSat->NumberOfCodeBiases = 1;
     480              biasSat->Biases[0].Type = CODETYPEGPS_L1_CA;
     481              biasSat->Biases[0].Bias = xx(9);
    479482            }
    480483          }
Note: See TracChangeset for help on using the changeset viewer.