Changeset 3221 in ntrip for trunk/BNC/combination
- Timestamp:
- Mar 31, 2011, 1:52:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3220 r3221 654 654 _rtnetDecoder = new bncRtnetDecoder(); 655 655 } 656 656 657 vector<string> errmsg; 657 _rtnetDecoder->Decode((char*) out.str(). c_str(), out.str().size(), errmsg);658 _rtnetDecoder->Decode((char*) out.str().data(), out.str().size(), errmsg); 658 659 659 660 // Optionally send new Corrections to PPP
Note:
See TracChangeset
for help on using the changeset viewer.