Changeset 1867 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
Jul 13, 2009, 5:33:32 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r1866 r1867  
    230230    }
    231231  }
    232   unsigned char Array[67];
    233   int size = RTCM3GPS(Array);
    234   fwrite(Array,size, 1, stdout);
    235232}
    236233
     
    282279                             GPSADDBITS(a,i)};
    283280
    284 int t_ephGPS::RTCM3GPS(unsigned char *buffer)
     281int t_ephGPS::RTCM3(unsigned char *buffer)
    285282{
    286283
     
    340337  size += 3;
    341338  return size;
    342 } /* RTCM3GPS */
     339}
    343340
    344341// Compute GPS Satellite Position
     
    481478  _xv(5) = _y_velocity * 1.e3;
    482479  _xv(6) = _z_velocity * 1.e3;
    483   unsigned char Array[51];
    484   int size = RTCM3GLO(Array);
    485   fwrite(Array,size, 1, stdout);
    486480}
    487481
     
    511505                       GLONASSADDBITS(a-1,i)}
    512506
    513 int t_ephGlo::RTCM3GLO(unsigned char *buffer)
     507int t_ephGlo::RTCM3(unsigned char *buffer)
    514508{
    515509
     
    572566  size += 3;
    573567  return size;
    574 } /* RTCM3GLO */
     568}
    575569
    576570// Derivative of the state vector using a simple force model (static)
Note: See TracChangeset for help on using the changeset viewer.