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/thriftclient.cpp

    r5485 r5486  
    9999    satellite->_y   = sat.xyz.y;
    100100    satellite->_z   = sat.xyz.z;
    101     cout << satellite->_prn << ' ' << satellite->_x << endl;
     101    satellites->push_back(satellite);
    102102  }
     103  _parent->putThriftSatellites(satellites);
    103104}
    104105
Note: See TracChangeset for help on using the changeset viewer.