Changeset 2208 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Jan 7, 2010, 11:14:44 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2182 r2208  
    7474class t_corr {
    7575 public:
     76  t_corr() {
     77    raoSet  = false;
     78    dClkSet = false;
     79  }
     80  bool ready() {return raoSet && dClkSet;}
    7681  bncTime       tt;
    7782  int          iod;
    7883  double       dClk;
    7984  ColumnVector rao;
     85  bool         raoSet;
     86  bool         dClkSet;
    8087};
    8188
Note: See TracChangeset for help on using the changeset viewer.