Changeset 2492 in ntrip for trunk/BNC/RTCM


Ignore:
Timestamp:
Jun 1, 2010, 8:18:33 PM (14 years ago)
Author:
stoecker
Message:

removed double storage of RTCM3 stuff

Location:
trunk/BNC/RTCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2Decoder.h

    r1304 r2492  
    3333#include "RTCM2.h"
    3434#include "RTCM2_2021.h"
    35 #include "../RTCM3/rtcm3torinex.h"
    36 #include "../RTCM3/ephemeris.h"
     35#include "rtcm3torinex.h"
     36#include "ephemeris.h"
    3737
    3838class RTCM2Decoder: public GPSDecoder {
  • trunk/BNC/RTCM/rtcm_utils.cpp

    r1044 r2492  
    33#include <math.h>
    44#include <stdio.h>
    5 #include <RTCM3/rtcm3torinex.h>
    6 #include <RTCM3/ephemeris.h>
     5#include <rtcm3torinex.h>
     6#include <ephemeris.h>
    77
    88#include "rtcm_utils.h"
Note: See TracChangeset for help on using the changeset viewer.