Index: trunk/BNC/src/PPP/pppThread.cpp
===================================================================
--- trunk/BNC/src/PPP/pppThread.cpp	(revision 5780)
+++ trunk/BNC/src/PPP/pppThread.cpp	(revision 5781)
@@ -167,4 +167,25 @@
   }
 
+  // class t_pppObs  {
+  //   std::string _rnxType2ch; 
+  //   double      _code;          
+  //   bool        _codeValid;     
+  //   double      _phase;         
+  //   bool        _phaseValid;    
+  //   double      _doppler;       
+  //   bool        _dopplerValid;  
+  //   double      _snr;           
+  //   bool        _snrValid;      
+  //   bool        _slip;          
+  //   int         _slipCounter;   
+  //   int         _biasJumpCounter;
+  // };
+  // 
+  // class t_pppSatObs {
+  //   t_prn                 _prn;
+  //   bncTime               _time;
+  //   std::vector<t_pppObs> _obs;
+  // };
+
   vector<t_pppSatObs*> pppSatObs;
   QListIterator<t_obs> it(obsList);
@@ -172,4 +193,7 @@
     const t_obs& oldObs = it.next();
     t_pppSatObs* newObs = new t_pppSatObs;
+   
+    newObs->_prn.set(oldObs.satSys, oldObs.satNum);
+    newObs->_time.set(oldObs.GPSWeek, oldObs.GPSWeeks);
 
     pppSatObs.push_back(newObs);
