Changeset 7506 in ntrip for trunk/BNC/src/bncoutf.h


Ignore:
Timestamp:
Oct 13, 2015, 3:19:43 PM (9 years ago)
Author:
stuerze
Message:

automatic file name generation for ppp output files is added

File:
1 edited

Legend:

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

    r4380 r7506  
    2323
    2424 private:
    25   QString epochStr(const QDateTime& datTim, const QString& intStr);
     25  QString epochStr(const QDateTime& datTim, const QString& intStr,
     26      int sampl);
    2627  QString resolveFileName(int GPSweek, const QDateTime& datTim);
    2728
     
    3334  QString _fName;
    3435  bool    _append;
     36  bool    _v3filenames;
    3537};
    3638
Note: See TracChangeset for help on using the changeset viewer.