Changeset 10772 in ntrip
- Timestamp:
- Oct 29, 2025, 9:05:43 AM (3 weeks ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
-
bncgetthread.cpp (modified) (1 diff)
-
bncwindow.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r10766 r10772 262 262 } 263 263 else { 264 emit(newMessage(_staID + ": Serial port " + portString.toLatin1() 265 + "is connected: " + _serialPort->errorString().toLatin1(), true)); 264 266 connect(_serialPort, SIGNAL(readyRead()), this, SLOT(slotSerialReadyRead())); 265 267 } -
trunk/BNC/src/bncwindow.cpp
r10766 r10772 1907 1907 } else { 1908 1908 fullPath = url.host() + QString(":%1").arg(url.port()) + url.path(); 1909 ntripVersion = "2";1910 1909 } 1911 1910
Note:
See TracChangeset
for help on using the changeset viewer.
