Ignore:
Timestamp:
Sep 23, 2013, 10:11:50 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5496 r5499  
    44#include <string>
    55#include <map>
     6#include <set>
    67#include <QString>
    78#include <QThread>
     
    3233  }
    3334  ~t_thriftResult() {}
    34   std::string              _name;
    35   int                      _nGPS; 
    36   int                      _nGLO;
    37   double                   _x;
    38   double                   _y;
    39   double                   _z;
    40   std::vector<std::string> _prns;
     35  std::string           _name;
     36  int                   _nGPS; 
     37  int                   _nGLO;
     38  double                _x;
     39  double                _y;
     40  double                _z;
     41  std::set<std::string> _prns;
    4142};
    4243
Note: See TracChangeset for help on using the changeset viewer.