Changeset 2013 in ntrip for trunk/BNS/RTCM/rtcm3torinex.c


Ignore:
Timestamp:
Nov 25, 2009, 12:41:32 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/RTCM/rtcm3torinex.c

    r1837 r2013  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.25 2009/05/07 09:27:19 mervart Exp $
     3  $Id: rtcm3torinex.c,v 1.27 2009/11/04 16:40:16 zdenek Exp $
    44  Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu>
    55
     
    5555
    5656/* CVS revision and version */
    57 static char revisionstr[] = "$Revision: 1.25 $";
     57static char revisionstr[] = "$Revision: 1.27 $";
    5858
    5959#ifndef COMPILEDATE
     
    675675          GETBITS(code, 1)
    676676          GETBITS(freq, 5)
     677
     678          gnss->channels[num] = freq - 7;
     679
    677680          if(code)
    678681          {
     
    16891692
    16901693#ifndef NO_RTCM3_MAIN
    1691 static char datestr[]     = "$Date: 2009/05/07 09:27:19 $";
     1694static char datestr[]     = "$Date: 2009/11/04 16:40:16 $";
    16921695
    16931696/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.