Subversion Repositories NaviCtrl

Rev

Rev 492 | Rev 504 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 503
Line 321... Line 321...
321
                        UbxSol.Status =                                 PROCESSED;      // ready for new data
321
                        UbxSol.Status =                                 PROCESSED;      // ready for new data
322
                        UbxPosLlh.Status =                              PROCESSED;      // ready for new data
322
                        UbxPosLlh.Status =                              PROCESSED;      // ready for new data
323
                        UbxVelNed.Status =                              PROCESSED;      // ready for new data
323
                        UbxVelNed.Status =                              PROCESSED;      // ready for new data
324
                } // EOF all itow are equal
324
                } // EOF all itow are equal
325
        } // EOF all ubx messages received
325
        } // EOF all ubx messages received
-
 
326
 
-
 
327
 
-
 
328
//++++++++++++++++++++++++++++++++
-
 
329
// Please do not delete
-
 
330
// This helps me for testing 
-
 
331
//++++++++++++++++++++++++++++++++
-
 
332
//GPSData.Position.Longitude = 1517409123L;  // Hamilton, Australia
-
 
333
//GPSData.Position.Latitude = -329294773L;       // Hamilton, Australia
-
 
334
//++++++++
-
 
335
//GPSData.Position.Longitude =-1556010020L;  // Alaska
-
 
336
//GPSData.Position.Latitude = 629581270L;        // Alaska
-
 
337
//++++++++
-
 
338
//GPSData.Position.Longitude =-584343419L;   // Buenos aires
-
 
339
//GPSData.Position.Latitude = -345464421L;   // Buenos aires
-
 
340
//++++++++
-
 
341
//GPSData.Position.Longitude =1683362691L;   // Neuseeland
-
 
342
//GPSData.Position.Latitude = -465945926L;   // Neuseeland
326
}
343
}
Line 327... Line 344...
327
 
344
 
328
 
345