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

Legend:

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

    r5479 r5483  
    3535  int         _nGPS; 
    3636  int         _nGLO;
     37  double      _x;
     38  double      _y;
     39  double      _z;
     40};
     41
     42class t_thriftSatellite {
     43 public:
     44  std::string _prn;
    3745  double      _x;
    3846  double      _y;
Note: See TracChangeset for help on using the changeset viewer.