Changeset 2013 in ntrip for trunk/BNS


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

* empty log message *

Location:
trunk/BNS/RTCM
Files:
2 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 */
  • trunk/BNS/RTCM/rtcm3torinex.h

    r1837 r2013  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.17 2009/05/07 09:27:19 mervart Exp $
     6  $Id: rtcm3torinex.h,v 1.18 2009/11/04 16:19:40 zdenek Exp $
    77  Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu>
    88
     
    108108  int    dataflags[24];      /* GPSDF_xxx */
    109109  int    satellites[24];     /* SV - IDs */
     110  int    channels[24];       /* Glonass channels - valid of Glonass SV only */
    110111  int    snrL1[24];          /* Important: all the 5 SV-specific fields must */
    111112  int    snrL2[24];          /* have the same SV-order */
Note: See TracChangeset for help on using the changeset viewer.