Changeset 1535 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Jan 25, 2009, 8:53:37 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
2 edited

Legend:

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

    r1299 r1535  
    4747#include "bncconst.h"
    4848#include "bncapp.h"
    49 #include "bncutils.h" /* Weber, for latencies */
     49#include "bncutils.h"
     50#include "bncsettings.h"
    5051
    5152using namespace std;
     
    6465RTCM3Decoder::RTCM3Decoder(const QString& staID) : GPSDecoder() {
    6566
    66   QSettings settings;
     67  bncSettings settings;
    6768  _checkMountPoint = settings.value("messTypes").toString();
    6869  _staID = staID;
  • trunk/BNC/RTCM3/RTCM3coDecoder.cpp

    r1227 r1535  
    4646#include "bncrinex.h"
    4747#include "bncapp.h"
     48#include "bncsettings.h"
    4849
    4950using namespace std;
     
    5758  // File Output
    5859  // -----------
    59   QSettings settings;
     60  bncSettings settings;
    6061  QString path = settings.value("corrPath").toString();
    6162  if (!path.isEmpty()) {
     
    8485  if (!_fileNameSkl.isEmpty()) {
    8586
    86     QSettings settings;
     87    bncSettings settings;
    8788
    8889    QDateTime datTim = currentDateAndTimeGPS();
Note: See TracChangeset for help on using the changeset viewer.