Changeset 3283 in ntrip for trunk/BNC/upload/bncephuploadcaster.cpp
- Timestamp:
- May 18, 2011, 11:36:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncephuploadcaster.cpp
r3273 r3283 65 65 66 66 t_eph* eph = it.value()->last; 67 unsigned char Array[ 67];67 unsigned char Array[80]; 68 68 int size = eph->RTCM3(Array); 69 69 if (size > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.