C# 클래스 MissionPlanner.Common

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
LoadingBox ( string title, string promptText ) : Form
MessageShowAgain ( string title, string promptText ) : DialogResult
getFilefromNet ( string url, string saveto ) : bool
getMAVMarker ( MAVState MAV ) : GMap.NET.WindowsForms.GMapMarker
getModesList ( CurrentState cs ) : string>>.List
speechConversion ( string input ) : string

비공개 메소드들

메소드 설명
chk_CheckStateChanged ( object sender, EventArgs e ) : void

메소드 상세

LoadingBox() 공개 정적인 메소드

public static LoadingBox ( string title, string promptText ) : Form
title string
promptText string
리턴 System.Windows.Forms.Form

MessageShowAgain() 공개 정적인 메소드

public static MessageShowAgain ( string title, string promptText ) : DialogResult
title string
promptText string
리턴 DialogResult

getFilefromNet() 공개 정적인 메소드

public static getFilefromNet ( string url, string saveto ) : bool
url string
saveto string
리턴 bool

getMAVMarker() 공개 정적인 메소드

public static getMAVMarker ( MAVState MAV ) : GMap.NET.WindowsForms.GMapMarker
MAV MAVState
리턴 GMap.NET.WindowsForms.GMapMarker

getModesList() 공개 정적인 메소드

public static getModesList ( CurrentState cs ) : string>>.List
cs CurrentState
리턴 string>>.List

speechConversion() 공개 정적인 메소드

public static speechConversion ( string input ) : string
input string
리턴 string