Changeset 464 in ntrip


Ignore:
Timestamp:
May 27, 2007, 5:58:28 PM (17 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r367 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/RTCM/RTCM2.cpp

    r366 r464  
    3939//   2006/10/18  OMO  Improved screening of bad data in RTCM2_Obs::extract
    4040//   2006/11/25  OMO  Revised check for presence of GLONASS data
     41//   2007/05/25  GW   Round time tag to 100 ms
    4142//
    4243// (c) DLR/GSOC
     
    883884    // of receiver clock with minimum divisions of 10ms
    884885    // and clock error less then recommended 1.1ms
     886    // Hence, round time tag to 100 ms
    885887    t = floor(t*100.+0.5)/100.;
    886888   
     
    976978    // of receiver clock with minimum divisions of 10ms
    977979    // and clock error less then recommended 1.1ms
     980    // Hence, round time tag to 100 ms
    978981    t = floor(t*100.+0.5)/100.;
    979982   
  • trunk/BNC/RTCM/RTCM2Decoder.cpp

    r341 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    2322// along with this program; if not, write to the Free Software
    2423// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     24
     25/* -------------------------------------------------------------------------
     26 * BKG NTRIP Client
     27 * -------------------------------------------------------------------------
     28 *
     29 * Class:      RTCM2Decoder
     30 *
     31 * Purpose:    RTCM2 Decoder
     32 *
     33 * Author:     L. Mervart
     34 *
     35 * Created:    24-Aug-2006
     36 *
     37 * Changes:   
     38 *
     39 * -----------------------------------------------------------------------*/
    2540
    2641#include "../bncutils.h"
     
    4661}
    4762
    48 //
    49 //
    5063//
    5164
  • trunk/BNC/RTCM/RTCM2Decoder.h

    r297 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/RTCM3/RTCM3Decoder.cpp

    r454 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/RTCM3/RTCM3Decoder.h

    r297 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/RTIGS/RTIGSDecoder.cpp

    r457 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/RTIGS/RTIGSDecoder.h

    r457 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncabout.html

    r432 r464  
    55Czech Technical University, Prague<br>
    66Faculty of Civil Engineering<br>
    7 Department of Advanced Geodesy<br>
     7Department of Geodesy<br>
    88<u>http://www.fsv.cvut.cz</u><br>
    99<br>
     
    2121The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
    2222<br>
    23 BKG, Frankfurt, Germany, April 2007<br>
     23BKG, Frankfurt, Germany, Mai 2007<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNC/bncapp.cpp

    r389 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    5857  _logStream   = 0;
    5958
    60   _bncVersion  = "BNC 1.2b";
     59  _bncVersion  = "BNC 1.3";
    6160}
    6261
  • trunk/BNC/bncapp.h

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
    9 // http://www.fsv.cvut.cz
    10 //
    11 // Email: euref-ip@bkg.bund.de
    12 //
    13 // This program is free software; you can redistribute it and/or
    14 // modify it under the terms of the GNU General Public License
    15 // as published by the Free Software Foundation, version 2.
    16 //
    17 // This program is distributed in the hope that it will be useful,
    18 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    20 // GNU General Public License for more details.
    21 //
    22 // You should have received a copy of the GNU General Public License
    23 // along with this program; if not, write to the Free Software
    24 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    25 // Part of BNC, a utility for retrieving decoding and
    26 // converting GNSS data streams from NTRIP broadcasters,
    27 // written by Leos Mervart.
    28 //
    29 // Copyright (C) 2006
    30 // German Federal Agency for Cartography and Geodesy (BKG)
    31 // http://www.bkg.bund.de
    32 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    338// http://www.fsv.cvut.cz
    349//
  • trunk/BNC/bnccaster.cpp

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
    4 //
    5 // Copyright (C) 2006
     2// converting GNSS data streams from NTRIP broadcasters.
     3//
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnccaster.h

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncconst.cpp

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncconst.h

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    2322// along with this program; if not, write to the Free Software
    2423// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     24
    2525#ifndef BNCCONST_H
    2626#define BNCCONST_H
  • trunk/BNC/bncgetthread.cpp

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    165164   reqStr = "GET " + hlp.path().toAscii() +
    166165            " HTTP/1.0\r\n"
    167             "User-Agent: NTRIP BNC 1.2b\r\n"
     166            "User-Agent: NTRIP BNC 1.3\r\n"
    168167            "Authorization: Basic " +
    169168            userAndPwd.toBase64() + "\r\n";
     
    171170   reqStr = "GET " + hlp.toEncoded() +
    172171            " HTTP/1.0\r\n"
    173             "User-Agent: NTRIP BNC 1.2b\r\n"
     172            "User-Agent: NTRIP BNC 1.3\r\n"
    174173            "Authorization: Basic " +
    175174            userAndPwd.toBase64() + "\r\n";
     
    178177  reqStr += "\r\n";
    179178
    180 //////////////////////////////////////////////////////////////////
    181 // Additional NMEA String in request to handle VRS data streams //
    182 // will be ignored from standard casters                        //
    183 //////////////////////////////////////////////////////////////////
     179// NMEA string to handle VRS stream
     180// --------------------------------
    184181
    185182  double lat, lon;
     
    224221    reqStr += "\r\n";
    225222  }
    226 ////////////////////////////////////////////////////////////////
    227223
    228224  msg += reqStr;
  • trunk/BNC/bncgetthread.h

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnchelp.html

    r456 r464  
    88</p>
    99<p>
    10 BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, 32-bit and 64-bit Linux, and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.2.3 are installed.
     10BNC has been written under GNU General Public License (GPL). Binaries for BNC are available for Windows, 32-bit Linux, 64-bit Linux (compiled using option -m32), and Solaris systems. It is likely that BNC can be compiled on other systems where a GNU compiler and Qt Version 4.2.3 are installed.
    1111<table>
    1212<tr></tr>
     
    1414<tr><td>Dec 2006 &nbsp;</td><td>Version 1.0b &nbsp;</td><td>Binaries of first beta version published.</td></tr>
    1515<tr><td>Jan 2007 &nbsp;</td><td>Version 1.1b &nbsp;</td><td>[Add] Observables C2, S1, and S2<br>[Add] Virtual reference station access<br>[Bug] RTCM2 decoder time tag fixed<br>[Mod] Small letters for public RINEX skeleton files<br>[Add] Online help through Shift+F1</td></tr>
    16 <tr><td>Apr 2007 &nbsp;</td><td>Version 1.2b &nbsp;</td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams
     16<tr><td>Apr 2007 &nbsp;</td><td>Version 1.2b &nbsp;</td><td>[Bug] Output only through IP port<br>[Bug] Method 'reconnecting' now thread-save<br> [Add] ZERO decoder added<br> [Mod] Download public RINEX skeletons once per day<br> [Mod] Upgrade to Qt Version 4.2.3<br> [Mod] Replace 'system' call for RINEX script by 'QProcess'<br> [Add] HTTP Host directive for skeleton file download<br> [Add] Percent encoding for user IDs and passwords<br> [Bug] Exit execution of calling thread for RTCM3 streams<br> [Bug] Signal-slot mechanism for threads</td></tr>
     17<tr><td>May 2007 &nbsp;</td><td>Version 1.3 &nbsp;</td><td>Source code published.
    1718</table>
    1819</p>
     
    424425</li>
    425426<li>
    426 The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive. Thus, the BNC executable provided for 64-bit Linux has been compiled on a 64-bit system using the -m32 compiler option.
     427The source code provided by NRCan for handling streams coming in RTIGS format is 32-bit sensitive. Thus, the BNC executable generated for 64-bit Linux systems could only be compiled using the -m32 compiler option.
    427428</li>
    428429<br>
  • trunk/BNC/bnchlpdlg.cpp

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnchlpdlg.h

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnchtml.cpp

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnchtml.h

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncmain.cpp

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncrinex.cpp

    r446 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    511510  if (!_rnxScriptName.isEmpty()) {
    512511
    513 //    cout << "BEG "
    514 //         << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()
    515 //         << _statID.data() << endl;
    516 
    517512#ifdef WIN32
    518513    QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ;
     
    521516#endif
    522517
    523 //    cout << "END "
    524 //         << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()
    525 //         << _statID.data() << endl;
    526 
    527   }
    528 }
     518  }
     519}
  • trunk/BNC/bncrinex.h

    r436 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnctabledlg.cpp

    r444 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
    4 //
    5 // Copyright (C) 2006
     2// converting GNSS data streams from NTRIP broadcasters.
     3//
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    8685  mainLayout->addWidget(_table);
    8786
    88   //  _buttonSkl = new QPushButton(tr("Create skeleton headers"), this);
    89   //  _buttonSkl->setEnabled(false);
    90   //  connect(_buttonSkl, SIGNAL(clicked()), this, SLOT(slotSkl()));
    91 
    9287  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    9388  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
     
    10499
    105100  QHBoxLayout* buttonLayout = new QHBoxLayout;
    106   //  buttonLayout->addWidget(_buttonSkl);
    107101  buttonLayout->addWidget(_buttonWhatsThis);
    108102  buttonLayout->addStretch(1);
     
    311305void bncTableDlg::slotSelectionChanged() {
    312306  if (_table->selectedItems().isEmpty()) {
    313     //    _buttonSkl->setEnabled(false);
    314   }
    315   else {
    316     //    _buttonSkl->setEnabled(true);
    317307  }
    318308}
  • trunk/BNC/bnctabledlg.h

    r399 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnctableitem.cpp

    r459 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnctableitem.h

    r459 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncutils.cpp

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncutils.h

    r280 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bncwindow.cpp

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    6160  setMinimumSize(77*ww, 65*ww);
    6261
    63   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.2b"));
     62  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.3"));
    6463
    6564  // Create Actions
     
    9695  _actwhatsthis= new QAction(tr("Help=Shift+F1"),this);
    9796  connect(_actwhatsthis, SIGNAL(triggered()), SLOT(slotWhatsThis()));
    98 
    99 //_actwhatsthismenu= new QAction(tr("Help\tShift+F1"),this);
    100 //connect(_actwhatsthismenu, SIGNAL(triggered()), SLOT(slotWhatsThis()));
    10197
    10298  // Create Menus
     
    111107  _menuHlp = menuBar()->addMenu(tr("&Help"));
    112108  _menuHlp->addAction(_actHelp);
    113 //_menuHlp->addAction(_actwhatsthismenu);
    114109  _menuHlp->addAction(_actAbout);
    115110
     
    195190  _mountPointsTable->horizontalHeader()->setStretchLastSection(true);
    196191  _mountPointsTable->setHorizontalHeaderLabels(labels);
    197 //  _mountPointsTable->horizontalHeader()->hide();
    198 //  _mountPointsTable->verticalHeader()->hide();
    199192  _mountPointsTable->setGridStyle(Qt::NoPen);
    200193  _mountPointsTable->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     
    208201  while (it.hasNext()) {
    209202    QStringList hlp = it.next().split(" ");
    210     if (hlp.size() < 5) continue; // Check number of parameters saved per mountpoint
     203    if (hlp.size() < 5) continue;
    211204    _mountPointsTable->insertRow(iRow);
    212205
     
    259252          SLOT(slotSelectionChanged()));
    260253
    261 // Tab changes Focus on Log window Start Perlt
    262 //  _log = new QTextEdit();
    263254  _log = new QTextBrowser();
    264 // Tab changes Focus on Log window Ende Perlt
    265255  _log->setReadOnly(true);
    266256
     
    587577  img->setPixmap(QPixmap(":ntrip-logo.png"));
    588578  dlgLayout->addWidget(img, 0,0);
    589   dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.2b"), 0,1);
     579  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.3"), 0,1);
    590580  dlgLayout->addWidget(tb,1,0,1,2);
    591581
  • trunk/BNC/bncwindow.h

    r463 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/bnczerodecoder.cpp

    r427 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    2322// along with this program; if not, write to the Free Software
    2423// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     24
     25/* -------------------------------------------------------------------------
     26 * BKG NTRIP Client
     27 * -------------------------------------------------------------------------
     28 *
     29 * Class:      bncZeroDecoder
     30 *
     31 * Purpose:    Implementation of zero decoder to by-pass decoding algorithm
     32 *
     33 * Author:     L. Mervart
     34 *
     35 * Created:    24-Apr-2007
     36 *
     37 * Changes:   
     38 *
     39 * -----------------------------------------------------------------------*/
    2540
    2641#include <iostream>
  • trunk/BNC/bnczerodecoder.h

    r427 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
  • trunk/BNC/test_bnc_qt.cpp

    r388 r464  
     1// Part of BNC, a utility for retrieving decoding and
     2// converting GNSS data streams from NTRIP broadcasters.
     3//
     4// Copyright (C) 2007
     5// German Federal Agency for Cartography and Geodesy (BKG)
     6// http://www.bkg.bund.de
     7// Czech Technical University Prague, Department of Geodesy
     8// http://www.fsv.cvut.cz
     9//
     10// Email: euref-ip@bkg.bund.de
     11//
     12// This program is free software; you can redistribute it and/or
     13// modify it under the terms of the GNU General Public License
     14// as published by the Free Software Foundation, version 2.
     15//
     16// This program is distributed in the hope that it will be useful,
     17// but WITHOUT ANY WARRANTY; without even the implied warranty of
     18// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     19// GNU General Public License for more details.
     20//
     21// You should have received a copy of the GNU General Public License
     22// along with this program; if not, write to the Free Software
     23// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     24
     25/* -------------------------------------------------------------------------
     26 * BKG NTRIP Client
     27 * -------------------------------------------------------------------------
     28 *
     29 * Class:      test_bnc_qt
     30 *
     31 * Purpose:    Example program to read BNC output from IP port.
     32 *
     33 * Author:     L. Mervart
     34 *
     35 * Created:    24-Jan-2007
     36 *
     37 * Changes:   
     38 *
     39 * -----------------------------------------------------------------------*/
    140
    241#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.