Changeset 2493 in ntrip


Ignore:
Timestamp:
Jun 1, 2010, 8:25:35 PM (14 years ago)
Author:
stoecker
Message:

removed double storage of RTCM3 stuff

Location:
trunk/BNS
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS

  • trunk/BNS/bns.cpp

    r2461 r2493  
    2525#include "bnssettings.h"
    2626extern "C" {
    27 #include "RTCM/rtcm3torinex.h"
     27#include "rtcm3torinex.h"
    2828}
    2929
  • trunk/BNS/bns.h

    r2461 r2493  
    1010#include "bnscaster.h"
    1111extern "C" {
    12 #include "RTCM/clock_orbit_rtcm.h"
     12#include "clock_orbit_rtcm.h"
    1313}
    1414
  • trunk/BNS/bns.pro

    r2258 r2493  
    2828# Include Path
    2929# ------------
    30 INCLUDEPATH = . ./newmat
     30INCLUDEPATH = . ./newmat ./rtcm3torinex ./clock_and_orbit
    3131
    3232HEADERS =             bns.h   bnswindow.h   bnshlpdlg.h   bnshtml.h   \
    3333          bnseph.h    bnsutils.h bnsrinex.h bnssp3.h bnsoutf.h        \
    34           bnscaster.h RTCM/clock_orbit_rtcm.h bnssettings.h bnsapp.h  \
    35           bnscustomtrafo.h RTCM/rtcm3torinex.h bnctime.h timeutils.h
     34          bnscaster.h clock_and_orbit/clock_orbit_rtcm.h bnssettings.h bnsapp.h  \
     35          bnscustomtrafo.h rtcm3torinex/rtcm3torinex.h bnctime.h timeutils.h
    3636
    3737HEADERS += newmat/controlw.h newmat/include.h newmat/myexcept.h  \
     
    4242          bnseph.cpp  bnsutils.cpp bnsrinex.cpp bnssp3.cpp bnsoutf.cpp \
    4343          bnscaster.cpp bnssettings.cpp bnsapp.cpp bnscustomtrafo.cpp  \
    44           RTCM/clock_orbit_rtcm.c RTCM/rtcm3torinex.c bnctime.cpp      \
    45           timeutils.cpp
     44          clock_and_orbit/clock_orbit_rtcm.c rtcm3torinex/rtcm3torinex.c \
     45          bnctime.cpp timeutils.cpp
    4646
    4747SOURCES += newmat/bandmat.cpp newmat/cholesky.cpp newmat/evalue.cpp  \
  • trunk/BNS/bnseph.cpp

    r2429 r2493  
    2222#include "bnctime.h"
    2323extern "C" {
    24 #include "RTCM/rtcm3torinex.h"
     24#include "rtcm3torinex.h"
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.