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


Ignore:
Timestamp:
Mar 11, 2022, 9:57:17 AM (2 years ago)
Author:
stuerze
Message:

Bias SINEX file can be written now during SSR upload

File:
1 edited

Legend:

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

    r9158 r9652  
    77
    88#include "bncutils.h"
     9#include <iostream>
    910
    1011class bncoutf {
     
    1314  virtual ~bncoutf();
    1415  t_irc write(int GPSweek, double GPSweeks, const QString& str);
    15 
     16  QString agencyFromFileName();
    1617 protected:
    1718  virtual t_irc reopen(int GPSweek, double GPSweeks);
Note: See TracChangeset for help on using the changeset viewer.