Changeset 2235 in ntrip for trunk/BNC/bncapp.cpp


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2105 r2235  
    5252using namespace std;
    5353
    54 struct converttimeinfo {
    55   int second;    /* seconds of GPS time [0..59] */
    56   int minute;    /* minutes of GPS time [0..59] */
    57   int hour;      /* hour of GPS time [0..24] */
    58   int day;       /* day of GPS time [1..28..30(31)*/
    59   int month;     /* month of GPS time [1..12]*/
    60   int year;      /* year of GPS time [1980..] */
    61 };
    62 
    63 extern "C" {
    64   void converttime(struct converttimeinfo *c, int week, int tow);
    65   void updatetime(int *week, int *tow, int tk, int fixnumleap);
    66 }
    67 
    6854// Constructor
    6955////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.