gps_fix Class
GPS fix definition. A GPS fix structure should only be used if valid == true
Item Index
Methods
Methods
__str__
                      
                              ()
                      
                              
                                  String
                              
                      
                      
                      
                      
                      
                      
                      
                          
                      
                          Provide a string representation of this structure.
Returns:
String representing a GPS Fix
Properties
coordinates
                                              Coord_DD
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Fix coordinates
quality
                                              Gps_fix_quality
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              GPS fix signal quality
satellites
                                              Number
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Number of satellites in use
hdop
                                              Number
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Horizontal dilution of precision, unitless, lower is better
altitude_meters
                                              Number
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Altitude above mean sea level in meters
geoid_height_meters
                                              Number
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Difference between the WGS-84 earth ellipsoid and mean-sea-level
age_seconds
                                              Number
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Time in seconds since last differential GPS fix
station_id
                                              String
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              Differential GPS station ID
valid
                                              Boolean
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              True if this gps_fix structure is valid to use
chksum_match
                                              Boolean
                                          
                                          
                                          
                                          
                                          
                                              
                                          
                                              True if the checksum matched, valid is set to false on mismatch