Changeset 3225 in ntrip


Ignore:
Timestamp:
Mar 31, 2011, 5:23:30 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/upload
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetdecoder.cpp

    r3213 r3225  
    5858      int  outPort = hlp[1].toInt();
    5959      bool CoM     = (hlp[5].toInt() == Qt::Checked);
    60       bncUploadCaster* newCaster = new bncUploadCaster(hlp[2], hlp[0], outPort,
     60      bncRtnetUploadCaster* newCaster = new bncRtnetUploadCaster(
     61                                                       hlp[2], hlp[0], outPort,
    6162                                                       hlp[3], hlp[4], CoM,
    6263                                                       hlp[6], hlp[7], "");
  • trunk/BNC/upload/bncrtnetdecoder.h

    r3209 r3225  
    2828#include <fstream>
    2929#include <QtCore>
    30 #include "bncuploadcaster.h"
     30#include "bncrtnetuploadcaster.h"
    3131#include "RTCM/GPSDecoder.h"
    3232
     
    3838                       std::vector<std::string>& errmsg);
    3939 private:
    40   QVector<bncUploadCaster*> _casters;
     40  QVector<bncRtnetUploadCaster*> _casters;
    4141};
    4242
  • trunk/BNC/upload/bncrtnetuploadcaster.h

    r3224 r3225  
    55#include "bncuploadcaster.h"
    66#include "bnctime.h"
     7#include "ephemeris.h"
     8extern "C" {
    79#include "clock_orbit_rtcm.h"
    8 #include "RTCM3/ephemeris.h"
     10}
    911
    1012class bncEphUser;
    11 
    1213class bncoutf;
    1314class bncClockRinex;
Note: See TracChangeset for help on using the changeset viewer.