Changeset 246 in ntrip for trunk/BNC/RTIGS
- Timestamp:
- Oct 13, 2006, 5:53:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTIGS/rtigs.cpp
r234 r246 26 26 // Constructor 27 27 //////////////////////////////////////////////////////////////////////////// 28 rtigs::rtigs() : GPSDecoder(){28 rtigs::rtigs() { 29 29 } 30 30 … … 37 37 //////////////////////////////////////////////////////////////////////////// 38 38 void rtigs::Decode(char* buffer, int bufLen) { 39 40 QMutexLocker locker(&_mutex); 39 41 40 42 // Append the incomming data to the internal buffer
Note:
See TracChangeset
for help on using the changeset viewer.