Changeset 5649 in ntrip
- Timestamp:
- Feb 23, 2014, 7:42:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccaster.cpp
r5648 r5649 130 130 #endif 131 131 132 // Miscellaneous output port // Georg132 // Miscellaneous output port 133 133 // ------------------------- 134 134 _miscMount = settings.value("miscMount").toString(); … … 601 601 } 602 602 603 // Output into the Miscellaneous socket // Georg603 // Output into the Miscellaneous socket 604 604 //////////////////////////////////////////////////////////////////////////// 605 605 void bncCaster::slotNewRawData(QByteArray staID, QByteArray data) { … … 610 610 if (sock->state() == QAbstractSocket::ConnectedState) { 611 611 sock->write(data); 612 // if (myMiscWrite(sock, data, nBytes) != nBytes) {613 // delete sock;614 // is.remove();615 // }616 612 } 617 613 else if (sock->state() != QAbstractSocket::ConnectingState) { … … 623 619 } 624 620 625 // New Connection // Georg621 // New Connection 626 622 //////////////////////////////////////////////////////////////////////////// 627 623 void bncCaster::slotNewMiscConnection() {
Note:
See TracChangeset
for help on using the changeset viewer.