Changeset 10311 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Jan 2, 2024, 12:39:10 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10275 r10311 210 210 } 211 211 212 _rtnetDecoder = 0;212 _rtnetDecoder = new bncRtnetDecoder(); 213 213 214 214 connect(this, SIGNAL(newMessage(QByteArray,bool)), BNC_CORE, SLOT(slotMessage(const QByteArray,bool))); … … 1140 1140 //cout << outLines.toStdString(); 1141 1141 1142 if (!_rtnetDecoder) {1143 _rtnetDecoder = new bncRtnetDecoder();1144 }1145 1146 1142 vector<string> errmsg; 1147 1143 _rtnetDecoder->Decode(outLines.toLatin1().data(), outLines.length(), errmsg);
Note:
See TracChangeset
for help on using the changeset viewer.