Changeset 5738 in ntrip


Ignore:
Timestamp:
Aug 2, 2014, 11:55:48 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
19 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/GPSS/gpssDecoder.h

    r2492 r5738  
    55#include <QtCore>
    66
    7 #include "RTCM/GPSDecoder.h"
     7#include "GPSDecoder.h"
    88#include "rtcm3torinex.h"
    99
  • trunk/BNC/src/GPSS/hassDecoder.h

    r5120 r5738  
    66
    77#include "bncephuser.h"
    8 #include "RTCM/GPSDecoder.h"
     8#include "GPSDecoder.h"
    99
    1010class hassDecoder : public bncEphUser, public GPSDecoder {
  • trunk/BNC/src/PPP/pppThread.h

    r5736 r5738  
    55#include <QtCore>
    66
    7 #include "RTCM/GPSDecoder.h"
     7#include "GPSDecoder.h"
    88#include "options.h"
    99
  • trunk/BNC/src/RTCM3/RTCM3Decoder.h

    r5206 r5738  
    2929#include <map>
    3030
    31 #include "../RTCM/GPSDecoder.h"
    32 #include "../RTCM/GPSDecoder.h"
     31#include "GPSDecoder.h"
    3332#include "RTCM3coDecoder.h"
    3433#include "bncrawfile.h"
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r5665 r5738  
    3131#include <QtNetwork>
    3232
    33 #include "RTCM/GPSDecoder.h"
     33#include "GPSDecoder.h"
    3434
    3535extern "C" {
  • trunk/BNC/src/bnccaster.cpp

    r5724 r5738  
    5151#include "bncutils.h"
    5252#include "bncsettings.h"
    53 #include "RTCM/GPSDecoder.h"
     53#include "GPSDecoder.h"
    5454
    5555using namespace std;
  • trunk/BNC/src/bnccaster.h

    r5722 r5738  
    3030#include <QMultiMap>
    3131
    32 #include "RTCM/GPSDecoder.h"
     32#include "GPSDecoder.h"
    3333
    3434class bncGetThread;
  • trunk/BNC/src/bnccore.cpp

    r5732 r5738  
    4848#include "bncsettings.h"
    4949#include "bncversion.h"
    50 #include "RTCM3/ephemeris.h"
     50#include "ephemeris.h"
    5151#include "rinex/rnxobsfile.h"
    5252#include "rinex/rnxnavfile.h"
  • trunk/BNC/src/bncephuser.h

    r5576 r5738  
    3131#include "bncconst.h"
    3232#include "bnctime.h"
    33 #include "RTCM3/ephemeris.h"
     33#include "ephemeris.h"
    3434
    3535extern "C" {
  • trunk/BNC/src/bncgetthread.h

    r5648 r5738  
    3131#include <QFile>
    3232
    33 #include "RTCM/GPSDecoder.h"
     33#include "GPSDecoder.h"
    3434#include "rtcm3torinex.h"
    3535#include "bncconst.h"
  • trunk/BNC/src/bncpppclient.h

    r5732 r5738  
    2828#include <queue>
    2929#include "bncephuser.h"
    30 #include "RTCM/GPSDecoder.h"
     30#include "GPSDecoder.h"
    3131
    3232class bncModel;
  • trunk/BNC/src/bnctableitem.cpp

    r4278 r5738  
    4141#include "bnctableitem.h"
    4242#include "bncgetthread.h"
    43 #include "RTCM/GPSDecoder.h"
     43#include "GPSDecoder.h"
    4444
    4545// Constructor
  • trunk/BNC/src/bnczerodecoder.h

    r4278 r5738  
    2828#include <fstream>
    2929#include <QtCore>
    30 #include "RTCM/GPSDecoder.h"
     30#include "GPSDecoder.h"
    3131
    3232class bncZeroDecoder: public GPSDecoder {
  • trunk/BNC/src/latencychecker.h

    r4278 r5738  
    2828#include <QDateTime>
    2929
    30 #include "RTCM/GPSDecoder.h"
     30#include "GPSDecoder.h"
    3131
    3232class latencyChecker : public QObject {
  • trunk/BNC/src/rinex/reqcanalyze.h

    r5140 r5738  
    2929#include "rnxobsfile.h"
    3030#include "rnxnavfile.h"
    31 #include "RTCM/GPSDecoder.h"
    32 #include "RTCM3/ephemeris.h"
     31#include "GPSDecoder.h"
     32#include "ephemeris.h"
    3333
    3434class t_polarPoint;
  • trunk/BNC/src/rinex/reqcedit.h

    r4525 r5738  
    2929#include "rnxobsfile.h"
    3030#include "rnxnavfile.h"
    31 #include "RTCM3/ephemeris.h"
     31#include "ephemeris.h"
    3232
    3333class t_reqcEdit : public QThread {
  • trunk/BNC/src/rinex/rnxnavfile.cpp

    r5070 r5738  
    4444#include "bnccore.h"
    4545#include "bncutils.h"
    46 #include "RTCM3/ephemeris.h"
     46#include "ephemeris.h"
    4747
    4848using namespace std;
  • trunk/BNC/src/src.pri

    r5719 r5738  
    5050          bncbytescounter.h bncsslconfig.h reqcdlg.h                  \
    5151          upload/bncrtnetdecoder.h upload/bncuploadcaster.h           \
     52          ephemeris.h timeutils.h                                     \
    5253          upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h       \
    5354          upload/bncephuploadcaster.h bnccomb.h qtfilechooser.h       \
    54           RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
     55          GPSDecoder.h      RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    5556          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
    5657          RTCM3/RTCM3Decoder.h RTCM3/rtcm3torinex/rtcm3torinex.h      \
    5758          RTCM3/RTCM3coDecoder.h                                      \
    5859          RTCM3/clock_and_orbit/clock_orbit_rtcm.h                    \
    59           RTCM3/ephemeris.h RTCM3/timeutils.h                         \
    6060          GPSS/gpssDecoder.h GPSS/hassDecoder.h                       \
    6161          PPP/pppwidgets.h PPP/options.h PPP/pppMain.h                \
     
    7979          bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp     \
    8080          bncbytescounter.cpp bncsslconfig.cpp reqcdlg.cpp            \
     81          ephemeris.cpp timeutils.cpp                                 \
    8182          upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp       \
    8283          upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp   \
    8384          upload/bncephuploadcaster.cpp qtfilechooser.cpp             \
    84           RTCM/GPSDecoder.cpp RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp    \
     85          GPSDecoder.cpp      RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp    \
    8586          RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp                     \
    8687          RTCM3/RTCM3Decoder.cpp RTCM3/rtcm3torinex/rtcm3torinex.c    \
    8788          RTCM3/RTCM3coDecoder.cpp                                    \
    8889          RTCM3/clock_and_orbit/clock_orbit_rtcm.c                    \
    89           RTCM3/ephemeris.cpp RTCM3/timeutils.cpp                     \
    9090          GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp                   \
    9191          PPP/pppwidgets.cpp PPP/options.cpp PPP/pppMain.cpp          \
  • trunk/BNC/src/upload/bncrtnetdecoder.h

    r3225 r5738  
    2929#include <QtCore>
    3030#include "bncrtnetuploadcaster.h"
    31 #include "RTCM/GPSDecoder.h"
     31#include "GPSDecoder.h"
    3232
    3333class bncRtnetDecoder: public GPSDecoder {
Note: See TracChangeset for help on using the changeset viewer.