Changeset 6600 in ntrip for trunk/BNC/src/ephemeris.h


Ignore:
Timestamp:
Feb 20, 2015, 9:23:22 AM (9 years ago)
Author:
stuerze
Message:

complete renaming Compass to BDS

File:
1 edited

Legend:

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

    r6536 r6600  
    239239};
    240240
    241 class t_ephCompass : public t_eph {
    242  friend class t_ephEncoder;
    243  public:
    244   t_ephCompass() {}
    245   t_ephCompass(float rnxVersion, const QStringList& lines);
    246   virtual ~t_ephCompass() {}
    247 
    248   // void set(const compassephemeris* ee);
     241class t_ephBDS : public t_eph {
     242 friend class t_ephEncoder;
     243 public:
     244 t_ephBDS() {}
     245 t_ephBDS(float rnxVersion, const QStringList& lines);
     246  virtual ~t_ephBDS() {}
     247
     248  void set(const bdsephemeris* ee);
    249249  virtual e_type  type() const {return t_eph::Compass;}
    250250  virtual int     IOD() const {return _AODC;}
Note: See TracChangeset for help on using the changeset viewer.