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/upload/bncrtnetuploadcaster.h

    r8542 r8969  
    77#include "ephemeris.h"
    88extern "C" {
    9 #include "clock_orbit_rtcm.h"
     9#ifdef USE_SSR_RTCM
     10#include "../RTCM3/clock_and_orbit/clock_orbit_rtcm.h"
     11#elif  USE_SSR_IGS
     12#include "../RTCM3/clock_and_orbit/clock_orbit_igs.h"
     13#endif
    1014}
    1115
Note: See TracChangeset for help on using the changeset viewer.