Changeset 2011 in ntrip
- Timestamp:
- Nov 25, 2009, 11:51:23 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r1999 r2011 38 38 bncnetqueryudp0.h bncudpport.h \ 39 39 bncserialport.h bncnetquerys.h bncfigure.h \ 40 bncfigurelate.h bncpppthread.h 40 bncfigurelate.h bncpppthread.h bncversion.h \ 41 41 RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \ 42 42 RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \ -
trunk/BNC/bncapp.cpp
r2001 r2011 48 48 #include "bncrinex.h" 49 49 #include "bncsettings.h" 50 #include "bncversion.h" 50 51 51 52 using namespace std; … … 70 71 QApplication(argc, argv, GUIenabled) { 71 72 72 _bncVersion = "BNC 1.7";73 74 73 _logFileFlag = 0; 75 74 _logFile = 0; … … 102 101 _socketsCorr = 0; 103 102 104 _pgmName = _bncVersion.leftJustified(20, ' ', true);103 _pgmName = QString(BNCPGMNAME).leftJustified(20, ' ', true); 105 104 #ifdef WIN32 106 105 _userName = QString("${USERNAME}"); -
trunk/BNC/bncapp.h
r2001 r2011 38 38 bncApp(int& argc, char* argv[], bool GUIenabled); 39 39 virtual ~bncApp(); 40 QString bncVersion() const {return _bncVersion;}41 40 void setPort(int port); 42 41 void setPortCorr(int port); … … 76 75 QTextStream* _logStream; 77 76 int _logFileFlag; 78 QString _bncVersion;79 77 QMutex _mutex; 80 78 QMutex _mutexMessage; -
trunk/BNC/bncnetqueryrtp.cpp
r1818 r2011 20 20 #include "bncnetqueryrtp.h" 21 21 #include "bncsettings.h" 22 #include "bncversion.h" 22 23 23 24 using namespace std; 24 25 #define BNCVERSION "1.7"26 25 27 26 // Constructor -
trunk/BNC/bncnetquerys.cpp
r1760 r2011 16 16 17 17 #include "bncnetquerys.h" 18 #include "bncversion.h" 18 19 19 20 using namespace std; 20 21 #define BNCVERSION "1.7"22 21 23 22 // Constructor -
trunk/BNC/bncnetqueryudp.cpp
r1896 r2011 21 21 #include "bncnetqueryudp.h" 22 22 #include "bncsettings.h" 23 #include "bncversion.h" 23 24 24 25 using namespace std; 25 26 26 #define BNCVERSION "1.7"27 27 #define TIME_RESOLUTION 125 28 28 -
trunk/BNC/bncnetqueryv0.cpp
r1783 r2011 20 20 #include "bncnetqueryv0.h" 21 21 #include "bncsettings.h" 22 #include "bncversion.h" 22 23 23 24 using namespace std; 24 25 #define BNCVERSION "1.7"26 25 27 26 // Constructor -
trunk/BNC/bncnetqueryv1.cpp
r1850 r2011 20 20 #include "bncnetqueryv1.h" 21 21 #include "bncsettings.h" 22 #include "bncversion.h" 22 23 23 24 using namespace std; 24 25 #define BNCVERSION "1.7"26 25 27 26 // Constructor -
trunk/BNC/bncnetqueryv2.cpp
r1716 r2011 19 19 #include "bncnetqueryv2.h" 20 20 #include "bncsettings.h" 21 22 #define BNCVERSION "1.7" 21 #include "bncversion.h" 23 22 24 23 // Constructor
Note:
See TracChangeset
for help on using the changeset viewer.