Ignore:
Timestamp:
Jul 3, 2020, 11:41:26 AM (4 years ago)
Author:
stuerze
Message:

some preparation to support 2 different ssr formats in future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r8252 r8969  
    3535
    3636extern "C" {
    37 # include "clock_orbit_rtcm.h"
     37#ifdef USE_SSR_RTCM
     38#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
     39#elif  USE_SSR_IGS
     40#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
     41#endif
    3842}
    3943
Note: See TracChangeset for help on using the changeset viewer.