Ignore:
Timestamp:
Sep 23, 2013, 9:30:47 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5483 r5496  
    3232  }
    3333  ~t_thriftResult() {}
    34   std::string _name;
    35   int         _nGPS; 
    36   int         _nGLO;
    37   double      _x;
    38   double      _y;
    39   double      _z;
     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;
    4041};
    4142
Note: See TracChangeset for help on using the changeset viewer.