Ignore:
Timestamp:
Sep 7, 2014, 11:05:26 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/pppClient.cpp

    r6071 r6072  
    128128    t_satData*      satData = new t_satData();
    129129    satData->tt       = obs->_time;
    130     satData->prn      = obs->_prn;
     130    satData->prn      = QString(obs->_prn.toString().c_str());
    131131    satData->slipFlag = false;
    132132    satData->P1       = 0.0;
Note: See TracChangeset for help on using the changeset viewer.