Changeset 9032 in ntrip for trunk/BNC/src/RTCM3


Ignore:
Timestamp:
Aug 27, 2020, 8:16:09 AM (4 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src/RTCM3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r9025 r9032  
    16311631       * else. */
    16321632      if ((id >= 1057 && id <= 1068) ||
    1633             (id >= 1240 && id <= 1270) ||
    1634                       (id == 4076)) {
     1633          (id >= 1240 && id <= 1270) ||
     1634                  (id == 4076)) {
    16351635        RTCM3coDecoder::e_type type = RTCM3coDecoder::e_type::RTCMssr;
    16361636        if (id == 4076) {
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r9025 r9032  
    2727
    2828#include <fstream>
    29 
    3029#include <QByteArray>
    3130#include <QList>
    3231#include <QMap>
    33 
    3432#include "GPSDecoder.h"
    3533#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
    3634#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
    3735
    38 //class SsrCorr;
    39 
    40   class RTCM3coDecoder : public QObject, public GPSDecoder{
     36  class RTCM3coDecoder : public QObject, public GPSDecoder {
    4137Q_OBJECT
    4238 public:
  • trunk/BNC/src/RTCM3/bits.h

    r9025 r9032  
    9191
    9292#define GETFLOATSIGNM(b, a, c) { \
    93 int l; \
     93  int l; \
    9494  LOADBITS(a) \
    9595  l = (bitfield<<(64-numbits))>>(64-1); \
Note: See TracChangeset for help on using the changeset viewer.