Changeset 6787 in ntrip for trunk/BNC/src/bncnetqueryv2.cpp


Ignore:
Timestamp:
Apr 20, 2015, 4:13:12 PM (9 years ago)
Author:
stuerze
Message:

add keep-alive request to send gga message in ntrip version 1 mode without interruption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetqueryv2.cpp

    r6572 r6787  
    9191////////////////////////////////////////////////////////////////////////////
    9292void bncNetQueryV2::startRequest(const QUrl& url, const QByteArray& gga) {
     93  startRequestPrivate(url, gga, false);
     94}
     95
     96// Start request, block till the next read
     97////////////////////////////////////////////////////////////////////////////
     98void bncNetQueryV2::keepAliveRequest(const QUrl& url, const QByteArray& gga) {
    9399  startRequestPrivate(url, gga, false);
    94100}
Note: See TracChangeset for help on using the changeset viewer.