Changeset 2492 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Jun 1, 2010, 8:18:33 PM (15 years ago)
- Location:
- trunk/BNC/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/RTCM/RTCM2Decoder.h ¶
r1304 r2492 33 33 #include "RTCM2.h" 34 34 #include "RTCM2_2021.h" 35 #include " ../RTCM3/rtcm3torinex.h"36 #include " ../RTCM3/ephemeris.h"35 #include "rtcm3torinex.h" 36 #include "ephemeris.h" 37 37 38 38 class RTCM2Decoder: public GPSDecoder { -
TabularUnified trunk/BNC/RTCM/rtcm_utils.cpp ¶
r1044 r2492 3 3 #include <math.h> 4 4 #include <stdio.h> 5 #include < RTCM3/rtcm3torinex.h>6 #include < RTCM3/ephemeris.h>5 #include <rtcm3torinex.h> 6 #include <ephemeris.h> 7 7 8 8 #include "rtcm_utils.h"
Note:
See TracChangeset
for help on using the changeset viewer.