Ignore:
Timestamp:
Sep 17, 2024, 4:55:28 PM (8 weeks ago)
Author:
stuerze
Message:

Service and RTCM CRS encoding and decoding as well as Helmert parameter decoding added + some re-organisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h

    r10529 r10533  
    1717#include "t_prn.h"
    1818#include "bncutils.h"
     19#include "bits.h"
    1920
    2021enum IGS_NUMBERS {
     
    406407  virtual CodeType    rnxTypeToCodeType(char system, std::string type) = 0;
    407408
    408 //#ifndef NOENCODE
    409409#define STOREBITS \
    410410  while(numbits >= 8) { \
     
    447447
    448448#define SCALEADDBITS(a, b, c) ADDBITS(a, (int64_t)(c > 0 ? b*c+0.5 : b*c-0.5))
     449
    449450#define MPI         3.141592653589793
    450451
     
    665666#define G_VTEC_QUALITY_INDICATOR(a)      GETSSRFLOAT     (a, 9, 1/20.0)          /* DF478, IDF041 */
    666667
    667 //#endif /* NODECODE */
    668 
    669668};
    670669
Note: See TracChangeset for help on using the changeset viewer.