Ignore:
Timestamp:
Jul 20, 2020, 3:54:44 PM (4 years ago)
Author:
stuerze
Message:

initial import igs ssr encoding and decoding + debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/RTCM3/RTCM3coDecoder.h

    r7169 r8987  
    3232
    3333extern "C" {
    34 # include "clock_orbit_rtcm.h"
     34#ifdef USE_SSR_RTCM
     35#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
     36#elif  USE_SSR_IGS
     37#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
     38#endif
    3539}
    3640
Note: See TracChangeset for help on using the changeset viewer.