C# 클래스 MissionPlanner.CurrentState

상속: ICloneable
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistanceUnit string
KIndexstatic int
MovingBase MissionPlanner.Utilities.PointLatLngAlt
SpeedUnit string
firmware MainV2.Firmwares
hilch5 int
hilch6 int
hilch7 int
hilch8 int
multiplierdist float
multiplierspeed float

Private Properties

프로퍼티 타입 설명
CurrentState System

공개 메소드들

메소드 설명
Clone ( ) : object
GetNameandUnit ( string name ) : string
ResetInternals ( ) : void
UpdateCurrentSettings ( System bs ) : void

use for main serial port only

UpdateCurrentSettings ( System bs, bool updatenow, MAVLinkInterface mavinterface ) : void

Use the default sysid

UpdateCurrentSettings ( System bs, bool updatenow, MAVLinkInterface mavinterface, MAVState MAV ) : void
dowindcalc ( ) : void
fromDistDisplayUnit ( double input ) : double
fromSpeedDisplayUnit ( double input ) : double
toDistDisplayUnit ( double input ) : double
toSpeedDisplayUnit ( double input ) : double

비공개 메소드들

메소드 설명
CurrentState ( ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetNameandUnit() 공개 메소드

public GetNameandUnit ( string name ) : string
name string
리턴 string

ResetInternals() 공개 메소드

public ResetInternals ( ) : void
리턴 void

UpdateCurrentSettings() 공개 메소드

use for main serial port only
public UpdateCurrentSettings ( System bs ) : void
bs System
리턴 void

UpdateCurrentSettings() 공개 메소드

Use the default sysid
public UpdateCurrentSettings ( System bs, bool updatenow, MAVLinkInterface mavinterface ) : void
bs System
updatenow bool
mavinterface MAVLinkInterface
리턴 void

UpdateCurrentSettings() 공개 메소드

public UpdateCurrentSettings ( System bs, bool updatenow, MAVLinkInterface mavinterface, MAVState MAV ) : void
bs System
updatenow bool
mavinterface MAVLinkInterface
MAV MAVState
리턴 void

dowindcalc() 공개 메소드

public dowindcalc ( ) : void
리턴 void

fromDistDisplayUnit() 공개 정적인 메소드

public static fromDistDisplayUnit ( double input ) : double
input double
리턴 double

fromSpeedDisplayUnit() 공개 정적인 메소드

public static fromSpeedDisplayUnit ( double input ) : double
input double
리턴 double

toDistDisplayUnit() 공개 정적인 메소드

public static toDistDisplayUnit ( double input ) : double
input double
리턴 double

toSpeedDisplayUnit() 공개 정적인 메소드

public static toSpeedDisplayUnit ( double input ) : double
input double
리턴 double

프로퍼티 상세

DistanceUnit 공개적으로 정적으로 프로퍼티

public static string DistanceUnit
리턴 string

KIndexstatic 공개적으로 정적으로 프로퍼티

public static int KIndexstatic
리턴 int

MovingBase 공개적으로 프로퍼티

public PointLatLngAlt,MissionPlanner.Utilities MovingBase
리턴 MissionPlanner.Utilities.PointLatLngAlt

SpeedUnit 공개적으로 정적으로 프로퍼티

public static string SpeedUnit
리턴 string

firmware 공개적으로 프로퍼티

public MainV2.Firmwares firmware
리턴 MainV2.Firmwares

hilch5 공개적으로 프로퍼티

public int hilch5
리턴 int

hilch6 공개적으로 프로퍼티

public int hilch6
리턴 int

hilch7 공개적으로 프로퍼티

public int hilch7
리턴 int

hilch8 공개적으로 프로퍼티

public int hilch8
리턴 int

multiplierdist 공개적으로 정적으로 프로퍼티

public static float multiplierdist
리턴 float

multiplierspeed 공개적으로 정적으로 프로퍼티

public static float multiplierspeed
리턴 float