Changeset 3024 in ntrip for trunk/BNC/combination/bnccomb.cpp


Ignore:
Timestamp:
Feb 24, 2011, 11:11:07 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3016 r3024  
    333333    }
    334334  }
     335
     336  co.messageType = COTYPE_GPSCOMBINED;
     337
     338  QStringList asciiLines =
     339    RTCM3coDecoder::corrsToASCIIlines(resTime.gpsw(), resTime.gpssec(), co, 0);
     340
     341  QStringListIterator il(asciiLines);
     342  while (il.hasNext()) {
     343    QString line = il.next();
     344    cout << line.toAscii().data() << endl;
     345  }
    335346}
    336347
Note: See TracChangeset for help on using the changeset viewer.