Changeset 1030 in ntrip for trunk/BNC/RTCM3/rtcm3torinex.c


Ignore:
Timestamp:
Aug 10, 2008, 1:58:23 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1006 r1030  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.29 2008/07/22 15:15:51 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.12 2008/08/01 14:03:28 mervart 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.29 $";
     53static char revisionstr[] = "$Revision: 1.12 $";
    5454
    5555#ifndef COMPILEDATE
     
    283283
    284284    GETBITS(type,12)
     285    handle->typeList[handle->typeSize] = type;           /* RTCM message types */
     286    if(handle->typeSize < 100) {handle->typeSize += 1;}  /* RTCM message types */
    285287    switch(type)
    286288    {
     
    15321534
    15331535#ifndef NO_RTCM3_MAIN
    1534 static char datestr[]     = "$Date: 2008/07/22 15:15:51 $";
     1536static char datestr[]     = "$Date: 2008/08/01 14:03:28 $";
    15351537
    15361538/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.