Ignore:
Timestamp:
Aug 27, 2020, 9:36:18 AM (4 years ago)
Author:
stuerze
Message:

some modification to allow encoding and decoding of SSR corrections in RTCM-SSR and IGS-SSR formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.h

    r8989 r9036  
    66#include "bnctime.h"
    77#include "ephemeris.h"
    8 extern "C" {
    9 #ifdef USE_SSR_RTCM
    108#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
    11 #elif  USE_SSR_IGS
    129#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
    13 #endif
    14 }
    1510
    1611class bncEphUser;
     
    2520                  const QString& outHost, int outPort,
    2621                  const QString& password,
    27                   const QString& crdTrafo, bool  CoM,
     22                  const QString& crdTrafo, const QString& ssrFormat,
     23                  bool  CoM,
    2824                  const QString& sp3FileName,
    2925                  const QString& rnxFileName,
     
    4137                        const ColumnVector& rtnCoM,
    4238                        const ColumnVector& rtnClkSig,
    43                         struct ClockOrbit::SatData* sd,
     39                        struct SsrCorr::ClockOrbit::SatData* sd,
    4440                        QString& outLine);
    4541  void crdTrafo(int GPSWeek, ColumnVector& xyz, double& dc);
     
    5147  QString        _rtnetStreamBuffer;
    5248  QString        _crdTrafo;
     49  SsrCorr*       _ssrCorr;
     50  QString        _ssrFormat;
    5351  bool           _CoM;
    5452  int            _PID;
Note: See TracChangeset for help on using the changeset viewer.