Changeset 5410 in ntrip for trunk/GnssCenter/map_stations


Ignore:
Timestamp:
Sep 10, 2013, 3:39:33 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/map_stations
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.cpp

    r5407 r5410  
    9696  // ---------
    9797  _mapPlot->replot();
     98
     99  // Thrift Client;
     100  _thriftClient = new t_thriftClient;
     101  _thriftClient->start();
    98102}
    99103
  • trunk/GnssCenter/map_stations/map_stations.h

    r5407 r5410  
    4141  double          _maxPointLon;
    4242
    43   t_thriftClient* _thriftClinent;
     43  t_thriftClient* _thriftClient;
    4444};
    4545
  • trunk/GnssCenter/map_stations/map_stations.pro

    r5407 r5410  
    1919thrift.commands = "thrift -r -gen cpp rtnet.thrift"
    2020thrift.depends  = rtnet.thrift rtnet_data.thrift
     21
    2122QMAKE_EXTRA_TARGETS += thrift
    2223PRE_TARGETDEPS      += gen-cpp
     24LIBS                += -lthrift
    2325
    2426HEADERS   = map_stations.h \
     
    2628
    2729SOURCES   = map_stations.cpp \
    28             thriftclient.cpp
     30            thriftclient.cpp \
     31            gen-cpp/RtnetData.cpp \
     32            gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \
     33            gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp
     34
    2935
    3036RESOURCES = map_stations.qrc
  • trunk/GnssCenter/map_stations/thriftclient.h

    r5409 r5410  
    1616// Handler Class Definition
    1717//////////////////////////////////////////////////////////////////////////////
    18 class t_thriftClient : public com::gpssolutions::rtnet::RtnetDataIf, QThread {
     18class t_thriftClient : public com::gpssolutions::rtnet::RtnetDataIf, public QThread {
    1919 public:
    2020  t_thriftClient();
Note: See TracChangeset for help on using the changeset viewer.