Changeset 65 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Aug 24, 2006, 3:58:20 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC

    • Property svn:ignore
      •  

        old new  
        22Makefile
        33bnc
         4anlagen
        45moc_bnccaster.cpp
        56moc_bncgetthread.cpp
  • trunk/BNC/bncgetthread.cpp

    r62 r65  
    2121
    2222#include "bncgetthread.h"
     23
    2324#include "RTCM/RTCM.h"
     25#include "RTCM3/rtcm3.h"
    2426#include "RTIGS/rtigs.h"
    2527
     
    143145  else if (_format.indexOf("RTCM_3") != -1) {
    144146    qWarning("Get Data: " + _mountPoint + " in RTCM 3.0 format");
    145     qWarning("Not yet implemented");
    146     return exit(1);
     147    decoder = new rtcm3();
    147148  }
    148149  else if (_format.indexOf("RTIGS") != -1) {
Note: See TracChangeset for help on using the changeset viewer.