C# Class MissionPlanner.Utilities.AP_GPS_base.GPS_State

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
ground_course float
ground_speed float
have_horizontal_accuracy bool
have_speed_accuracy bool
have_vertical_accuracy bool
have_vertical_velocity bool
hdop System.UInt16
horizontal_accuracy float
instance System.Byte
last_gps_time_ms System.UInt32
location Location
num_sats System.Byte
speed_accuracy float
status AP_GPS
time_week System.UInt16
time_week_ms System.UInt32
vdop System.UInt16
velocity Vector3
vertical_accuracy float

Property Details

ground_course public_oe property

public float ground_course
return float

ground_speed public_oe property

public float ground_speed
return float

have_horizontal_accuracy public_oe property

public bool have_horizontal_accuracy
return bool

have_speed_accuracy public_oe property

public bool have_speed_accuracy
return bool

have_vertical_accuracy public_oe property

public bool have_vertical_accuracy
return bool

have_vertical_velocity public_oe property

public bool have_vertical_velocity
return bool

hdop public_oe property

public UInt16,System hdop
return System.UInt16

horizontal_accuracy public_oe property

public float horizontal_accuracy
return float

instance public_oe property

public Byte,System instance
return System.Byte

last_gps_time_ms public_oe property

public UInt32,System last_gps_time_ms
return System.UInt32

location public_oe property

public Location location
return Location

num_sats public_oe property

public Byte,System num_sats
return System.Byte

speed_accuracy public_oe property

public float speed_accuracy
return float

status public_oe property

public AP_GPS status
return AP_GPS

time_week public_oe property

public UInt16,System time_week
return System.UInt16

time_week_ms public_oe property

public UInt32,System time_week_ms
return System.UInt32

vdop public_oe property

public UInt16,System vdop
return System.UInt16

velocity public_oe property

public Vector3 velocity
return Vector3

vertical_accuracy public_oe property

public float vertical_accuracy
return float