Changeset 10533 in ntrip for trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h
- Timestamp:
- Sep 17, 2024, 4:55:28 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h
r10529 r10533 17 17 #include "t_prn.h" 18 18 #include "bncutils.h" 19 #include "bits.h" 19 20 20 21 enum IGS_NUMBERS { … … 406 407 virtual CodeType rnxTypeToCodeType(char system, std::string type) = 0; 407 408 408 //#ifndef NOENCODE409 409 #define STOREBITS \ 410 410 while(numbits >= 8) { \ … … 447 447 448 448 #define SCALEADDBITS(a, b, c) ADDBITS(a, (int64_t)(c > 0 ? b*c+0.5 : b*c-0.5)) 449 449 450 #define MPI 3.141592653589793 450 451 … … 665 666 #define G_VTEC_QUALITY_INDICATOR(a) GETSSRFLOAT (a, 9, 1/20.0) /* DF478, IDF041 */ 666 667 667 //#endif /* NODECODE */668 669 668 }; 670 669
Note:
See TracChangeset
for help on using the changeset viewer.