Changeset 1218 in ntrip for trunk/BNC/RTIGS
- Timestamp:
- Nov 19, 2008, 2:56:05 PM (16 years ago)
- Location:
- trunk/BNC/RTIGS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTIGS/RTIGSDecoder.cpp
r661 r1218 69 69 // 70 70 //////////////////////////////////////////////////////////////////////////// 71 t_irc RTIGSDecoder::Decode(char* buffer, int bufLen) { 71 t_irc RTIGSDecoder::Decode(char* buffer, int bufLen, vector<string>& errmsg) { 72 73 errmsg.clear(); 72 74 73 75 // Append the incomming data to the internal buffer -
trunk/BNC/RTIGS/RTIGSDecoder.h
r661 r1218 51 51 RTIGSDecoder(); 52 52 virtual ~RTIGSDecoder(); 53 virtual t_irc Decode(char* buffer = 0, int bufLen = 0);53 virtual t_irc Decode(char* buffer, int bufLen, std::vector<std::string>& errmsg); 54 54 private: 55 55 CGPS_Transform _GPSTrans;
Note:
See TracChangeset
for help on using the changeset viewer.