Changeset 5486 in ntrip for trunk/GnssCenter/monitor/monitor.h


Ignore:
Timestamp:
Sep 18, 2013, 2:54:23 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/monitor/monitor.h

    r5482 r5486  
    1111  class t_thriftClient;
    1212  class t_thriftResult;
     13  class t_thriftSatellite;
    1314}
    1415
     
    2223
    2324  void putThriftResults(std::vector<t_thriftResult*>* results);
     25  void putThriftSatellites(std::vector<t_thriftSatellite*>* satellites);
    2426
    2527 private slots:
     
    2830  void slotStopThrift();
    2931  void slotThriftFinished();
    30   void slotPlotResults();
     32  void slotPlot();
    3133  void slotMessage(QByteArray msg);
    3234
     
    3537  void setTitle();
    3638  void enableActions();
    37   QMutex                        _mutex;
    38   QTabWidget*                   _tabWidget;
    39   QAction*                      _actConfig;
    40   QAction*                      _actStartThrift;
    41   QAction*                      _actStopThrift;
    42   QString                       _host;
    43   QString                       _port;
    44   t_thriftClient*               _thriftClient;
    45   t_worldPlot*                  _plotStations;
    46   t_worldPlot*                  _plotSatellites;
    47   std::vector<t_thriftResult*>* _results;
     39  void plotResults();
     40  void plotSatellites();
     41  QMutex                           _mutex;
     42  QTabWidget*                      _tabWidget;
     43  QAction*                         _actConfig;
     44  QAction*                         _actStartThrift;
     45  QAction*                         _actStopThrift;
     46  QString                          _host;
     47  QString                          _port;
     48  t_thriftClient*                  _thriftClient;
     49  t_worldPlot*                     _plotStations;
     50  t_worldPlot*                     _plotSatellites;
     51  std::vector<t_thriftResult*>*    _results;
     52  std::vector<t_thriftSatellite*>* _satellites;
    4853};
    4954
Note: See TracChangeset for help on using the changeset viewer.