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


Ignore:
Timestamp:
Dec 30, 2014, 3:15:35 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6484 r6520  
    111111
    112112 private:
    113   void printEphHeader();
    114   void printEph(const t_eph& eph, bool printFile);
    115   void printOutputEph(bool printFile, QTextStream* stream,
    116                       const QString& strV2, const QString& strV3);
    117   void messagePrivate(const QByteArray& msg);
     113  t_irc checkPrintEph(t_eph* eph);
     114  void  printEphHeader();
     115  void  printEph(const t_eph& eph, bool printFile);
     116  void  printOutputEph(bool printFile, QTextStream* stream,
     117                       const QString& strV2, const QString& strV3);
     118  void  messagePrivate(const QByteArray& msg);
    118119
    119120  QSettings::SettingsMap _settings;
Note: See TracChangeset for help on using the changeset viewer.