Changeset 5569 in ntrip for trunk/BNC/src/bncpppclient.h


Ignore:
Timestamp:
Nov 23, 2013, 6:50:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncpppclient.h

    r5566 r5569  
    153153  };
    154154
    155   class t_providerID {
    156    public:
    157     t_providerID() {
    158       streamID[0] = -1;
    159       streamID[1] = -1;
    160       streamID[2] = -1;
    161       reset       = false;
    162     }
    163     int  streamID[3];
    164     bool reset;
    165   };
    166 
    167155  t_irc getSatPos(const bncTime& tt, const QString& prn,
    168156                  ColumnVector& xc, ColumnVector& vv);
     
    181169  bncModel*               _model;
    182170  QMap<QString, slipInfo> _slips;
    183   t_providerID            _providerID;
     171  int                     _streamID[3];
    184172};
    185173
Note: See TracChangeset for help on using the changeset viewer.