Changeset 1376 in ntrip


Ignore:
Timestamp:
Dec 28, 2008, 10:30:15 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1369 r1376  
    355355          QStringList table;
    356356          bncTableDlg::getFullTable(_mountPoint.host(), _mountPoint.port(),
    357                                     _ntripVersion, table);
     357                                    table);
    358358          QString net;
    359359          QStringListIterator it(table);
  • trunk/BNC/bncnetquery.cpp

    r1374 r1376  
    7070////////////////////////////////////////////////////////////////////////////
    7171void bncNetQuery::startRequest(const QUrl& url) {
    72   startRequest(url, true);
     72  startRequest(url, false);
    7373}
    7474
     
    123123  // Send Request
    124124  // ------------
    125   startRequest(url);
     125  startRequest(url, true);
    126126
    127127  // Wait Loop
  • trunk/BNC/bncrinex.cpp

    r1353 r1376  
    123123  QStringList table;
    124124  bncTableDlg::getFullTable(_mountPoint.host(), _mountPoint.port(),
    125                             _ntripVersion, table, _reloadTable);
     125                            table, _reloadTable);
    126126  QString net;
    127127  QStringListIterator it(table);
  • trunk/BNC/bnctabledlg.cpp

    r1375 r1376  
    150150////////////////////////////////////////////////////////////////////////////
    151151t_irc bncTableDlg::getFullTable(const QString& casterHost,
    152                                 int casterPort, const QByteArray& ntripVersion,
    153                                 QStringList& allLines, bool alwaysRead) {
     152                                int casterPort, QStringList& allLines,
     153                                bool alwaysRead) {
    154154
    155155  static QMutex mutex;
     
    199199  if ( getFullTable(_casterHostLineEdit->currentText(),
    200200                    _casterPortLineEdit->text().toInt(),
    201                     _ntripVersionComboBox->currentText().toAscii(),
    202201                    _allLines) != success ) {
    203202    QMessageBox::warning(0, "BNC", "Cannot retrieve table of data");
  • trunk/BNC/bnctabledlg.h

    r1353 r1376  
    3939    ~bncTableDlg();
    4040    static t_irc getFullTable(const QString& casterHost, int casterPort,
    41                               const QByteArray& ntripVersion,
    4241                              QStringList& allLines, bool alwaysRead = true);
    4342
Note: See TracChangeset for help on using the changeset viewer.