C# Class MissionPlanner.Utilities.Update

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
dobeta bool

Public Methods

Method Description
CheckForUpdate ( bool NotifyNoUpdate = false ) : void
DoUpdate ( ) : void
updateCheckMain ( MissionPlanner.Controls.ProgressReporterDialogue frmProgressReporter ) : void

Private Methods

Method Description
CheckMD5 ( MissionPlanner.Controls.ProgressReporterDialogue frmProgressReporter, string url ) : void
DoUpdateWorker_DoWork ( object sender, MissionPlanner.Controls.ProgressWorkerEventArgs e, object passdata = null ) : void
GetNewFile ( MissionPlanner.Controls.ProgressReporterDialogue frmProgressReporter, string baseurl, string subdir, string file ) : void
MD5File ( string filename, string hash ) : bool
updateCheck ( MissionPlanner.Controls.ProgressReporterDialogue frmProgressReporter, string baseurl, string subdir ) : bool

Method Details

CheckForUpdate() public static method

public static CheckForUpdate ( bool NotifyNoUpdate = false ) : void
NotifyNoUpdate bool
return void

DoUpdate() public static method

public static DoUpdate ( ) : void
return void

updateCheckMain() public static method

public static updateCheckMain ( MissionPlanner.Controls.ProgressReporterDialogue frmProgressReporter ) : void
frmProgressReporter MissionPlanner.Controls.ProgressReporterDialogue
return void

Property Details

dobeta public_oe static_oe property

public static bool dobeta
return bool