Changeset 10551 in ntrip for trunk/BNC/src/RTCM3/crsEncoder.cpp


Ignore:
Timestamp:
Sep 25, 2024, 10:31:19 PM (16 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10550 r10551  
    8585  SCALEADDBITS(23, 1000.0, helmertPar._dz)
    8686
    87   SCALEADDBITS(32, 50000.0, helmertPar._ox)
    88   SCALEADDBITS(32, 50000.0, helmertPar._oy)
    89   SCALEADDBITS(32, 50000.0, helmertPar._oz)
     87  CRSADDBITSFLOAT(32, helmertPar._ox, 50000.0)
     88  CRSADDBITSFLOAT(32, helmertPar._oy, 50000.0)
     89  CRSADDBITSFLOAT(32, helmertPar._oz, 50000.0)
    9090
    9191  SCALEADDBITS(25, 100000.0, helmertPar._sc)
Note: See TracChangeset for help on using the changeset viewer.