Changeset 6433 in ntrip for trunk/BNC/src/pppRun.h


Ignore:
Timestamp:
Dec 25, 2014, 6:19:17 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6432 r6433  
    3535
    3636 public slots:
    37   void slotNewEphGPS(t_ephGPS);
    38   void slotNewEphGlonass(t_ephGlo);
    39   void slotNewEphGalileo(t_ephGal);
     37  void slotNewGPSEph(t_ephGPS);
     38  void slotNewGlonassEph(t_ephGlo);
     39  void slotNewGalileoEph(t_ephGal);
    4040  void slotNewOrbCorrections(QList<t_orbCorr> orbCorr);
    4141  void slotNewClkCorrections(QList<t_clkCorr> clkCorr);
Note: See TracChangeset for help on using the changeset viewer.