Changeset 7629 in ntrip for trunk/BNC/src/RTCM/RTCM2_2021.h


Ignore:
Timestamp:
Dec 10, 2015, 3:35:44 PM (8 years ago)
Author:
stuerze
Message:

some value initialization in constructor is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/RTCM2_2021.h

    r7628 r7629  
    88
    99  public:
    10 
    11     RTCM2_2021();                           // Constructor
     10    RTCM2_2021() {// Constructor
     11      tt_    = 0.0;
     12      valid_ = false;
     13    }
    1214
    1315    void   extract(const RTCM2packet& P);  // Packet handler
     
    1820    double resolvedPhase_L2(int i) const;  // with resolved 2^24 cy ambiguity
    1921                                           // (based on rng_C1)
    20 
    21   public:
    2222
    2323    struct HiResCorr {
Note: See TracChangeset for help on using the changeset viewer.