Changeset 1092 in ntrip for trunk/rtcm3torinex/rtcm3torinex.h


Ignore:
Timestamp:
Sep 2, 2008, 9:45:48 AM (16 years ago)
Author:
stoecker
Message:

added BNC adaptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.h

    r502 r1092  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.6 2007/01/15 13:01:40 stoecker Exp $
    7   Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@alberding.eu>
     6  $Id: rtcm3torinex.h,v 1.11 2008/08/09 23:58:23 weber Exp $
     7  Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu>
    88
    99  This program is free software; you can redistribute it and/or modify
     
    115115#define GPSEPHF_VALIDATED      (1<<3) /* data is completely valid */
    116116
    117 #define PI          3.1415926535898
     117#define R2R_PI          3.1415926535898
    118118
    119119struct gpsephemeris {
     
    194194  int    lastlockl1[64];
    195195  int    lastlockl2[64];
     196#ifndef NO_RTCM3_MAIN
     197  int    typeSize;       /* RTCM message types */
     198  int    typeList[101];  /* RTCM message types */
     199#endif /* NO_RTCM3_MAIN */
    196200  int    datapos[RINEXENTRY_NUMBER];
    197201  int    dataflag[RINEXENTRY_NUMBER];
Note: See TracChangeset for help on using the changeset viewer.