Changeset 10214 in ntrip for trunk/BNC/src
- Timestamp:
- Sep 16, 2023, 12:43:47 AM (14 months ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r10097 r10214 226 226 #endif 227 227 printEphHeader(eph->receptStaID()); 228 printEph(*eph, (ircPut == success));228 printEph(*eph, bool(ircPut == success)); 229 229 return success; 230 230 } -
trunk/BNC/src/pppRun.cpp
r10192 r10214 330 330 // Make sure the buffer does not grow beyond any limit 331 331 // --------------------------------------------------- 332 const unsigned MAX_EPODATA_SIZE = 6 5;332 const unsigned MAX_EPODATA_SIZE = 61; 333 333 if (_epoData.size() > MAX_EPODATA_SIZE) { 334 334 delete _epoData.front();
Note:
See TracChangeset
for help on using the changeset viewer.