Ignore:
Timestamp:
May 22, 2015, 5:32:41 PM (9 years ago)
Author:
stuerze
Message:

extension of the rtnetuploadcaster interface regarding RTCM SSR II messages (phase biases) for GPS; GLONASS, Galileo, QZSS, SBAS and BDS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.h

    r6557 r6850  
    7171};
    7272
     73struct phaseBiasesSat {
     74  double yA;
     75  double yR;
     76  unsigned int dispInd;
     77  unsigned int MWInd;
     78};
     79
     80struct phaseBiasSignal {
     81  QString type;
     82  double bias;
     83  unsigned int intInd;
     84  unsigned int WLInd;
     85  unsigned int discCount;
     86};
     87
    7388#endif
Note: See TracChangeset for help on using the changeset viewer.