Subversion Repositories NaviCtrl

Rev

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

Rev 360 Rev 392
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
//GPSData.Position.Longitude = 1517409123L;  // Hamilton, Australia
-
 
329
//GPSData.Position.Latitude = -329294773L;       // Hamilton, Australia
-
 
330
//GPSData.Position.Longitude =-1556010020L;  // Alaska
-
 
331
//GPSData.Position.Latitude = 629581270L;        // Alaska
-
 
332
//GPSData.Position.Longitude =-584343419L;   // Buenos aires
-
 
333
//GPSData.Position.Latitude = -345464421L;   // Buenos aires
-
 
334
//GPSData.Position.Longitude =1683362691L;   // Neuseeland
-
 
335
//GPSData.Position.Latitude = -465945926L;   // Neuseeland
326
}
336
}
Line 327... Line 337...
327
 
337
 
328
 
338