Changeset 4225 in ntrip


Ignore:
Timestamp:
May 29, 2012, 2:41:58 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r4171 r4225  
    503503  QString strV3 = eph.toString(3.01);
    504504
    505   printOutput(printFile, _ephStreamGPS, strV2, strV3);
     505  printOutput(printFile, _ephStreamGlonass, strV2, strV3);
    506506}
    507507
     
    516516  QString strV3 = eph.toString(3.01);
    517517
    518   printOutput(printFile, _ephStreamGPS, strV2, strV3);
     518  printOutput(printFile, _ephStreamGalileo, strV2, strV3);
    519519}
    520520
Note: See TracChangeset for help on using the changeset viewer.