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/clock_and_orbit/clock_orbit_rtcm.h

    r1840 r1842  
    66        Name:           clock_orbit_rtcm.h
    77        Project:        RTCM3
    8         Version:        $Id: clock_orbit_rtcm.h,v 1.9 2009/04/24 09:19:10 weber Exp $
     8        Version:        $Id: clock_orbit_rtcm.h,v 1.11 2009/05/14 13:24:13 stoecker 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.