Changeset 333 in ntrip


Ignore:
Timestamp:
Nov 26, 2006, 10:22:07 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/GPSDecoder.h

    r297 r333  
    4646  }
    4747  int    flags;
    48   char   StatID[5+1]; // Station ID
     48  char   StatID[29+1];// Station ID
    4949  int    SVPRN;       // Satellite PRN
    5050  int    GPSWeek;     // Week of GPS-Time
  • trunk/BNC/bnccaster.cpp

    r280 r333  
    126126  // ------------------
    127127  strncpy(obs->StatID, staID.constData(),sizeof(obs->StatID));
     128  obs->StatID[sizeof(obs->StatID)-1] = '\0';
    128129       
    129130  // Prepare RINEX Output
Note: See TracChangeset for help on using the changeset viewer.