Changeset 661 in ntrip for trunk/BNC/RTIGS/cgps_transform.h


Ignore:
Timestamp:
Jan 29, 2008, 3:53:43 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTIGS/cgps_transform.h

    r306 r661  
    1414#include "rtstruct.h"
    1515#include "rtigs_records.h"
     16#include "gpswro.h"
    1617
    1718#define MAXCHANNELS_FOR_SOCKETS_TYPE1 12
     
    123124  short          Decode_RTIGS_Eph(unsigned char *RTIGS_Str,  unsigned  short RTIGS_Bytes, RTIGSE_T &rtigs_eph, short &PRN); //stors in class and returns prn
    124125  short          Decode_RTIGS_Met(unsigned char *RTIGS_Str,   unsigned short RTIGS_Bytes, RTIGSM_T *rtigs_met);    // contents of record contain all info.
     126  short TNAV_To_BEPH( TNAV_T *rtcurrent_eph, BEPH_T *new_eph); // 2/1/2008 SPG
     127  void SwitchEphBytes( TNAV_T *rnav ); // 2/1/2008 SPG
    125128};
    126129
     130
    127131#endif
Note: See TracChangeset for help on using the changeset viewer.