Changeset 2020 in ntrip for trunk/BNC/RTCM3/clock_orbit_rtcm.c
- Timestamp:
- Nov 25, 2009, 4:19:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/clock_orbit_rtcm.c
r1865 r2020 3 3 Name: clock_orbit_rtcm.c 4 4 Project: RTCM3 5 Version: $Id: clock_orbit_rtcm.c,v 1.1 6 2009/07/06 06:50:22mervart Exp $5 Version: $Id: clock_orbit_rtcm.c,v 1.17.2.1 2009/11/25 15:11:47 mervart Exp $ 6 6 Authors: Dirk Stöcker 7 7 Description: state space approach for RTCM3 … … 10 10 #include <stdio.h> 11 11 #include <string.h> 12 #include <sys/types.h> 13 14 #ifndef sparc 12 15 #include <stdint.h> 16 #endif 17 13 18 #include "clock_orbit_rtcm.h" 14 19
Note:
See TracChangeset
for help on using the changeset viewer.