Changeset 1034 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Aug 13, 2008, 9:38:04 AM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3Decoder.cpp

    r1033 r1034  
    108108  // -----------------------------------------
    109109  if (_mode == unknown || _mode == corrections) {
    110     printf("corrections\n");
    111110    if ( _coDecoder->Decode(buffer, bufLen) == success ) {
    112111      decoded = true;
     
    121120  // ---------------------------------------
    122121  if (_mode == unknown || _mode == observations || _checkMountPoint == _staID || _checkMountPoint == "ALL") {
    123     printf("observations\n");
    124122    for (int ii = 0; ii < bufLen; ii++) {
    125123   
  • trunk/BNC/RTCM3/RTCM3Decoder.h

    r1022 r1034  
    4949
    5050  QString                _staID;
     51  QString                _checkMountPoint;
    5152  struct RTCM3ParserData _Parser;
    5253  RTCM3coDecoder*        _coDecoder;
Note: See TracChangeset for help on using the changeset viewer.