Ignore:
Timestamp:
Aug 25, 2020, 11:02:49 PM (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
  • trunk/BNC/src/upload/bncrtnetuploadcaster.h

    r8969 r9025  
    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;
     
    1813class bncClockRinex;
    1914class bncSP3;
     15class SsrCorr;
    2016
    2117class bncRtnetUploadCaster : public bncUploadCaster {
     
    2622                  const QString& ntripVersion,
    2723                  const QString& userName,const QString& password,
    28                   const QString& crdTrafo, bool  CoM,
    29                   const QString& sp3FileName,
     24                  const QString& crdTrafo, const QString& ssrFormat,
     25                  bool  CoM, const QString& sp3FileName,
    3026                  const QString& rnxFileName,
    3127                  int PID, int SID, int IOD, int iRow);
     
    4238                        const ColumnVector& rtnCoM,
    4339                        const ColumnVector& rtnClkSig,
    44                         struct ClockOrbit::SatData* sd,
     40                        struct SsrCorr::ClockOrbit::SatData* sd,
    4541                        QString& outLine);
    4642  void crdTrafo(int GPSWeek, ColumnVector& xyz, double& dc);
     
    5248  QString        _rtnetStreamBuffer;
    5349  QString        _crdTrafo;
     50  SsrCorr*       _ssrCorr;
     51  QString        _ssrFormat;
    5452  bool           _CoM;
    5553  int            _PID;
Note: See TracChangeset for help on using the changeset viewer.