Changeset 6501 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Dec 29, 2014, 2:58:58 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6500 r6501  
    185185//
    186186////////////////////////////////////////////////////////////////////////////
    187 t_corrSSR::e_type t_corrSSR::readEpoLine(const string& line, bncTime& epoTime) {
     187t_corrSSR::e_type t_corrSSR::readEpoLine(const string& line, bncTime& epoTime,
     188                                         int& numEntries, string& staID) {
    188189
    189190  istringstream inLine(line.c_str());
     
    194195  double sec;
    195196
    196   inLine >> epoChar >> typeString >> year >> month >> day >> hour >> min >> sec;
     197  inLine >> epoChar >> typeString
     198         >> year >> month >> day >> hour >> min >> sec >> numEntries >> staID;
    197199
    198200  if (epoChar == '>') {
Note: See TracChangeset for help on using the changeset viewer.