Changeset 2672 in ntrip for trunk/BNC/bncapp.h


Ignore:
Timestamp:
Nov 12, 2010, 11:04:52 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.h

    r2519 r2672  
    4747    void writeRawData(const QByteArray& data, const QByteArray& staID,
    4848                      const QByteArray& format);
     49    void storeGlonassSlotNums(const int GLOFreq[]);
     50    void getGlonassSlotNums(int GLOFreq[]);
    4951
    5052  public slots:
     
    107109    QDate               _fileDate;
    108110    bncRawFile*         _rawFile;
     111    int                 _GlonassSlotNums[PRN_GLONASS_NUM];
    109112};
    110113#endif
Note: See TracChangeset for help on using the changeset viewer.