C# Class MissionPlanner.Utilities.ubx_m8p.ubx_cfg_tmode3

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
ecefXOrLatHP sbyte
ecefXorLat int
ecefYOrLonHP sbyte
ecefYorLon int
ecefZOrAltHP sbyte
ecefZorAlt int
fixedPosAcc uint
flags ushort
reserved1 byte
reserved2 byte
svinAccLimit uint
svinMinDur uint
version byte

Public Methods

Method Description
ubx_cfg_tmode3 ( double lat, double lng, double alt, double acc = 0.001 ) : System
ubx_cfg_tmode3 ( uint DurationS, double AccLimit ) : System

Method Details

ubx_cfg_tmode3() public method

public ubx_cfg_tmode3 ( double lat, double lng, double alt, double acc = 0.001 ) : System
lat double
lng double
alt double
acc double
return System

ubx_cfg_tmode3() public method

public ubx_cfg_tmode3 ( uint DurationS, double AccLimit ) : System
DurationS uint
AccLimit double
return System

Property Details

ecefXOrLatHP public_oe property

public sbyte ecefXOrLatHP
return sbyte

ecefXorLat public_oe property

public int ecefXorLat
return int

ecefYOrLonHP public_oe property

public sbyte ecefYOrLonHP
return sbyte

ecefYorLon public_oe property

public int ecefYorLon
return int

ecefZOrAltHP public_oe property

public sbyte ecefZOrAltHP
return sbyte

ecefZorAlt public_oe property

public int ecefZorAlt
return int

fixedPosAcc public_oe property

public uint fixedPosAcc
return uint

flags public_oe property

public ushort flags
return ushort

reserved1 public_oe property

public byte reserved1
return byte

reserved2 public_oe property

public byte reserved2
return byte

svinAccLimit public_oe property

public uint svinAccLimit
return uint

svinMinDur public_oe property

public uint svinMinDur
return uint

version public_oe property

public byte version
return byte