C# 클래스 MissionPlanner.UAVStats

파일 보기 프로젝트 열기: Event38/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amphour double
autoland bool
batteryHigh double
batteryLow double
camera string
firmware string
flightSpeedF double
flightSpeedM double
flighttime double
gpslanding bool
landwp float
missionAlt int
resumeMission bool
resumealt double
runway bool

공개 메소드들

메소드 설명
setStats ( string uav ) : UAVStats

메소드 상세

setStats() 공개 정적인 메소드

public static setStats ( string uav ) : UAVStats
uav string
리턴 UAVStats

프로퍼티 상세

amphour 공개적으로 프로퍼티

public double amphour
리턴 double

autoland 공개적으로 프로퍼티

public bool autoland
리턴 bool

batteryHigh 공개적으로 프로퍼티

public double batteryHigh
리턴 double

batteryLow 공개적으로 프로퍼티

public double batteryLow
리턴 double

camera 공개적으로 프로퍼티

public string camera
리턴 string

firmware 공개적으로 프로퍼티

public string firmware
리턴 string

flightSpeedF 공개적으로 프로퍼티

public double flightSpeedF
리턴 double

flightSpeedM 공개적으로 프로퍼티

public double flightSpeedM
리턴 double

flighttime 공개적으로 프로퍼티

public double flighttime
리턴 double

gpslanding 공개적으로 프로퍼티

public bool gpslanding
리턴 bool

landwp 공개적으로 프로퍼티

public float landwp
리턴 float

missionAlt 공개적으로 프로퍼티

public int missionAlt
리턴 int

resumeMission 공개적으로 프로퍼티

public bool resumeMission
리턴 bool

resumealt 공개적으로 프로퍼티

public double resumealt
리턴 double

runway 공개적으로 프로퍼티

public bool runway
리턴 bool