Changeset 1097 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Sep 2, 2008, 4:27:53 PM (16 years ago)
Author:
stoecker
Message:

Minor fix

Location:
trunk/rtcm3torinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r1092 r1097  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.15 2008/08/15 17:00:03 weber Exp $
     3  $Id: rtcm3torinex.c,v 1.32 2008/09/02 07:45:48 stoecker Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.15 $";
     53static char revisionstr[] = "$Revision: 1.32 $";
    5454
    5555#ifndef COMPILEDATE
     
    283283
    284284    GETBITS(type,12)
    285 #ifndef NO_RTCM3_MAIN
     285#ifdef NO_RTCM3_MAIN
    286286    handle->typeList[handle->typeSize] = type;           /* RTCM message types */
    287287    if(handle->typeSize < 100) {handle->typeSize += 1;}  /* RTCM message types */
     
    16221622
    16231623#ifndef NO_RTCM3_MAIN
    1624 static char datestr[]     = "$Date: 2008/08/15 17:00:03 $";
     1624static char datestr[]     = "$Date: 2008/09/02 07:45:48 $";
    16251625
    16261626/* The string, which is send as agent in HTTP request */
  • trunk/rtcm3torinex/rtcm3torinex.h

    r1092 r1097  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.11 2008/08/09 23:58:23 weber Exp $
     6  $Id: rtcm3torinex.h,v 1.8 2008/09/02 07:45:48 stoecker Exp $
    77  Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu>
    88
     
    194194  int    lastlockl1[64];
    195195  int    lastlockl2[64];
    196 #ifndef NO_RTCM3_MAIN
     196#ifdef NO_RTCM3_MAIN
    197197  int    typeSize;       /* RTCM message types */
    198198  int    typeList[101];  /* RTCM message types */
Note: See TracChangeset for help on using the changeset viewer.