- Timestamp:
- Aug 8, 2014, 4:12:58 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncutils.h
r5866 r5885 99 99 SymmetricMatrix& QQ, ColumnVector& xx); 100 100 101 double djul(long j1, long m1, double tt); 102 103 void jdgp(double tjul, double & second, long & nweek); 104 101 105 #endif -
trunk/BNC/src/src.pri
r5883 r5885 50 50 bncbytescounter.h bncsslconfig.h reqcdlg.h \ 51 51 upload/bncrtnetdecoder.h upload/bncuploadcaster.h \ 52 ephemeris.h t imeutils.h t_prn.h\52 ephemeris.h t_prn.h \ 53 53 upload/bncrtnetuploadcaster.h upload/bnccustomtrafo.h \ 54 54 upload/bncephuploadcaster.h bnccomb.h qtfilechooser.h \ … … 58 58 RTCM3/RTCM3coDecoder.h RTCM3/ephEncoder.h \ 59 59 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 \ 60 66 PPP/pppInclude.h PPP/pppOptions.h PPP/pppMain.h \ 61 67 PPP/pppWidgets.h PPP/pppThread.h PPP/pppClient.h \ … … 81 87 bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp \ 82 88 bncbytescounter.cpp bncsslconfig.cpp reqcdlg.cpp \ 83 ephemeris.cpp t imeutils.cpp t_prn.cpp\89 ephemeris.cpp t_prn.cpp \ 84 90 upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp \ 85 91 upload/bncrtnetuploadcaster.cpp upload/bnccustomtrafo.cpp \ … … 90 96 RTCM3/RTCM3coDecoder.cpp RTCM3/ephEncoder.cpp \ 91 97 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 \ 92 104 PPP/pppOptions.cpp PPP/pppMain.cpp \ 93 105 PPP/pppWidgets.cpp PPP/pppThread.cpp PPP/pppClient.cpp \ … … 108 120 HEADERS += combination/bnccomb.h 109 121 SOURCES += combination/bnccomb.cpp 110 }111 112 exists(rinex/rnxobsfile.h) {113 DEFINES += USE_POSTPROCESSING114 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.h120 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.cpp126 122 } 127 123
Note:
See TracChangeset
for help on using the changeset viewer.