Changeset 6595 in ntrip for trunk/BNC/src/bnccore.h


Ignore:
Timestamp:
Feb 18, 2015, 1:33:03 PM (9 years ago)
Author:
stuerze
Message:

some preparation to read RTCM3 Compass ephemeris messages

File:
1 edited

Legend:

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

    r6520 r6595  
    8080  void slotNewGalileoEph(t_ephGal);
    8181  void slotNewSBASEph(t_ephSBAS);
     82  void slotNewCompassEph(t_ephCompass);
    8283  void slotNewOrbCorrections(QList<t_orbCorr>);
    8384  void slotNewClkCorrections(QList<t_clkCorr>);
     
    9394  void newSBASEph(t_ephSBAS eph);
    9495  void newGalileoEph(t_ephGal eph);
     96  void newCompassEph(t_ephCompass eph);
    9597  void newOrbCorrections(QList<t_orbCorr>);
    9698  void newClkCorrections(QList<t_clkCorr>);
Note: See TracChangeset for help on using the changeset viewer.