Changeset 3012 in ntrip for trunk/BNC/bncephuser.h


Ignore:
Timestamp:
Feb 22, 2011, 7:26:45 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.h

    r3010 r3012  
    4242    raoSet  = false;
    4343    dClkSet = false;
     44    eph     = 0;
    4445  }
    4546  bool ready() {return raoSet && dClkSet;}
     
    6768  bool         raoSet;
    6869  bool         dClkSet;
     70  t_eph*       eph;
    6971};
    7072
     
    8587  class t_ephPair {
    8688   public:
    87     t_ephPair() {
    88       last = 0;
     89    t_ephPair(t_eph* lastEph) {
     90      last = lastEph;
    8991      prev = 0;
    9092    }
Note: See TracChangeset for help on using the changeset viewer.