Changeset 2011 in ntrip


Ignore:
Timestamp:
Nov 25, 2009, 11:51:23 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r1999 r2011  
    3838          bncnetqueryudp0.h bncudpport.h                              \
    3939          bncserialport.h bncnetquerys.h bncfigure.h                  \
    40           bncfigurelate.h bncpppthread.h                              \
     40          bncfigurelate.h bncpppthread.h bncversion.h                 \
    4141          RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    4242          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
  • trunk/BNC/bncapp.cpp

    r2001 r2011  
    4848#include "bncrinex.h"
    4949#include "bncsettings.h"
     50#include "bncversion.h"
    5051
    5152using namespace std;
     
    7071  QApplication(argc, argv, GUIenabled) {
    7172
    72   _bncVersion  = "BNC 1.7";
    73 
    7473  _logFileFlag = 0;
    7574  _logFile     = 0;
     
    102101  _socketsCorr = 0;
    103102
    104   _pgmName  = _bncVersion.leftJustified(20, ' ', true);
     103  _pgmName  = QString(BNCPGMNAME).leftJustified(20, ' ', true);
    105104#ifdef WIN32
    106105  _userName = QString("${USERNAME}");
  • trunk/BNC/bncapp.h

    r2001 r2011  
    3838    bncApp(int& argc, char* argv[], bool GUIenabled);
    3939    virtual ~bncApp(); 
    40     QString bncVersion() const {return _bncVersion;}
    4140    void setPort(int port);
    4241    void setPortCorr(int port);
     
    7675    QTextStream*      _logStream;
    7776    int               _logFileFlag;
    78     QString           _bncVersion;
    7977    QMutex            _mutex;
    8078    QMutex            _mutexMessage;
  • trunk/BNC/bncnetqueryrtp.cpp

    r1818 r2011  
    2020#include "bncnetqueryrtp.h"
    2121#include "bncsettings.h"
     22#include "bncversion.h"
    2223
    2324using namespace std;
    24 
    25 #define BNCVERSION "1.7"
    2625
    2726// Constructor
  • trunk/BNC/bncnetquerys.cpp

    r1760 r2011  
    1616
    1717#include "bncnetquerys.h"
     18#include "bncversion.h"
    1819
    1920using namespace std;
    20 
    21 #define BNCVERSION "1.7"
    2221
    2322// Constructor
  • trunk/BNC/bncnetqueryudp.cpp

    r1896 r2011  
    2121#include "bncnetqueryudp.h"
    2222#include "bncsettings.h"
     23#include "bncversion.h"
    2324
    2425using namespace std;
    2526
    26 #define BNCVERSION "1.7"
    2727#define TIME_RESOLUTION 125
    2828
  • trunk/BNC/bncnetqueryv0.cpp

    r1783 r2011  
    2020#include "bncnetqueryv0.h"
    2121#include "bncsettings.h"
     22#include "bncversion.h"
    2223
    2324using namespace std;
    24 
    25 #define BNCVERSION "1.7"
    2625
    2726// Constructor
  • trunk/BNC/bncnetqueryv1.cpp

    r1850 r2011  
    2020#include "bncnetqueryv1.h"
    2121#include "bncsettings.h"
     22#include "bncversion.h"
    2223
    2324using namespace std;
    24 
    25 #define BNCVERSION "1.7"
    2625
    2726// Constructor
  • trunk/BNC/bncnetqueryv2.cpp

    r1716 r2011  
    1919#include "bncnetqueryv2.h"
    2020#include "bncsettings.h"
    21 
    22 #define BNCVERSION "1.7"
     21#include "bncversion.h"
    2322
    2423// Constructor
Note: See TracChangeset for help on using the changeset viewer.