Changeset 5708 in ntrip


Ignore:
Timestamp:
Jul 31, 2014, 10:52:13 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/ppp.h

    r5678 r5708  
    33
    44#include <string>
     5#include "bnctime.h"
    56
    67namespace BNC {
     
    7980class t_pppClkCorr {
    8081 public:
    81   t_pppsat       _satellite;
     82  t_pppSat       _satellite;
    8283  unsigned short _iod;
    8384  bncTime        _time;
  • trunk/BNC/src/src.pri

    r5692 r5708  
    5959          RTCM3/ephemeris.h RTCM3/timeutils.h                         \
    6060          GPSS/gpssDecoder.h GPSS/hassDecoder.h                       \
    61           PPP/pppwidgets.h
     61          PPP/pppwidgets.h PPP/options.h
    6262
    6363HEADERS       += serial/qextserialbase.h serial/qextserialport.h
     
    8888          RTCM3/ephemeris.cpp RTCM3/timeutils.cpp                     \
    8989          GPSS/gpssDecoder.cpp GPSS/hassDecoder.cpp                   \
    90           PPP/pppwidgets.cpp
     90          PPP/pppwidgets.cpp PPP/options.cpp
    9191
    9292SOURCES       += serial/qextserialbase.cpp serial/qextserialport.cpp
Note: See TracChangeset for help on using the changeset viewer.