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


Ignore:
Timestamp:
Sep 22, 2015, 10:44:09 PM (9 years ago)
Author:
stuerze
Message:

some restructuring

File:
1 edited

Legend:

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

    r6598 r7298  
    4646  enum e_mode {interactive, nonInteractive, batchPostProcessing};
    4747  t_bncCore();
    48   ~t_bncCore(); 
     48  ~t_bncCore();
    4949  static t_bncCore* instance();
    5050  e_mode            mode() const {return _mode;}
     
    6060  void              setConfFileName(const QString& confFileName);
    6161  QString           confFileName() const {return _confFileName;}
    62   void              writeRawData(const QByteArray& data, const QByteArray& staID, 
     62  void              writeRawData(const QByteArray& data, const QByteArray& staID,
    6363                                const QByteArray& format);
    6464  void             initCombination();
     
    107107  void mapSpeedSliderChanged(int);
    108108  void stopRinexPPP();
    109    
     109
    110110 private slots:
    111111  void slotNewConnectionEph();
     
    116116  void  printEphHeader();
    117117  void  printEph(const t_eph& eph, bool printFile);
    118   void  printOutputEph(bool printFile, QTextStream* stream, 
     118  void  printOutputEph(bool printFile, QTextStream* stream,
    119119                       const QString& strV2, const QString& strV3);
    120120  void  messagePrivate(const QByteArray& msg);
     
    145145  QTcpServer*            _serverCorr;
    146146  QList<QTcpSocket*>*    _socketsCorr;
    147   int                    _portNMEA;
    148147  QTcpServer*            _serverNMEA;
    149148  QList<QTcpSocket*>*    _socketsNMEA;
Note: See TracChangeset for help on using the changeset viewer.