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


Ignore:
Timestamp:
Jan 12, 2010, 1:22:24 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2013 r2236  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.27 2009/11/04 16:40:16 zdenek Exp $
     3  $Id: rtcm3torinex.c,v 1.28 2010/01/12 12:13:23 mervart 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.27 $";
     57static char revisionstr[] = "$Revision: 1.28 $";
    5858
    5959#ifndef COMPILEDATE
     
    837837};
    838838
    839 struct converttimeinfo {
    840   int second;    /* seconds of GPS time [0..59] */
    841   int minute;    /* minutes of GPS time [0..59] */
    842   int hour;      /* hour of GPS time [0..24] */
    843   int day;       /* day of GPS time [1..28..30(31)*/
    844   int month;     /* month of GPS time [1..12]*/
    845   int year;      /* year of GPS time [1980..] */
    846 };
    847 
    848839void converttime(struct converttimeinfo *c, int week, int tow)
    849840{
     
    16921683
    16931684#ifndef NO_RTCM3_MAIN
    1694 static char datestr[]     = "$Date: 2009/11/04 16:40:16 $";
     1685static char datestr[]     = "$Date: 2010/01/12 12:13:23 $";
    16951686
    16961687/* The string, which is send as agent in HTTP request */
Note: See TracChangeset for help on using the changeset viewer.