Changeset 1349 in ntrip for trunk/BNC/bncsocket.cpp
- Timestamp:
- Dec 27, 2008, 1:13:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsocket.cpp
r1348 r1349 5 5 * Class: bncSocket 6 6 * 7 * Purpose: Subclass QIODevice (QTcpSocket, QNetworkReply)7 * Purpose: Combines QTcpSocket (NTRIP v1) and QNetworkReply (NTRIP v2) 8 8 * 9 9 * Author: L. Mervart … … 152 152 } 153 153 154 // Connect to Caster, send the Request (static)154 // Connect to Caster, send the Request 155 155 //////////////////////////////////////////////////////////////////////////// 156 156 t_irc bncSocket::request(const QUrl& mountPoint, const QByteArray& latitude,
Note:
See TracChangeset
for help on using the changeset viewer.