Changeset 1842 in ntrip for trunk/BNC/RTCM3/clock_orbit_rtcm.h


Ignore:
Timestamp:
May 14, 2009, 3:24:41 PM (15 years ago)
Author:
stoecker
Message:

fixed a set of decoding bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/clock_orbit_rtcm.h

    r1841 r1842  
    66        Name:           clock_orbit_rtcm.h
    77        Project:        RTCM3
    8         Version:        $Id: clock_orbit_rtcm.h,v 1.5 2009/05/12 13:19:03 stoecker Exp $
     8        Version:        $Id: clock_orbit_rtcm.h,v 1.10 2009/05/12 22:23:17 weber Exp $
    99        Authors:        Dirk Stöcker
    1010        Description:    state space approach for RTCM3
     
    122122  GCOBR_UNKNOWNDATA = -2,
    123123  GCOBR_CRCMISMATCH = -3,
     124  GCOBR_SHORTMESSAGE = -4,
    124125  /* failed to do the work */
    125126  GCOBR_NOCLOCKORBITPARAMETER = -10,
     
    130131  /* not enough data - can decode the block completely */
    131132  GCOBR_SHORTBUFFER = -30,
    132   GCOBR_MISSINGBITS = -31,
    133   GCOBR_MESSAGEEXCEEDSBUFFER = -32,
    134   GCOBR_SHORTMESSAGE = -33
    135 };
     133  GCOBR_MESSAGEEXCEEDSBUFFER = -31};
    136134
    137135/* NOTE: When an error message has been emitted, the output structures may have been modified. Make a copy of the previous variant before calling the
Note: See TracChangeset for help on using the changeset viewer.