Changeset 5885 in ntrip


Ignore:
Timestamp:
Aug 8, 2014, 4:12:58 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncutils.h

    r5866 r5885  
    9999                    SymmetricMatrix& QQ, ColumnVector& xx);
    100100
     101double       djul(long j1, long m1, double tt);
     102
     103void         jdgp(double tjul, double & second, long & nweek);
     104
    101105#endif
  • trunk/BNC/src/src.pri

    r5883 r5885  
    5050          bncbytescounter.h bncsslconfig.h reqcdlg.h                  \
    5151          upload/bncrtnetdecoder.h upload/bncuploadcaster.h           \
    52           ephemeris.h timeutils.h t_prn.h                             \
     52          ephemeris.h t_prn.h                                         \
    5353          upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h       \
    5454          upload/bncephuploadcaster.h bnccomb.h qtfilechooser.h       \
     
    5858          RTCM3/RTCM3coDecoder.h RTCM3/ephEncoder.h                   \
    5959          RTCM3/clock_and_orbit/clock_orbit_rtcm.h                    \
     60          rinex/rnxobsfile.h                                          \
     61          rinex/rnxnavfile.h       rinex/corrfile.h                   \
     62          rinex/reqcedit.h         rinex/reqcanalyze.h                \
     63          rinex/graphwin.h         rinex/polarplot.h                  \
     64          rinex/availplot.h        rinex/eleplot.h                    \
     65          rinex/dopplot.h                                             \
    6066          PPP/pppInclude.h   PPP/pppOptions.h   PPP/pppMain.h         \
    6167          PPP/pppWidgets.h   PPP/pppThread.h    PPP/pppClient.h       \
     
    8187          bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp     \
    8288          bncbytescounter.cpp bncsslconfig.cpp reqcdlg.cpp            \
    83           ephemeris.cpp timeutils.cpp t_prn.cpp                       \
     89          ephemeris.cpp t_prn.cpp                                     \
    8490          upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp       \
    8591          upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp   \
     
    9096          RTCM3/RTCM3coDecoder.cpp RTCM3/ephEncoder.cpp               \
    9197          RTCM3/clock_and_orbit/clock_orbit_rtcm.c                    \
     98          rinex/rnxobsfile.cpp                                        \
     99          rinex/rnxnavfile.cpp     rinex/corrfile.cpp                 \
     100          rinex/reqcedit.cpp       rinex/reqcanalyze.cpp              \
     101          rinex/graphwin.cpp       rinex/polarplot.cpp                \
     102          rinex/availplot.cpp      rinex/eleplot.cpp                  \
     103          rinex/dopplot.cpp                                           \
    92104                             PPP/pppOptions.cpp PPP/pppMain.cpp       \
    93105          PPP/pppWidgets.cpp PPP/pppThread.cpp  PPP/pppClient.cpp     \
     
    108120  HEADERS += combination/bnccomb.h
    109121  SOURCES += combination/bnccomb.cpp
    110 }
    111 
    112 exists(rinex/rnxobsfile.h) {
    113   DEFINES += USE_POSTPROCESSING
    114   HEADERS += rinex/rnxobsfile.h                            \
    115              rinex/rnxnavfile.h       rinex/corrfile.h     \
    116              rinex/reqcedit.h         rinex/reqcanalyze.h  \
    117              rinex/graphwin.h         rinex/polarplot.h    \
    118              rinex/availplot.h        rinex/eleplot.h      \
    119              rinex/dopplot.h
    120   SOURCES += rinex/rnxobsfile.cpp                           \
    121              rinex/rnxnavfile.cpp     rinex/corrfile.cpp    \
    122              rinex/reqcedit.cpp       rinex/reqcanalyze.cpp \
    123              rinex/graphwin.cpp       rinex/polarplot.cpp   \
    124              rinex/availplot.cpp      rinex/eleplot.cpp     \
    125              rinex/dopplot.cpp
    126122}
    127123
Note: See TracChangeset for help on using the changeset viewer.