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


Ignore:
Timestamp:
Nov 26, 2008, 11:14:46 AM (15 years ago)
Author:
stoecker
Message:

some BNC related fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.h

    r1097 r1237  
    44/*
    55  Converter for RTCM3 data to RINEX.
    6   $Id: rtcm3torinex.h,v 1.8 2008/09/02 07:45:48 stoecker Exp $
     6  $Id: rtcm3torinex.h,v 1.14 2008/11/10 18:07:35 weber Exp $
    77  Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu>
    88
     
    195195  int    lastlockl2[64];
    196196#ifdef NO_RTCM3_MAIN
    197   int    typeSize;       /* RTCM message types */
    198   int    typeList[101];  /* RTCM message types */
     197  double antX;
     198  double antY;
     199  double antZ;
     200  double antH;
     201  char   antenna[256+1];
     202  int    blocktype;
    199203#endif /* NO_RTCM3_MAIN */
    200204  int    datapos[RINEXENTRY_NUMBER];
Note: See TracChangeset for help on using the changeset viewer.