Changeset 1305 in ntrip for trunk/BNC/RTCM3


Ignore:
Timestamp:
Dec 19, 2008, 11:19:41 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/clock_orbit_rtcm.c

    r1207 r1305  
    33        Name:           clock_orbit_rtcm.c
    44        Project:        RTCM3
    5         Version:        $Id: clock_orbit_rtcm.c,v 1.3 2008/08/15 16:29:40 weber Exp $
     5        Version:        $Id: clock_orbit_rtcm.c,v 1.4.2.3 2008/12/19 09:29:13 mervart Exp $
    66        Authors:        Dirk Stöcker
    77        Description:    state space approach for RTCM3
     
    1010#include <stdio.h>
    1111#include <string.h>
     12
     13#ifndef sparc
    1214#include <stdint.h>
     15#endif
     16
     17#include <sys/types.h>
    1318#include "clock_orbit_rtcm.h"
    1419
  • trunk/BNC/RTCM3/rtcm3torinex.c

    r1278 r1305  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.36 2008/12/03 08:33:16 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.21.2.1 2008/12/18 12:45:53 mervart Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    4848#endif
    4949
     50#ifndef isinf
     51#  define isinf(x) 0
     52#endif
     53
    5054#include "rtcm3torinex.h"
    5155
    5256/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.36 $";
     57static char revisionstr[] = "$Revision: 1.21.2.1 $";
    5458
    5559#ifndef COMPILEDATE
     
    16851689
    16861690#ifndef NO_RTCM3_MAIN
    1687 static char datestr[]     = "$Date: 2008/12/03 08:33:16 $";
     1691static char datestr[]     = "$Date: 2008/12/18 12:45:53 $";
    16881692
    16891693/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.