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


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

Legend:

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

    r6496 r6498  
    4343//
    4444////////////////////////////////////////////////////////////////////////////
    45 void t_clkCorr::readEpoch(const QStringList& lines, QList<t_clkCorr>& corrList) {
     45void t_clkCorr::readEpoch(const string epoLine, std::istream& in, QList<t_clkCorr>& corrList) {
    4646}
    4747
     
    8484//
    8585////////////////////////////////////////////////////////////////////////////
    86 void t_orbCorr::readEpoch(const QStringList& lines, QList<t_orbCorr>& corrList) {
     86void t_orbCorr::readEpoch(const string epoLine, std::istream& in, QList<t_orbCorr>& corrList) {
    8787}
    8888
     
    116116//
    117117////////////////////////////////////////////////////////////////////////////
    118 void t_satCodeBias::readEpoch(const QStringList& lines, QList<t_satCodeBias>& biasList) {
     118void t_satCodeBias::readEpoch(const string epoLine, std::istream& in, QList<t_satCodeBias>& biasList) {
    119119}
    120120
     
    153153//
    154154////////////////////////////////////////////////////////////////////////////
    155 void t_satPhaseBias::readEpoch(const QStringList& lines, QList<t_satPhaseBias>& biasList) {
     155void t_satPhaseBias::readEpoch(const string epoLine, std::istream& in, QList<t_satPhaseBias>& biasList) {
    156156}
    157157
     
    180180//
    181181////////////////////////////////////////////////////////////////////////////
    182 void t_vTec::read(const QStringList& lines, t_vTec& vTec) {
     182void t_vTec::read(const string epoLine, std::istream& in, t_vTec& vTec) {
    183183}
     184
     185//
     186////////////////////////////////////////////////////////////////////////////
     187t_corrSSR::e_type t_corrSSR::readEpoLine(const string line, bncTime& epoTime) {
     188
     189}
Note: See TracChangeset for help on using the changeset viewer.