实例介绍
MissionPlanner地面站源代码,可以直接编译 可以自己编译
【实例截图】
【核心代码】
MissionPlanner-master
└── MissionPlanner-master
├── acsimplepids.xml
├── adb.exe
├── AdbWinApi.dll
├── AeroSimRCAPMHil.zip
├── aircraft
│ ├── arducopter
│ │ ├── arducopter.jpg
│ │ ├── arducopter-set.xml
│ │ ├── arducopter.xml
│ │ ├── data
│ │ │ ├── arducopter_half_step.txt
│ │ │ ├── arducopter_step.txt
│ │ │ └── rw_generic_pylon.ac
│ │ ├── Engines
│ │ │ ├── a2830-12.xml
│ │ │ └── prop10x4.5.xml
│ │ ├── initfile.xml
│ │ ├── Models
│ │ │ ├── arducopter.ac
│ │ │ ├── arducopter.xml
│ │ │ ├── plus_quad2.ac
│ │ │ ├── plus_quad2.xml
│ │ │ ├── plus_quad.ac
│ │ │ ├── quad.3ds
│ │ │ ├── shareware_output.3ds
│ │ │ ├── Untitled.ac
│ │ │ └── Y6_test.ac
│ │ ├── plus_quad2-set.xml
│ │ ├── plus_quad2.xml
│ │ ├── quad.nas
│ │ └── README
│ ├── placeholder.txt
│ └── Rascal
│ ├── Dialogs
│ │ └── config.xml
│ ├── Engines
│ │ ├── 18x8.xml
│ │ └── Zenoah_G-26A.xml
│ ├── Models
│ │ ├── Rascal110-000-013.ac
│ │ ├── Rascal110.xml
│ │ ├── Rascal.rgb
│ │ ├── smoke.png
│ │ ├── smokeW.xml
│ │ ├── Trajectory-Marker.ac
│ │ └── Trajectory-Marker.xml
│ ├── Rascal110-JSBSim-set.xml
│ ├── Rascal110-JSBSim.xml
│ ├── Rascal110-splash.rgb
│ ├── Rascal-keyboard.xml
│ ├── Rascal-submodels.xml
│ ├── Rascal.xml
│ ├── README.Rascal
│ ├── reset_CMAC.xml
│ ├── Systems
│ │ ├── 110-autopilot.xml
│ │ ├── airdata.nas
│ │ ├── electrical.xml
│ │ ├── main.nas
│ │ └── ugear.nas
│ └── thumbnail.jpg
├── aircraft.xml
├── airports.csv
├── Antenna
│ ├── ArduTracker.cs
│ ├── DegreeTracker.cs
│ ├── ITrackerOutput.cs
│ ├── Maestro.cs
│ ├── Tracker.ar.resx
│ ├── Tracker.az-Latn-AZ.resx
│ ├── Tracker.cs
│ ├── Tracker.de-DE.resx
│ ├── Tracker.Designer.cs
│ ├── Tracker.fr.resx
│ ├── Tracker.id-ID.resx
│ ├── Tracker.it-IT.resx
│ ├── Tracker.ko-KR.resx
│ ├── Tracker.pt.resx
│ ├── Tracker.resx
│ ├── Tracker.zh-Hans.resx
│ ├── Tracker.zh-Hant.resx
│ └── Tracker.zh-TW.resx
├── aot.sh
├── APMPlannerXplanes
│ ├── APMPlannerXplanes
│ │ ├── AircraftUtils.cpp
│ │ ├── AircraftUtils.h
│ │ ├── APMPlannerXplanes.cpp
│ │ ├── APMPlannerXplanes.h
│ │ ├── APMPlannerXplanes.vcxproj
│ │ ├── APMPlannerXplanes.vcxproj.filters
│ │ ├── AssemblyInfo.cpp
│ │ ├── ReadMe.txt
│ │ └── resource.h
│ └── APMPlannerXplanes.sln
├── app.config
├── appveyor.yml
├── appxmanifest.xml
├── ArduCopterConfig.xml
├── arducopter-xplane.zip
├── block_plane_0.dae
├── build.bat
├── build - Clean.bat
├── camerasBuiltin.xml
├── ChangeLog.txt
├── checklistDefault.xml
├── CodeGen.cs
├── Common.cs
├── Comms
│ └── CommsSerialScan.cs
├── compile1.jpg
├── ConnectionOptions.ar.resx
├── ConnectionOptions.az-Latn-AZ.resx
├── ConnectionOptions.cs
├── ConnectionOptions.Designer.cs
├── ConnectionOptions.id-ID.resx
├── ConnectionOptions.ko-KR.resx
├── ConnectionOptions.pt.resx
├── ConnectionOptions.resx
├── ConnectionOptions.zh-Hans.resx
├── Controls
│ ├── AuthKeys.cs
│ ├── AuthKeys.Designer.cs
│ ├── AuthKeys.resx
│ ├── ConnectionControl.ar.resx
│ ├── ConnectionControl.az-Latn-AZ.resx
│ ├── ConnectionControl.cs
│ ├── ConnectionControl.Designer.cs
│ ├── ConnectionControl.id-ID.resx
│ ├── ConnectionControl.ja-JP.resx
│ ├── ConnectionControl.ko-KR.resx
│ ├── ConnectionControl.pt.resx
│ ├── ConnectionControl.resx
│ ├── ConnectionControl.zh-Hans.resx
│ ├── ConnectionStats.ar.resx
│ ├── ConnectionStats.az-Latn-AZ.resx
│ ├── ConnectionStats.cs
│ ├── ConnectionStats.Designer.cs
│ ├── ConnectionStats.id-ID.resx
│ ├── ConnectionStats.ja-JP.resx
│ ├── ConnectionStats.ko-KR.resx
│ ├── ConnectionStats.pt.resx
│ ├── ConnectionStats.resx
│ ├── ConnectionStats.zh-Hans.resx
│ ├── ControlSensorsStatus.cs
│ ├── ControlSensorsStatus.Designer.cs
│ ├── ControlSensorsStatus.resx
│ ├── ControlTest.cs
│ ├── ControlTest.Designer.cs
│ ├── ControlTest.resx
│ ├── DefaultSettings.ar.resx
│ ├── DefaultSettings.az-Latn-AZ.resx
│ ├── DefaultSettings.cs
│ ├── DefaultSettings.Designer.cs
│ ├── DefaultSettings.id-ID.resx
│ ├── DefaultSettings.ja-JP.resx
│ ├── DefaultSettings.ko-KR.resx
│ ├── DefaultSettings.pt.resx
│ ├── DefaultSettings.resx
│ ├── DefaultSettings.zh-Hans.resx
│ ├── DistanceBar.cs
│ ├── DistanceBar.Designer.cs
│ ├── DistanceBar.resx
│ ├── EKFStatus.cs
│ ├── EKFStatus.Designer.cs
│ ├── EKFStatus.resx
│ ├── Icon
│ │ ├── Icon.cs
│ │ └── Polygon.cs
│ ├── Loading.cs
│ ├── Loading.Designer.cs
│ ├── Loading.resx
│ ├── LogAnalyzer.cs
│ ├── LogAnalyzer.Designer.cs
│ ├── LogAnalyzer.resx
│ ├── MavlinkCheckBoxBitMask.cs
│ ├── MavlinkCheckBoxBitMask.resx
│ ├── MavlinkCheckBox.cs
│ ├── MavlinkComboBox.cs
│ ├── MavlinkNumericUpDown.cs
│ ├── MAVLinkParamChanged.cs
│ ├── ModifyandSet.ar.resx
│ ├── ModifyandSet.az-Latn-AZ.resx
│ ├── ModifyandSet.cs
│ ├── ModifyandSet.Designer.cs
│ ├── ModifyandSet.id-ID.resx
│ ├── ModifyandSet.ja-JP.resx
│ ├── ModifyandSet.ko-KR.resx
│ ├── ModifyandSet.pt.resx
│ ├── ModifyandSet.resx
│ ├── MyDataGridView.cs
│ ├── PreFlight
│ │ ├── CheckListControl.cs
│ │ ├── CheckListControl.Designer.cs
│ │ ├── CheckListEditor.cs
│ │ ├── CheckListEditor.Designer.cs
│ │ ├── CheckListEditor.resx
│ │ ├── CheckListInput.cs
│ │ ├── CheckListInput.resx
│ │ └── CheckListItem.cs
│ ├── ServoOptions.ar.resx
│ ├── ServoOptions.az-Latn-AZ.resx
│ ├── ServoOptions.cs
│ ├── ServoOptions.Designer.cs
│ ├── ServoOptions.id-ID.resx
│ ├── ServoOptions.ja-JP.resx
│ ├── ServoOptions.ko-KR.resx
│ ├── ServoOptions.pt.resx
│ ├── ServoOptions.resx
│ ├── ServoOptions.zh-Hans.resx
│ ├── SITL.cs
│ ├── SITL.Designer.cs
│ ├── SITL.resx
│ ├── ThemeColors.ar.resx
│ ├── ThemeColors.az-Latn-AZ.resx
│ ├── ThemeColors.cs
│ ├── ThemeColors.Designer.cs
│ ├── ThemeColors.id-ID.resx
│ ├── ThemeColors.ja-JP.resx
│ ├── ThemeColors.ko-KR.resx
│ ├── ThemeColors.pt.resx
│ ├── ThemeColors.resx
│ ├── ThemeColors.zh-Hans.resx
│ ├── ToolStripConnectionControl.cs
│ ├── Vibration.cs
│ ├── Vibration.Designer.cs
│ ├── Vibration.resx
│ ├── Video.cs
│ ├── Video.Designer.cs
│ ├── Video.resx
│ └── Waypoints
│ └── Spline2.cs
├── COPYING.txt
├── CurrentState.cs
├── dataflashlog.xml
├── DLLs
│ ├── fftpack_lite.dll
│ ├── lapack_lite.dll
│ ├── mtrand.dll
│ ├── ndarray.dll
│ ├── NpyAccessLib.dll
│ └── NumpyDotNet.dll
├── Drivers
│ ├── arduinomega2560.cat
│ ├── ArduinoMEGA2560.inf
│ ├── cube.cat
│ ├── Cube.inf
│ ├── DPInstx64.exe
│ ├── DPInstx86.exe
│ ├── dpinst.xml
│ ├── mindpx.cat
│ ├── mindpx.inf
│ ├── px4flow.cat
│ ├── px4flow.inf
│ ├── px4fmu.cat
│ ├── px4fmu.inf
│ ├── px4mav.cat
│ ├── px4mav.inf
│ ├── signed.cer
│ ├── ubloxusb64.sys
│ ├── ubloxusb.cat
│ ├── ubloxusb.inf
│ ├── ubloxusb.sys
│ ├── vrbrain.cat
│ ├── vrbrain.inf
│ ├── vrcore.inf
│ ├── vrflightstop.cat
│ ├── vrflightstop.inf
│ ├── vrgimbal.inf
│ ├── vrhero.cat
│ ├── vrhero.inf
│ ├── vrmapper.inf
│ ├── vrspark.inf
│ ├── vrthermal.cat
│ ├── vrthermal.inf
│ ├── vrubrain.cat
│ ├── vrubrain.inf
│ ├── vrugimbal.cat
│ └── vrugimbal.inf
├── ElevationProfile.cs
├── ElevationProfile.Designer.cs
├── ElevationProfile.resx
├── ExtLibs
│ ├── AltitudeAngelWings
│ │ ├── AltitudeAngelWings.csproj
│ │ ├── ApiClient
│ │ │ ├── Client
│ │ │ │ ├── AltitudeAngelClient.cs
│ │ │ │ ├── AltitudeAngelHttpHandlerFactory.cs
│ │ │ │ ├── ApiOAuthClientHandler.cs
│ │ │ │ ├── ClientHandlerInfo.cs
│ │ │ │ ├── Extensions.cs
│ │ │ │ └── IAuthorizeCodeProvider.cs
│ │ │ ├── CodeProvider
│ │ │ │ └── WpfAuthorizeDisplay.cs
│ │ │ └── Models
│ │ │ ├── AAFeatureCollection.cs
│ │ │ ├── AircraftInfo.cs
│ │ │ ├── Altitude.cs
│ │ │ ├── AltitudeDatum.cs
│ │ │ ├── BoundingLatLong.cs
│ │ │ ├── FlightInfo.cs
│ │ │ ├── LatLong.cs
│ │ │ ├── ReportRequest.cs
│ │ │ ├── UnitOfMeasure.cs
│ │ │ ├── UserProfileInfo.cs
│ │ │ └── WeatherInfo.cs
│ │ ├── App.config
│ │ ├── CollectionExtensions.cs
│ │ ├── Commands
│ │ │ └── DelegateCommand.cs
│ │ ├── DrawingExtensions.cs
│ │ ├── Extra
│ │ │ ├── ColorInfo.cs
│ │ │ ├── IMap.cs
│ │ │ ├── IMissionPlanner.cs
│ │ │ ├── IMissionPlannerState.cs
│ │ │ └── IOverlay.cs
│ │ ├── IsolatedPluginMain.cs
│ │ ├── MissionPlannerInterfaces.cs
│ │ ├── Models
│ │ │ ├── FlightData.cs
│ │ │ ├── FlightDataPosition.cs
│ │ │ └── Message.cs
│ │ ├── Modules
│ │ │ └── CoreModule.cs
│ │ ├── mykey.snk
│ │ ├── ObservableProperty.cs
│ │ ├── packages.config
│ │ ├── PluginMain.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ReactiveExtensions.cs
│ │ ├── Resources
│ │ │ └── Common.xaml
│ │ ├── Service
│ │ │ ├── AltitudeAngelService.cs
│ │ │ ├── FlightData
│ │ │ │ ├── FlightDataService.cs
│ │ │ │ └── Providers
│ │ │ │ ├── IFlightDataProvider.cs
│ │ │ │ └── MissionPlannerFlightDataProvider.cs
│ │ │ ├── Logging
│ │ │ │ ├── ILogger.cs
│ │ │ │ └── Logger.cs
│ │ │ └── Messaging
│ │ │ ├── IMessagesService.cs
│ │ │ └── MessagesService.cs
│ │ ├── UserInterfaceMain.cs
│ │ ├── ViewModels
│ │ │ ├── MainViewModel.cs
│ │ │ ├── MessagesViewModel.cs
│ │ │ └── WeatherReportViewModel.cs
│ │ ├── Views
│ │ │ ├── IView.cs
│ │ │ ├── MainView.xaml
│ │ │ ├── MainView.xaml.cs
│ │ │ ├── MessagesView.xaml
│ │ │ └── MessagesView.xaml.cs
│ │ └── WpfExtensions.cs
│ ├── Arduino
│ │ ├── Arduino.csproj
│ │ ├── ArduinoSTK.cs
│ │ ├── ArduinoSTKv2.cs
│ │ ├── IArduinoComms.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── AStar.dll
│ ├── AviFile
│ │ ├── AssemblyInfo.cs
│ │ ├── AudioStream.cs
│ │ ├── Avi.cs
│ │ ├── AviFile.csproj
│ │ ├── AviManager.cs
│ │ ├── AviPlayer.cs
│ │ ├── AviStream.cs
│ │ ├── EditableVideoStream.cs
│ │ ├── sn.snk
│ │ ├── UpgradeLog.XML
│ │ └── VideoStream.cs
│ ├── BaseClasses
│ │ ├── BaseClasses.cs
│ │ ├── BaseClasses.csproj
│ │ ├── BaseClassesNET.snk
│ │ ├── DirectShow.cs
│ │ └── DSHelper.cs
│ ├── BSE.Windows.Forms
│ │ ├── BSE.Windows.Forms.csproj
│ │ ├── ProgressBar
│ │ │ ├── ProgressBar.cs
│ │ │ ├── ProgressBar.Designer.cs
│ │ │ └── ToolStripProgressBar.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Renderer
│ │ │ ├── BseColorTable.cs
│ │ │ ├── BseRenderer.cs
│ │ │ ├── ColorTableBlack.cs
│ │ │ ├── ColorTableBlue.cs
│ │ │ ├── Office2007BlackColorTable.cs
│ │ │ ├── Office2007BlueColorTable.cs
│ │ │ ├── Office2007Renderer.cs
│ │ │ ├── Office2007SilverColorTable.cs
│ │ │ ├── OfficeColorTable.cs
│ │ │ └── ProfessionalColorTable.cs
│ │ ├── Resources
│ │ │ ├── ChevronDown.png
│ │ │ ├── ChevronLeft.png
│ │ │ ├── ChevronRight.png
│ │ │ ├── ChevronUp.png
│ │ │ ├── closePanel.png
│ │ │ ├── Collapse_h.jpg
│ │ │ ├── Collapse.jpg
│ │ │ ├── Expand_h.jpg
│ │ │ ├── Expand.jpg
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── sn.snk
│ │ ├── Splitter
│ │ │ ├── Splitter.cs
│ │ │ └── Splitter.Designer.cs
│ │ └── XPander
│ │ ├── BasePanel.cs
│ │ ├── CaptionStyle.cs
│ │ ├── ColorSchemeChangeEventArgs.cs
│ │ ├── ColorScheme.cs
│ │ ├── Constants.cs
│ │ ├── CustomColors.cs
│ │ ├── CustomPanelColors.cs
│ │ ├── CustomXPanderPanelColors.cs
│ │ ├── DisplayInformation.cs
│ │ ├── HoverStateChangeEventArgs.cs
│ │ ├── HoverState.cs
│ │ ├── IPanel.cs
│ │ ├── PanelColorsBlack.cs
│ │ ├── PanelColorsBlue.cs
│ │ ├── PanelColorsBse.cs
│ │ ├── PanelColors.cs
│ │ ├── PanelColorsOffice2007Black.cs
│ │ ├── PanelColorsOffice2007Blue.cs
│ │ ├── PanelColorsOffice2007Silver.cs
│ │ ├── PanelColorsOffice.cs
│ │ ├── PanelColorsRed.cs
│ │ ├── Panel.cs
│ │ ├── Panel.Designer.cs
│ │ ├── Panel.resx
│ │ ├── PanelSettingsManager.cs
│ │ ├── PanelStyleChangeEventArgs.cs
│ │ ├── PanelStyle.cs
│ │ ├── UseAntiAlias.cs
│ │ ├── UseClearTypeGridFit.cs
│ │ ├── XPanderPanel.cs
│ │ ├── XPanderPanel.Designer.cs
│ │ ├── XPanderPanelList.cs
│ │ ├── XPanderPanelList.Designer.cs
│ │ ├── XPanderPanelList.resx
│ │ ├── XPanderPanel.resx
│ │ └── XPanderStateChangeEventArgs.cs
│ ├── Comms
│ │ ├── CommsBase.cs
│ │ ├── CommsFile.cs
│ │ ├── CommsNTRIP.cs
│ │ ├── CommsSerialPipe.cs
│ │ ├── CommsSerialPort.cs
│ │ ├── CommsTCPSerial.cs
│ │ ├── CommsUDPSerialConnect.cs
│ │ ├── CommsUdpSerial.cs
│ │ ├── ICommsSerial.cs
│ │ ├── MissionPlanner.Comms.csproj
│ │ ├── mykey.snk
│ │ ├── readme.txt
│ │ └── SerialTest.cs
│ ├── Controls
│ │ ├── AGauge.cs
│ │ ├── AGauge.resx
│ │ ├── BackstageView
│ │ │ ├── BackstageViewButton.cs
│ │ │ ├── BackstageViewCollection.cs
│ │ │ ├── BackstageView.cs
│ │ │ ├── BackstageView.Designer.cs
│ │ │ ├── BackStageViewMenuPanel.cs
│ │ │ ├── BackstageViewPage.cs
│ │ │ └── BackstageView.resx
│ │ ├── ControlExt.cs
│ │ ├── ControlHelpers.cs
│ │ ├── Coords.cs
│ │ ├── Coords.Designer.cs
│ │ ├── Coords.resx
│ │ ├── CustomMessageBox.cs
│ │ ├── FileBrowse.cs
│ │ ├── FileBrowse.Designer.cs
│ │ ├── FileBrowse.resx
│ │ ├── FlashMessage.cs
│ │ ├── FlashMessage.designer.cs
│ │ ├── FlashMessage.resx
│ │ ├── GradientBG.cs
│ │ ├── GradientBG.Designer.cs
│ │ ├── GradientBG.resx
│ │ ├── HorizontalProgressBar2.cs
│ │ ├── HorizontalProgressBar.cs
│ │ ├── HSI.cs
│ │ ├── HSI.Designer.cs
│ │ ├── HSI.resx
│ │ ├── HUD.cs
│ │ ├── HUDT.Designer.cs
│ │ ├── HUDT.resx
│ │ ├── HUDT.zh-Hans.resx
│ │ ├── IActivate.cs
│ │ ├── IDynamicParameterControl.cs
│ │ ├── ImageLabel.cs
│ │ ├── ImageLabel.Designer.cs
│ │ ├── ImageLabel.resx
│ │ ├── InputBox.cs
│ │ ├── IProgressReporterDialogue.cs
│ │ ├── LabelWithPseudoOpacity.cs
│ │ ├── LineSeparator.cs
│ │ ├── MainSwitcher.cs
│ │ ├── MissionPlanner.Controls.csproj
│ │ ├── MyButton.cs
│ │ ├── myGMAP.cs
│ │ ├── mykey.snk
│ │ ├── MyLabel.cs
│ │ ├── MyProgressBar.cs
│ │ ├── MyProgressBar.Designer.cs
│ │ ├── MyProgressBar.resx
│ │ ├── MyTrackBar.cs
│ │ ├── MyUserControl.cs
│ │ ├── OptionForm.cs
│ │ ├── OptionForm.Designer.cs
│ │ ├── OptionForm.resx
│ │ ├── PictureBoxMouseOver.cs
│ │ ├── PictureBoxWithPseudoOpacity.cs
│ │ ├── ProgressReporterDialogue.cs
│ │ ├── ProgressReporterDialogue.designer.cs
│ │ ├── ProgressReporterDialogue.resx
│ │ ├── ProgressReporterDialogue.zh-Hans.resx
│ │ ├── ProgressReporterSphere.cs
│ │ ├── ProgressReporterSphere.resx
│ │ ├── ProgressReporterSphere.zh-Hans.resx
│ │ ├── ProgressStep.cs
│ │ ├── ProgressStep.Designer.cs
│ │ ├── ProgressStep.resx
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── PseudoOpacityHelper.cs
│ │ ├── QuickView.cs
│ │ ├── QuickView.Designer.cs
│ │ ├── QuickView.resx
│ │ ├── RadialGradientBG.cs
│ │ ├── RadialGradientBG.Designer.cs
│ │ ├── RadialGradientBG.resx
│ │ ├── RangeControl.cs
│ │ ├── RangeControl.Designer.cs
│ │ ├── RangeControl.resx
│ │ ├── readme.txt
│ │ ├── Resources
│ │ │ ├── guagebg.jpg
│ │ │ ├── iconWarning32.png
│ │ │ └── iconWarning48.png
│ │ ├── Sphere.cs
│ │ ├── ValuesControl.cs
│ │ ├── ValuesControl.Designer.cs
│ │ ├── ValuesControl.resx
│ │ ├── VerticalProgressBar2.cs
│ │ ├── VerticalProgressBar.cs
│ │ ├── WindDir.cs
│ │ ├── WindDir.Designer.cs
│ │ └── WindDir.resx
│ ├── Core
│ │ ├── CommonObjects
│ │ │ └── IdNameColorItem.cs
│ │ ├── Core.csproj
│ │ ├── Events.cs
│ │ ├── ExtendedObjects
│ │ │ └── EventList.cs
│ │ ├── FileHandling
│ │ │ └── LoadSave.cs
│ │ ├── Geometry
│ │ │ ├── AShapeE.cs
│ │ │ ├── Calc.cs
│ │ │ ├── IntervalE.cs
│ │ │ ├── Point3D.cs
│ │ │ ├── PointE.cs
│ │ │ ├── RectangleE.cs
│ │ │ └── SizeE.cs
│ │ ├── mykey.pfx
│ │ ├── mykey.snk
│ │ ├── Utils
│ │ │ ├── ColorUtils.cs
│ │ │ ├── MathUtils.cs
│ │ │ ├── MiscUtils.cs
│ │ │ └── StringUtils.cs
│ │ └── Xml
│ │ ├── AXmlHandler.cs
│ │ ├── XmlDictionary.cs
│ │ ├── XmlIdDictionary.cs
│ │ ├── XmlItem.cs
│ │ ├── XmlList.cs
│ │ ├── XmlSerializer.cs
│ │ └── XmlTypeAssociator.cs
│ ├── CoreCompat.System.Drawing.dll
│ ├── CsAssortedWidgets
│ │ ├── AssortedWidgets.cd
│ │ ├── AssortedWidgets.pidb
│ │ ├── CsAssortedWidgets.csproj
│ │ ├── Events
│ │ │ ├── Event.cs
│ │ │ └── MouseEvent.cs
│ │ ├── GLFont
│ │ │ └── Text.cs
│ │ ├── Graphics
│ │ │ ├── IndexStream.cs
│ │ │ ├── Mesh.cs
│ │ │ ├── SubImage.cs
│ │ │ ├── TColor.cs
│ │ │ ├── textures.cs
│ │ │ └── VectorStream.cs
│ │ ├── Layouts
│ │ │ ├── BorderLayout.cs
│ │ │ ├── FlowLayout.cs
│ │ │ ├── GirdLayout.cs
│ │ │ └── Layout.cs
│ │ ├── Managers
│ │ │ ├── DialogManager.cs
│ │ │ ├── DragManager.cs
│ │ │ └── DropListManager.cs
│ │ ├── Math3D
│ │ │ ├── Matrix4f.cs
│ │ │ ├── Vector2f.cs
│ │ │ ├── Vector3f.cs
│ │ │ └── Vector4f.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── arrow-transfer.png
│ │ │ └── move_all.cur
│ │ ├── Test
│ │ │ ├── CheckNRadioTestDialog.cs
│ │ │ ├── DialogTestDialog.cs
│ │ │ ├── MultipleLayoutTestDialog.cs
│ │ │ ├── ProgressNSliderTestDialog.cs
│ │ │ ├── ScrollPanelTestDialog.cs
│ │ │ └── TextNDropTestDialog.cs
│ │ ├── Themes
│ │ │ ├── DefaultTheme.cs
│ │ │ └── Theme.cs
│ │ ├── UI.cs
│ │ ├── Util
│ │ │ ├── BoundingBox.cs
│ │ │ ├── Position.cs
│ │ │ └── Size.cs
│ │ └── Widgets
│ │ ├── buttons.cs
│ │ ├── Component.cs
│ │ ├── Container.cs
│ │ ├── dialogs.cs
│ │ ├── DragAble.cs
│ │ ├── drop_list.cs
│ │ ├── IElement.cs
│ │ ├── Label.cs
│ │ ├── Menus.cs
│ │ ├── Panel.cs
│ │ ├── ProgressBar.cs
│ │ ├── Scrolls.cs
│ │ ├── sliders.cs
│ │ └── Spacer.cs
│ ├── DirectShowLib-2005.dll
│ ├── ExtGuided
│ │ ├── app.config
│ │ ├── ExtGuided.csproj
│ │ ├── ExtGuidedPlugin.cs
│ │ ├── FilePick.cs
│ │ ├── FilePick.Designer.cs
│ │ └── FilePick.resx
│ ├── GDAL
│ │ ├── GdalConfiguration.cs
│ │ ├── GDAL.cs
│ │ ├── GDAL.NET.csproj
│ │ ├── GDALProvider.cs
│ │ └── mykey.snk
│ ├── GeoUtility
│ │ ├── BuildProcessTemplates
│ │ │ ├── DefaultTemplate.11.1.xaml
│ │ │ ├── LabDefaultTemplate.11.xaml
│ │ │ └── UpgradeTemplate.xaml
│ │ ├── ErrorProvider
│ │ │ └── ErrorProvider.cs
│ │ ├── GeoSystem
│ │ │ ├── Base
│ │ │ │ ├── BaseSystem.cs
│ │ │ │ └── Geocentric.cs
│ │ │ ├── GaussKrueger.cs
│ │ │ ├── Geographic.cs
│ │ │ ├── Helper
│ │ │ │ ├── GeoDatum.cs
│ │ │ │ ├── GeoPoint.cs
│ │ │ │ ├── GeoRect.cs
│ │ │ │ └── Sexagesimal.cs
│ │ │ ├── MapService
│ │ │ │ ├── Cache.cs
│ │ │ │ ├── Images.cs
│ │ │ │ └── Info.cs
│ │ │ ├── MapService.cs
│ │ │ ├── MGRS.cs
│ │ │ └── UTM.cs
│ │ ├── GeoUtility.cs
│ │ ├── GeoUtility.csproj
│ │ ├── GeoutilityMobile.csproj
│ │ ├── GeoutilityMobile.sln
│ │ ├── GeoUtility.sln
│ │ ├── License.txt
│ │ ├── Lizenz.txt
│ │ ├── Localizer
│ │ │ └── Localizer.cs
│ │ ├── mykey.snk
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ ├── earthpointer.ico
│ │ │ └── global.ico
│ │ └── Transformation
│ │ ├── Conversion.cs
│ │ ├── Definition.cs
│ │ ├── GKPOD.cs
│ │ ├── MapDimension.cs
│ │ ├── MapInternal.cs
│ │ ├── MapMove.cs
│ │ ├── MGRUTM.cs
│ │ ├── PODWGS.cs
│ │ ├── UTMMGR.cs
│ │ ├── UTMWGS.cs
│ │ ├── WGSGK.cs
│ │ ├── WGSIMAP.cs
│ │ ├── WGSPixel.cs
│ │ ├── WGSPOD.cs
│ │ └── WGSUTM.cs
│ ├── GLControl
│ │ ├── CarbonGLControl.cs
│ │ ├── DummyGLControl.cs
│ │ ├── GLControl.cs
│ │ ├── GLControl.Designer.cs
│ │ ├── GLControlFactory.cs
│ │ ├── GLControl.resx
│ │ ├── IGLControl.cs
│ │ ├── OpenTK.GLControl.csproj
│ │ ├── OpenTK.GLControl.xml
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── sn.snk
│ │ ├── WinGLControl.cs
│ │ └── X11GLControl.cs
│ ├── GMap.NET.Core
│ │ ├── GMap.NET
│ │ │ ├── AccessMode.cs
│ │ │ ├── Delegates.cs
│ │ │ ├── DirectionsProvider.cs
│ │ │ ├── Extensions.cs
│ │ │ ├── GDirections.cs
│ │ │ ├── GeocodingProvider.cs
│ │ │ ├── GMaps.cs
│ │ │ ├── GPoint.cs
│ │ │ ├── GpsLog.cs
│ │ │ ├── gpx.cs
│ │ │ ├── GRect.cs
│ │ │ ├── GSize.cs
│ │ │ ├── Interface.cs
│ │ │ ├── LanguageType.cs
│ │ │ ├── MapRoute.cs
│ │ │ ├── MapType.cs
│ │ │ ├── MouseWheelZoomType.cs
│ │ │ ├── Placemark.cs
│ │ │ ├── PointLatLng.cs
│ │ │ ├── PureImageCache.cs
│ │ │ ├── PureProjection.cs
│ │ │ ├── RectLatLng.cs
│ │ │ ├── RenderMode.cs
│ │ │ ├── RoutingProvider.cs
│ │ │ ├── Singleton.cs
│ │ │ ├── SizeLatLng.cs
│ │ │ └── StatusCodes.cs
│ │ ├── GMap.NET.CacheProviders
│ │ │ ├── MemoryCache.cs
│ │ │ ├── MSSQLCEPureImageCache.cs
│ │ │ ├── MSSQLPureImageCache.cs
│ │ │ ├── MySQLPureImageCache.cs
│ │ │ ├── PostgreSQLPureImageCache.cs
│ │ │ └── SQLitePureImageCache.cs
│ │ ├── GMap.NET.Core.csproj
│ │ ├── GMap.NET.Internals
│ │ │ ├── Cache.cs
│ │ │ ├── CacheQueueItem.cs
│ │ │ ├── Core.cs
│ │ │ ├── DrawTile.cs
│ │ │ ├── FastReaderWriterLock.cs
│ │ │ ├── FastResourceLock.cs
│ │ │ ├── KiberTileCache.cs
│ │ │ ├── LoadTask.cs
│ │ │ ├── PureImage.cs
│ │ │ ├── RawTile.cs
│ │ │ ├── SocksProxySocket
│ │ │ │ ├── AuthMethod.cs
│ │ │ │ ├── AuthNone.cs
│ │ │ │ ├── AuthUserPass.cs
│ │ │ │ ├── IAsyncProxyResult.cs
│ │ │ │ ├── ProxyException.cs
│ │ │ │ ├── ProxySocket.cs
│ │ │ │ ├── Socks4Handler.cs
│ │ │ │ ├── Socks5Handler.cs
│ │ │ │ ├── SocksHandler.cs
│ │ │ │ └── SocksHttpWebRequest.cs
│ │ │ ├── Stuff.cs
│ │ │ ├── Tile.cs
│ │ │ ├── TileHttpHost.cs
│ │ │ └── TileMatrix.cs
│ │ ├── GMap.NET.MapProviders
│ │ │ ├── AMap
│ │ │ │ ├── AMapProvider.cs
│ │ │ │ └── AMapSateliteProvider.cs
│ │ │ ├── ArcGIS
│ │ │ │ ├── ArcGIS_DarbAE_Q2_2011_NAVTQ_Eng_V5_MapProvider.cs
│ │ │ │ ├── ArcGIS_Imagery_World_2D_MapProvider.cs
│ │ │ │ ├── ArcGIS_ShadedRelief_World_2D_MapProvider.cs
│ │ │ │ ├── ArcGIS_StreetMap_World_2D_MapProvider.cs
│ │ │ │ ├── ArcGIS_Topo_US_2D_MapProvider.cs
│ │ │ │ ├── ArcGIS_World_Physical_MapProvider.cs
│ │ │ │ ├── ArcGIS_World_Shaded_Relief_MapProvider.cs
│ │ │ │ ├── ArcGIS_World_Street_MapProvider.cs
│ │ │ │ ├── ArcGIS_World_Terrain_Base_MapProvider.cs
│ │ │ │ └── ArcGIS_World_Topo_MapProvider.cs
│ │ │ ├── Bing
│ │ │ │ ├── BingHybridMapProvider.cs
│ │ │ │ ├── BingMapProvider.cs
│ │ │ │ └── BingSatelliteMapProvider.cs
│ │ │ ├── Czech
│ │ │ │ ├── CzechHistoryMapProvider.cs
│ │ │ │ ├── CzechHybridMapProvider.cs
│ │ │ │ ├── CzechMapProvider.cs
│ │ │ │ ├── CzechSatelliteMapProvider.cs
│ │ │ │ └── CzechTuristMapProvider.cs
│ │ │ ├── Etc
│ │ │ │ ├── CloudMadeMapProvider.cs
│ │ │ │ ├── LatviaMapProvider.cs
│ │ │ │ ├── MapBenderWMSProvider.cs
│ │ │ │ ├── SpainMapProvider.cs
│ │ │ │ ├── TurkeyMapProvider.cs
│ │ │ │ └── WikiMapiaMapProvider.cs
│ │ │ ├── GMapProvider.cs
│ │ │ │ ├── China
│ │ │ │ │ ├── GoogleChinaHybridMapProvider.cs
│ │ │ │ │ ├── GoogleChinaMapProvider.cs
│ │ │ │ │ ├── GoogleChinaSatelliteMapProvider.cs
│ │ │ │ │ └── GoogleChinaTerrainMapProvider.cs
│ │ │ │ ├── GoogleHybridMapProvider.cs
│ │ │ │ ├── GoogleMapProvider.cs
│ │ │ │ ├── GoogleSatelliteMapProvider.cs
│ │ │ │ ├── GoogleTerrainMapProvider.cs
│ │ │ │ └── Korea
│ │ │ │ ├── GoogleKoreaHybridMapProvider.cs
│ │ │ │ ├── GoogleKoreaMapProvider.cs
│ │ │ │ └── GoogleKoreaSatelliteMapProvider.cs
│ │ │ ├── Lithuania
│ │ │ │ ├── Lithuania3dMapProvider.cs
│ │ │ │ ├── LithuaniaHybridMapProvider.cs
│ │ │ │ ├── LithuaniaHybridOldMapProvider.cs
│ │ │ │ ├── LithuaniaMapProvider.cs
│ │ │ │ ├── LithuaniaOrtoFotoMapProvider.cs
│ │ │ │ ├── LithuaniaOrtoFotoOldMapProvider.cs
│ │ │ │ └── LithuaniaTOP50.cs
│ │ │ ├── NearMap
│ │ │ │ ├── NearHybridMapProvider.cs
│ │ │ │ ├── NearMapProvider.cs
│ │ │ │ └── NearSatelliteMapProvider.cs
│ │ │ ├── OpenStreetMap
│ │ │ │ ├── OpenCycleLandscapeMapProvider.cs
│ │ │ │ ├── OpenCycleMapProvider.cs
│ │ │ │ ├── OpenCycleTransportMapProvider.cs
│ │ │ │ ├── OpenSeaMapHybridProvider.cs
│ │ │ │ ├── OpenStreet4UMapProvider.cs
│ │ │ │ ├── OpenStreetMapProvider.cs
│ │ │ │ ├── OpenStreetMapQuestHybridProvider.cs
│ │ │ │ ├── OpenStreetMapQuestProvider.cs
│ │ │ │ ├── OpenStreetMapQuestSatteliteProvider.cs
│ │ │ │ ├── OpenStreetMapSurferProvider.cs
│ │ │ │ ├── OpenStreetMapSurferTerrainProvider.cs
│ │ │ │ └── OpenStreetOsmProvider.cs
│ │ │ ├── Ovi
│ │ │ │ ├── OviHybridMapProvider.cs
│ │ │ │ ├── OviMapProvider.cs
│ │ │ │ ├── OviSatelliteMapProvider.cs
│ │ │ │ └── OviTerrainMapProvider.cs
│ │ │ └── Yandex
│ │ │ ├── YandexHybridMapProvider.cs
│ │ │ ├── YandexMapProvider.cs
│ │ │ └── YandexSatelliteMapProvider.cs
│ │ ├── GMap.NET.Projections
│ │ │ ├── MapsLTProjection.cs
│ │ │ ├── MapsLVProjection.cs
│ │ │ ├── MapyCZProjection.cs
│ │ │ ├── MercatorProjection.cs
│ │ │ ├── MercatorProjectionGCJ.cs
│ │ │ ├── MercatorProjectionYandex.cs
│ │ │ ├── PlateCarreeProjection.cs
│ │ │ ├── PlateCarreeProjectionDarbAe.cs
│ │ │ └── PlateCarreeProjectionPergo.cs
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ ├── blue-dot.png
│ │ │ ├── drag_cross_67_16.png
│ │ │ ├── green-dot.png
│ │ │ ├── marker.png
│ │ │ ├── mm_20_blue.png
│ │ │ ├── mm_20_green.png
│ │ │ ├── mm_20_red.png
│ │ │ ├── mm_20_shadow.png
│ │ │ ├── mm_20_yellow.png
│ │ │ ├── red-dot.png
│ │ │ ├── shadow50.png
│ │ │ ├── Strings.Designer.cs
│ │ │ ├── Strings.resx
│ │ │ ├── Strings.zh-Hans.resx
│ │ │ ├── System.Data.SQLite.x64.NET2.dll.gz
│ │ │ ├── System.Data.SQLite.x64.NET4.dll.gz
│ │ │ ├── System.Data.SQLite.x86.NET2.dll.gz
│ │ │ ├── System.Data.SQLite.x86.NET4.dll.gz
│ │ │ └── yellow-dot.png
│ │ └── sn.snk
│ ├── GMap.NET.WindowsForms
│ │ ├── GMap.NET.ObjectModel
│ │ │ ├── ObservableCollection.cs
│ │ │ └── ObservableCollectionThreadSafe.cs
│ │ ├── GMap.NET.WindowsForms
│ │ │ ├── ColorMatrixs.cs
│ │ │ ├── GMapControl.cs
│ │ │ ├── GMapImage.cs
│ │ │ ├── GMapMarker.cs
│ │ │ ├── GMapOverlay.cs
│ │ │ ├── GMapPolygon.cs
│ │ │ ├── GMapRoute.cs
│ │ │ ├── GMapToolTip.cs
│ │ │ ├── Markers
│ │ │ │ ├── GMarkerCross.cs
│ │ │ │ └── GMarkerGoogle.cs
│ │ │ ├── TilePrefetcher.cs
│ │ │ ├── TilePrefetcher.Designer.cs
│ │ │ ├── TilePrefetcher.resx
│ │ │ └── ToolTips
│ │ │ ├── GMapBaloonToolTip.cs
│ │ │ └── GMapRoundedToolTip.cs
│ │ ├── GMap.NET.WindowsForms.csproj
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Resources
│ │ │ ├── arrow.png
│ │ │ ├── arrowshadow.png
│ │ │ ├── black_small.png
│ │ │ ├── blue-dot.png
│ │ │ ├── blue.png
│ │ │ ├── blue-pushpin.png
│ │ │ ├── blue_small.png
│ │ │ ├── brown_small.png
│ │ │ ├── drag_cross_67_16.png
│ │ │ ├── go-big-green.png
│ │ │ ├── gray_small.png
│ │ │ ├── green-dot.png
│ │ │ ├── green.png
│ │ │ ├── green_small.png
│ │ │ ├── grn-pushpin.png
│ │ │ ├── lightblue.png
│ │ │ ├── ltblue-dot.png
│ │ │ ├── ltblu-pushpin.png
│ │ │ ├── msmarker.shadow.png
│ │ │ ├── orange-dot.png
│ │ │ ├── orange.png
│ │ │ ├── orange_small.png
│ │ │ ├── pause-big-red.png
│ │ │ ├── pink-dot.png
│ │ │ ├── pink.png
│ │ │ ├── pink-pushpin.png
│ │ │ ├── purple-dot.png
│ │ │ ├── purple.png
│ │ │ ├── purple-pushpin.png
│ │ │ ├── purple_small.png
│ │ │ ├── pushpin_shadow.png
│ │ │ ├── red-dot.png
│ │ │ ├── red.png
│ │ │ ├── red-pushpin.png
│ │ │ ├── red_small.png
│ │ │ ├── shadow_small.png
│ │ │ ├── stop-big-red.png
│ │ │ ├── white_small.png
│ │ │ ├── yellow-dot.png
│ │ │ ├── yellow.png
│ │ │ ├── yellow_small.png
│ │ │ └── ylw-pushpin.png
│ │ └── sn.snk
│ ├── GStreamerHud
│ │ ├── GStreamerHud.csproj
│ │ ├── MainForm.cs
│ │ ├── Plugin.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── KMLib
│ │ ├── Abstract
│ │ │ ├── AColorStyle.cs
│ │ │ ├── AContainer.cs
│ │ │ ├── AFeature.cs
│ │ │ ├── AGeometry.cs
│ │ │ ├── ALink.cs
│ │ │ ├── AObject.cs
│ │ │ ├── AOverlay.cs
│ │ │ ├── ASchemaField.cs
│ │ │ ├── AStyleSelector.cs
│ │ │ └── ATimePrimitive.cs
│ │ ├── BoundaryIs.cs
│ │ ├── Coordinates.cs
│ │ ├── CoordManager.cs
│ │ ├── Document.cs
│ │ ├── Feature
│ │ │ ├── Document.cs
│ │ │ ├── Folder.cs
│ │ │ ├── GroundOverlay.cs
│ │ │ ├── NetworkLink.cs
│ │ │ ├── Placemark.cs
│ │ │ └── ScreenOverlay.cs
│ │ ├── Geometry
│ │ │ ├── LinearRing.cs
│ │ │ ├── LineString.cs
│ │ │ ├── Model.cs
│ │ │ ├── MultiGeometry.cs
│ │ │ ├── Point.cs
│ │ │ └── Polygon.cs
│ │ ├── Icon.cs
│ │ ├── kml.cs
│ │ ├── KMLib.csproj
│ │ ├── LatLonAltBox.cs
│ │ ├── Link.cs
│ │ ├── Lod.cs
│ │ ├── LookAt.cs
│ │ ├── Metadata.cs
│ │ ├── mykey.pfx
│ │ ├── mykey.snk
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Region.cs
│ │ ├── Snippet.cs
│ │ ├── Style.cs
│ │ ├── Support
│ │ │ ├── AGeomParent.cs
│ │ │ ├── enums etc.cs
│ │ │ └── Wrappers.cs
│ │ ├── TimeSpan.cs
│ │ └── TimeStamp.cs
│ ├── LibVLC.NET
│ │ ├── AudioTrack.cs
│ │ ├── COPYING
│ │ ├── Instance.cs
│ │ ├── LibVLCException.cs
│ │ ├── LibVLCLibrary.Core.AsynchronousEvents.cs
│ │ ├── LibVLCLibrary.Core.cs
│ │ ├── LibVLCLibrary.Core.ErrorHandling.cs
│ │ ├── LibVLCLibrary.cs
│ │ ├── LibVLCLibrary.Media.cs
│ │ ├── LibVLCLibrary.MediaList.cs
│ │ ├── LibVLCLibrary.MediaPlayer.AudioControls.cs
│ │ ├── LibVLCLibrary.MediaPlayer.cs
│ │ ├── LibVLCLibrary.MediaPlayer.VideoControls.cs
│ │ ├── LibVLC.NET.csproj
│ │ ├── MediaPlayer.cs
│ │ ├── MediaPlayerEvent.cs
│ │ ├── MediaPlayerState.cs
│ │ ├── mykey.snk
│ │ ├── PixelFormat.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SubtitleTrack.cs
│ │ ├── Track.cs
│ │ ├── VideoBuffer.cs
│ │ ├── VideoFormat.cs
│ │ ├── VideoTrack.cs
│ │ └── WeakReference.cs
│ ├── ManagedNativeWifi.Simple
│ │ ├── ManagedNativeWifi.Simple.csproj
│ │ ├── mykey.snk
│ │ ├── NativeWifi.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Mavlink
│ │ ├── MavlinkCRC.cs
│ │ ├── Mavlink.cs
│ │ ├── MAVLink.csproj
│ │ ├── MAVLinkMessage.cs
│ │ ├── MAVLinkParam.cs
│ │ ├── MAVLinkParamList.cs
│ │ ├── MavlinkParse.cs
│ │ ├── MavlinkUtil.cs
│ │ ├── message_definitions
│ │ │ ├── ardupilotmega.xml
│ │ │ ├── common.xml
│ │ │ └── uAvionix.xml
│ │ ├── mykey.snk
│ │ ├── pymavlink
│ │ │ ├── generator
│ │ │ │ ├── __init__.py
│ │ │ │ ├── lib
│ │ │ │ │ ├── genxmlif
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── xmlif4Dom.py
│ │ │ │ │ │ ├── xmlifApi.py
│ │ │ │ │ │ ├── xmlifBase.py
│ │ │ │ │ │ ├── xmlifDom.py
│ │ │ │ │ │ ├── xmlifElementTree.py
│ │ │ │ │ │ ├── xmlifMinidom.py
│ │ │ │ │ │ ├── xmlifODict.py
│ │ │ │ │ │ ├── xmliftest.py
│ │ │ │ │ │ └── xmlifUtils.py
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ └── minixsv
│ │ │ │ │ ├── datatypes.xsd
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── minixsvWrapper.py
│ │ │ │ │ ├── pyxsval.py
│ │ │ │ │ ├── XInclude.xsd
│ │ │ │ │ ├── XMLSchema-instance.xsd
│ │ │ │ │ ├── XMLSchema.xsd
│ │ │ │ │ ├── xml.xsd
│ │ │ │ │ ├── xsvalBase.py
│ │ │ │ │ ├── xsvalErrorHandler.py
│ │ │ │ │ ├── xsvalSchema.py
│ │ │ │ │ ├── xsvalSimpleTypes.py
│ │ │ │ │ ├── xsvalUtils.py
│ │ │ │ │ └── xsvalXmlIf.py
│ │ │ │ ├── mavcrc.py
│ │ │ │ ├── mavgen_csharp.py
│ │ │ │ ├── mavgen.py
│ │ │ │ ├── mavparse.py
│ │ │ │ ├── mavschema.xsd
│ │ │ │ └── mavtemplate.py
│ │ │ ├── __init__.py
│ │ │ └── tools
│ │ │ ├── __init__.py
│ │ │ └── mavgen.py
│ │ └── regenerate.bat
│ ├── MetaDataExtractorCSharp240d
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── com
│ │ │ ├── codec
│ │ │ │ └── jpeg
│ │ │ │ ├── JPEGDecodeParam.cs
│ │ │ │ ├── JPEGHuffmanTable.cs
│ │ │ │ └── JPEGQTable.cs
│ │ │ ├── drew
│ │ │ │ ├── imaging
│ │ │ │ │ ├── jpg
│ │ │ │ │ │ ├── JpegMetadataReader.cs
│ │ │ │ │ │ ├── JpegProcessingException.cs
│ │ │ │ │ │ ├── JpegSegmentData.cs
│ │ │ │ │ │ └── JpegSegmentReader.cs
│ │ │ │ │ └── tiff
│ │ │ │ │ ├── TiffMetadataReader.cs
│ │ │ │ │ └── TiffProcessingException.cs
│ │ │ │ ├── lang
│ │ │ │ │ ├── CompoundException.cs
│ │ │ │ │ └── Rational.cs
│ │ │ │ └── metadata
│ │ │ │ ├── AbstractDirectory.cs
│ │ │ │ ├── AbstractMetadataReader.cs
│ │ │ │ ├── AbstractTagDescriptor.cs
│ │ │ │ ├── exif
│ │ │ │ │ ├── AbstractCasioTypeDirectory.cs
│ │ │ │ │ ├── AbstractNikonTypeDirectory.cs
│ │ │ │ │ ├── CanonDescriptor.cs
│ │ │ │ │ ├── CanonDirectory.cs
│ │ │ │ │ ├── CasioType1Descriptor.cs
│ │ │ │ │ ├── CasioType1Directory.cs
│ │ │ │ │ ├── CasioType2Descriptor.cs
│ │ │ │ │ ├── CasioType2Directory.cs
│ │ │ │ │ ├── ExifDescriptor.cs
│ │ │ │ │ ├── ExifDirectory.cs
│ │ │ │ │ ├── ExifInteropDescriptor.cs
│ │ │ │ │ ├── ExifInteropDirectory.cs
│ │ │ │ │ ├── ExifProcessingException.cs
│ │ │ │ │ ├── ExifReader.cs
│ │ │ │ │ ├── FujifilmDescriptor.cs
│ │ │ │ │ ├── FujifilmDirectory.cs
│ │ │ │ │ ├── GpsDescriptor.cs
│ │ │ │ │ ├── GpsDirectory.cs
│ │ │ │ │ ├── KodakDescriptor.cs
│ │ │ │ │ ├── KodakDirectory.cs
│ │ │ │ │ ├── KyoceraDescriptor.cs
│ │ │ │ │ ├── KyoceraDirectory.cs
│ │ │ │ │ ├── NikonType1Descriptor.cs
│ │ │ │ │ ├── NikonType1Directory.cs
│ │ │ │ │ ├── NikonType2Descriptor.cs
│ │ │ │ │ ├── NikonType2Directory.cs
│ │ │ │ │ ├── OlympusDescriptor.cs
│ │ │ │ │ ├── OlympusDirectory.cs
│ │ │ │ │ ├── PanasonicDescriptor.cs
│ │ │ │ │ ├── PanasonicDirectory.cs
│ │ │ │ │ ├── PentaxDescriptor.cs
│ │ │ │ │ ├── PentaxDirectory.cs
│ │ │ │ │ ├── SonyDescriptor.cs
│ │ │ │ │ └── SonyDirectory.cs
│ │ │ │ ├── IMetadataReader.cs
│ │ │ │ ├── iptc
│ │ │ │ │ ├── IptcDescriptor.cs
│ │ │ │ │ ├── IptcDirectory.cs
│ │ │ │ │ ├── IptcProcessingException.cs
│ │ │ │ │ └── IptcReader.cs
│ │ │ │ ├── jpeg
│ │ │ │ │ ├── JpegCommentDescriptor.cs
│ │ │ │ │ ├── JpegCommentDirectory.cs
│ │ │ │ │ ├── JpegCommentReader.cs
│ │ │ │ │ ├── JpegComponent.cs
│ │ │ │ │ ├── JpegDescriptor.cs
│ │ │ │ │ ├── JpegDirectory.cs
│ │ │ │ │ └── JpegReader.cs
│ │ │ │ ├── Metadata.cs
│ │ │ │ ├── MetadataException.cs
│ │ │ │ └── Tag.cs
│ │ │ ├── Run.cs
│ │ │ ├── SimpleRun.cs
│ │ │ ├── test
│ │ │ │ └── resouces
│ │ │ │ └── TestAllKeyWords.cs
│ │ │ └── utils
│ │ │ ├── bundle
│ │ │ │ ├── AbstractResourceBundle.cs
│ │ │ │ ├── IResourceBundle.cs
│ │ │ │ ├── MissingResourceException.cs
│ │ │ │ ├── ResourceBundle.cs
│ │ │ │ ├── ResourceBundleFactory.cs
│ │ │ │ ├── ResourceBundleWithManager.cs
│ │ │ │ └── SpecialResourceWriter.cs
│ │ │ ├── Utils.cs
│ │ │ └── xml
│ │ │ ├── IOutPutTextStreamHandler.cs
│ │ │ ├── TxtOutPutStreamHandler.cs
│ │ │ ├── XmlNewOutPutStreamHandler.cs
│ │ │ └── XmlOutPutStreamHandler.cs
│ │ ├── dontcare.snk
│ │ ├── exif.xslt
│ │ ├── MetaDataExtractor.csproj
│ │ ├── MetadataExtractor.dtd
│ │ ├── MetadataExtractorNew.dtd
│ │ ├── Properties
│ │ │ └── app.manifest
│ │ ├── resources
│ │ │ ├── CanonMarkernote.txt
│ │ │ ├── CasioMarkernote.txt
│ │ │ ├── Commons.txt
│ │ │ ├── en
│ │ │ │ ├── CanonMarkernote.txt
│ │ │ │ ├── CasioMarkernote.txt
│ │ │ │ ├── Commons.txt
│ │ │ │ ├── ExifInteropMarkernote.txt
│ │ │ │ ├── ExifMarkernote.txt
│ │ │ │ ├── FujiFilmMarkernote.txt
│ │ │ │ ├── GpsMarkernote.txt
│ │ │ │ ├── IptcMarkernote.txt
│ │ │ │ ├── JpegMarkernote.txt
│ │ │ │ ├── KodakMarkernote.txt
│ │ │ │ ├── KyoceraMarkernote.txt
│ │ │ │ ├── NikonTypeMarkernote.txt
│ │ │ │ ├── OlympusMarkernote.txt
│ │ │ │ ├── PanasonicMarkernote.txt
│ │ │ │ ├── PentaxMarkernote.txt
│ │ │ │ └── SonyMarkernote.txt
│ │ │ ├── ExifInteropMarkernote.txt
│ │ │ ├── ExifMarkernote.txt
│ │ │ ├── FujiFilmMarkernote.txt
│ │ │ ├── GpsMarkernote.txt
│ │ │ ├── IptcMarkernote.txt
│ │ │ ├── JpegMarkernote.txt
│ │ │ ├── KodakMarkernote.txt
│ │ │ ├── KyoceraMarkernote.txt
│ │ │ ├── NikonTypeMarkernote.txt
│ │ │ ├── OlympusMarkernote.txt
│ │ │ ├── PanasonicMarkernote.txt
│ │ │ ├── PentaxMarkernote.txt
│ │ │ └── SonyMarkernote.txt
│ │ └── sampleFile.xml
│ ├── MissionPlanner.Gridv2
│ │ ├── add.PNG
│ │ ├── app.config
│ │ ├── edit.PNG
│ │ ├── GridPluginv2.cs
│ │ ├── GridUIv2.cs
│ │ ├── GridUIv2.Designer.cs
│ │ ├── GridUIv2.resx
│ │ ├── MissionPlanner.Gridv2.csproj
│ │ ├── move.PNG
│ │ ├── pan.PNG
│ │ └── Properties
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── MissionPlanner.Stats
│ │ ├── app.config
│ │ ├── MissionPlanner.Stats.csproj
│ │ └── StatsPlugin.cs
│ ├── MonoMac.dll
│ ├── OpenTK.Compatibility.dll
│ ├── OpenTK.Compatibility.dll.config
│ ├── OpenTK.Compatibility.xml
│ ├── OpenTK.dll
│ ├── OpenTK.dll.config
│ ├── OpenTK.GLControl.dll
│ ├── OpenTK.GLControl.xml
│ ├── OpenTK.pdb
│ ├── px4uploader
│ │ ├── FastJSON
│ │ │ ├── dynamic.cs
│ │ │ ├── Formatter.cs
│ │ │ ├── Getters.cs
│ │ │ ├── JSON.cs
│ │ │ ├── JsonParser.cs
│ │ │ ├── JsonSerializer.cs
│ │ │ ├── Reflection.cs
│ │ │ └── SafeDictionary.cs
│ │ ├── Firmware.cs
│ │ ├── mykey.snk
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── px4uploader.csproj
│ │ ├── Uploader.cs
│ │ └── validcertificates.xml
│ ├── SharpAdbClient
│ │ ├── AdbClient.cs
│ │ ├── AdbClientExtensions.cs
│ │ ├── AdbCommandLineClient.cs
│ │ ├── AdbCommandLineClientExtensions.cs
│ │ ├── AdbResponse.cs
│ │ ├── AdbServer.cs
│ │ ├── AdbServerStatus.cs
│ │ ├── AdbSocket.cs
│ │ ├── ColorData.cs
│ │ ├── DeviceCommands
│ │ │ ├── AndroidProcess.cs
│ │ │ ├── AndroidProcessState.cs
│ │ │ ├── DeviceExtensions.cs
│ │ │ ├── EnvironmentVariablesReceiver.cs
│ │ │ ├── GetPropReceiver.cs
│ │ │ ├── InfoReceiver.cs
│ │ │ ├── InstallReceiver.cs
│ │ │ ├── LinuxPath.cs
│ │ │ ├── PackageInstallationException.cs
│ │ │ ├── PackageManager.cs
│ │ │ ├── PackageManagerReceiver.cs
│ │ │ ├── VersionInfo.cs
│ │ │ └── VersionInfoReceiver.cs
│ │ ├── DeviceData.cs
│ │ ├── DeviceDataEventArgs.cs
│ │ ├── DeviceState.cs
│ │ ├── Exceptions
│ │ │ ├── AdbException.cs
│ │ │ ├── CommandAbortingException.cs
│ │ │ ├── DeviceNotFoundException.cs
│ │ │ ├── NamespaceDoc.cs
│ │ │ ├── PermissionDeniedException.cs
│ │ │ ├── ShellCommandUnresponsiveException.cs
│ │ │ └── UnknownOptionException.cs
│ │ ├── Extensions
│ │ │ ├── ArrayHelper.cs
│ │ │ ├── DateTimeHelper.cs
│ │ │ └── StringHelper.cs
│ │ ├── Factories.cs
│ │ ├── FileListingService.xml
│ │ ├── FileStatistics.cs
│ │ ├── ForwardData.cs
│ │ ├── ForwardProtocol.cs
│ │ ├── ForwardSpec.cs
│ │ ├── IAdbClient.cs
│ │ ├── IAdbClient.xml
│ │ ├── IAdbCommandLineClient.cs
│ │ ├── IAdbServer.cs
│ │ ├── IAdbSocket.cs
│ │ ├── ILogOutput.cs
│ │ ├── ISyncService.cs
│ │ ├── ISyncService.xml
│ │ ├── ITcpSocket.cs
│ │ ├── Log.cs
│ │ ├── LogLevel.cs
│ │ ├── Logs
│ │ │ ├── AndroidLogEntry.cs
│ │ │ ├── EventLogEntry.cs
│ │ │ ├── EventLogType.cs
│ │ │ ├── LogEntry.cs
│ │ │ ├── LogId.cs
│ │ │ ├── LogReader.cs
│ │ │ ├── NamespaceDoc.cs
│ │ │ └── ShellStream.cs
│ │ ├── Managed.Adb.csproj.vspscc
│ │ ├── NamespaceDoc.cs
│ │ ├── PackageManager.cs
│ │ ├── Receivers
│ │ │ ├── ConsoleOutputReceiver.cs
│ │ │ ├── IShellOutputReceiver.cs
│ │ │ ├── MultilineReceiver.cs
│ │ │ ├── NamespaceDoc.cs
│ │ │ └── ProcessOutputReceiver.cs
│ │ ├── SharpAdbClient.csproj
│ │ ├── SharpAdbClient.ruleset
│ │ ├── SharpAdbClient.snk
│ │ ├── SocketExtensions.cs
│ │ ├── StartServerResult.cs
│ │ ├── stylecop.json
│ │ ├── SyncCommandConverter.cs
│ │ ├── SyncCommand.cs
│ │ ├── SyncService.cs
│ │ ├── TcpSocket.cs
│ │ ├── TransportType.cs
│ │ └── UnixFileMode.cs
│ ├── SharpKml
│ │ ├── Base
│ │ │ ├── Angle.cs
│ │ │ ├── Color32.cs
│ │ │ ├── ElementEventArgs.cs
│ │ │ ├── ElementWalker.cs
│ │ │ ├── KmlAttributeAttribute.cs
│ │ │ ├── KmlElementAttribute.cs
│ │ │ ├── KmlFactory.cs
│ │ │ ├── KmlFormatter.cs
│ │ │ ├── KmlNamespaces.cs
│ │ │ ├── MathHelpers.cs
│ │ │ ├── Parser.cs
│ │ │ ├── Serializer.cs
│ │ │ ├── TypeBrowser.cs
│ │ │ ├── ValueConverter.cs
│ │ │ ├── Vector.cs
│ │ │ ├── XmlComponent.cs
│ │ │ └── XmlExtractor.cs
│ │ ├── Dom
│ │ │ ├── Atom
│ │ │ │ ├── Author.cs
│ │ │ │ ├── Category.cs
│ │ │ │ ├── Content.cs
│ │ │ │ ├── Entry.cs
│ │ │ │ ├── Feed.cs
│ │ │ │ └── Link.cs
│ │ │ ├── Element.cs
│ │ │ ├── Features
│ │ │ │ ├── AbstractLatLonBox.cs
│ │ │ │ ├── Container.cs
│ │ │ │ ├── Data.cs
│ │ │ │ ├── Description.cs
│ │ │ │ ├── Document.cs
│ │ │ │ ├── ExtendedData.cs
│ │ │ │ ├── Feature.cs
│ │ │ │ ├── Folder.cs
│ │ │ │ ├── LatLonAltBox.cs
│ │ │ │ ├── Lod.cs
│ │ │ │ ├── NetworkLink.cs
│ │ │ │ ├── Placemark.cs
│ │ │ │ ├── Region.cs
│ │ │ │ ├── Schema.cs
│ │ │ │ ├── SchemaData.cs
│ │ │ │ ├── SimpleData.cs
│ │ │ │ ├── SimpleField.cs
│ │ │ │ └── Snippet.cs
│ │ │ ├── Fields
│ │ │ │ ├── AltitudeMode.cs
│ │ │ │ ├── ColorMode.cs
│ │ │ │ ├── CoordinateCollection.cs
│ │ │ │ ├── DisplayMode.cs
│ │ │ │ ├── GridOrigin.cs
│ │ │ │ ├── ItemIconStates.cs
│ │ │ │ ├── ListItemType.cs
│ │ │ │ ├── RefreshMode.cs
│ │ │ │ ├── Shape.cs
│ │ │ │ ├── StyleState.cs
│ │ │ │ ├── Unit.cs
│ │ │ │ ├── VectorType.cs
│ │ │ │ └── ViewRefreshMode.cs
│ │ │ ├── Geometries
│ │ │ │ ├── Alias.cs
│ │ │ │ ├── Geometry.cs
│ │ │ │ ├── InnerBoundary.cs
│ │ │ │ ├── LinearRing.cs
│ │ │ │ ├── LineString.cs
│ │ │ │ ├── Location.cs
│ │ │ │ ├── Model.cs
│ │ │ │ ├── MultipleGeometry.cs
│ │ │ │ ├── Orientation.cs
│ │ │ │ ├── OuterBoundary.cs
│ │ │ │ ├── Point.cs
│ │ │ │ ├── Polygon.cs
│ │ │ │ ├── ResourceMap.cs
│ │ │ │ └── Scale.cs
│ │ │ ├── GX
│ │ │ │ ├── AnimatedUpdate.cs
│ │ │ │ ├── Enums.cs
│ │ │ │ ├── FlyTo.cs
│ │ │ │ ├── LatLonQuad.cs
│ │ │ │ ├── MultipleTrack.cs
│ │ │ │ ├── Playlist.cs
│ │ │ │ ├── SimpleArrayData.cs
│ │ │ │ ├── SimpleArrayField.cs
│ │ │ │ ├── SoundCue.cs
│ │ │ │ ├── TimeSpan.cs
│ │ │ │ ├── Timestamp.cs
│ │ │ │ ├── TourControl.cs
│ │ │ │ ├── Tour.cs
│ │ │ │ ├── TourPrimitive.cs
│ │ │ │ ├── Track.cs
│ │ │ │ └── Wait.cs
│ │ │ ├── IBoundsInformation.cs
│ │ │ ├── ICustomElement.cs
│ │ │ ├── IHtmlContent.cs
│ │ │ ├── Kml.cs
│ │ │ ├── KmlObject.cs
│ │ │ ├── Links
│ │ │ │ ├── ChangeCollection.cs
│ │ │ │ ├── CreateCollection.cs
│ │ │ │ ├── DeleteCollection.cs
│ │ │ │ ├── Icon.cs
│ │ │ │ ├── Link.cs
│ │ │ │ ├── LinkSnippet.cs
│ │ │ │ ├── LinkType.cs
│ │ │ │ ├── NetworkLinkControl.cs
│ │ │ │ └── Update.cs
│ │ │ ├── Overlays
│ │ │ │ ├── GroundOverlay.cs
│ │ │ │ ├── ImagePyramid.cs
│ │ │ │ ├── LatLonBox.cs
│ │ │ │ ├── Overlay.cs
│ │ │ │ ├── OverlayVector.cs
│ │ │ │ ├── PhotoOverlay.cs
│ │ │ │ ├── RotationVector.cs
│ │ │ │ ├── ScreenOverlay.cs
│ │ │ │ ├── ScreenVector.cs
│ │ │ │ ├── SizeVector.cs
│ │ │ │ └── ViewVolume.cs
│ │ │ ├── Styles
│ │ │ │ ├── BalloonStyle.cs
│ │ │ │ ├── BasicLink.cs
│ │ │ │ ├── ColorStyle.cs
│ │ │ │ ├── Hotspot.cs
│ │ │ │ ├── IconStyle.cs
│ │ │ │ ├── ItemIcon.cs
│ │ │ │ ├── LabelStyle.cs
│ │ │ │ ├── LineStyle.cs
│ │ │ │ ├── ListStyle.cs
│ │ │ │ ├── Pair.cs
│ │ │ │ ├── PolygonStyle.cs
│ │ │ │ ├── Style.cs
│ │ │ │ ├── StyleMapCollection.cs
│ │ │ │ ├── StyleSelector.cs
│ │ │ │ └── SubStyle.cs
│ │ │ ├── Time
│ │ │ │ ├── TimePrimitive.cs
│ │ │ │ ├── TimeSpan.cs
│ │ │ │ └── Timestamp.cs
│ │ │ ├── UnknownElement.cs
│ │ │ ├── Url.cs
│ │ │ ├── Views
│ │ │ │ ├── AbstractView.cs
│ │ │ │ ├── Camera.cs
│ │ │ │ └── LookAt.cs
│ │ │ └── Xal
│ │ │ ├── AddressDetails.cs
│ │ │ ├── AdministrativeArea.cs
│ │ │ ├── Country.cs
│ │ │ ├── Locality.cs
│ │ │ ├── PostalCode.cs
│ │ │ ├── SubAdministrativeArea.cs
│ │ │ └── Thoroughfare.cs
│ │ ├── dont care.snk
│ │ ├── Engine
│ │ │ ├── BoundingBox.cs
│ │ │ ├── ElementExtensions.cs
│ │ │ ├── EntityMapper.cs
│ │ │ ├── FeatureExtensions.cs
│ │ │ ├── FileHandler.cs
│ │ │ ├── GeometryExtensions.cs
│ │ │ ├── KmlFile.cs
│ │ │ ├── KmzFile.cs
│ │ │ ├── LinkResolver.cs
│ │ │ ├── StyleResolver.cs
│ │ │ ├── UpdateExtensions.cs
│ │ │ └── UriExtensions.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SharpKml.csproj
│ ├── SimpleExample
│ │ ├── App.config
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── simpleexample.cs
│ │ ├── SimpleExample.csproj
│ │ ├── simpleexample.Designer.cs
│ │ ├── simpleexample.resx
│ │ └── SimpleExample.sln
│ ├── SimpleGrid
│ │ ├── app.config
│ │ ├── GridUI.pt.resx
│ │ ├── MissionPlanner.SimpleGrid.csproj
│ │ ├── SimpleGridPlugin.cs
│ │ ├── SimpleGridUI.cs
│ │ ├── SimpleGridUI.Designer.cs
│ │ └── SimpleGridUI.resx
│ ├── solo
│ │ ├── app.config
│ │ ├── mykey.snk
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── launchSettings.json
│ │ ├── Solo.cs
│ │ └── solo.csproj
│ ├── System.Data.SQLite.DLL
│ ├── System.Reactive.dll
│ ├── System.Speech.dll
│ ├── tlogThumbnailHandler
│ │ ├── mykey.snk
│ │ ├── tlogThumbnailHandler.cs
│ │ └── tlogThumbnailHandler.csproj
│ ├── TrackerHome
│ │ ├── app.config
│ │ ├── GarminInterface.cs
│ │ ├── GarminUSBDevice.cs
│ │ ├── GenericDevice.cs
│ │ ├── GPSDevice.cs
│ │ ├── SystemAPI.cs
│ │ ├── TrackerHomeGPS.cs
│ │ └── TrackerHomeGPS.csproj
│ ├── Transitions.dll
│ ├── Utilities
│ │ ├── adsb.cs
│ │ ├── Airports.cs
│ │ ├── AP_GeodesicGrid.cs
│ │ ├── AP_HAL.cs
│ │ ├── Attributes
│ │ │ ├── DisplayTextAttribute.cs
│ │ │ └── PrivateAttribute.cs
│ │ ├── AviWriter.cs
│ │ ├── BigInteger.cs
│ │ ├── Capture.cs
│ │ ├── CaptureMJPEG.cs
│ │ ├── CircularBuffer.cs
│ │ ├── CircularStream.cs
│ │ ├── CollectionExtensions.cs
│ │ ├── CompassCalibrator.cs
│ │ ├── Crypto.cs
│ │ ├── Device.cs
│ │ ├── DisplayView.cs
│ │ ├── Download.cs
│ │ ├── DTED.cs
│ │ ├── dxf.cs
│ │ ├── EnumTranslator.cs
│ │ ├── ExpireType.cs
│ │ ├── Extensions.cs
│ │ ├── fft.cs
│ │ ├── fitCurve.cs
│ │ ├── fontgen.cs
│ │ ├── GeoTiff.cs
│ │ ├── GitHubContent.cs
│ │ ├── GStreamer.cs
│ │ ├── hires.cs
│ │ ├── ICorrections.cs
│ │ ├── Kalman3D.cs
│ │ ├── KIndex.cs
│ │ ├── L10NU.cs
│ │ ├── LineOffset.cs
│ │ ├── ListExtension.cs
│ │ ├── locationwp.cs
│ │ ├── Math.cs
│ │ ├── Matrix3.cs
│ │ ├── Matrix.cs
│ │ ├── MissionFile.cs
│ │ ├── MissionPlanner.Utilities.csproj
│ │ ├── mykey.snk
│ │ ├── nmea.cs
│ │ ├── PointLatLngAlt.cs
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Rect.cs
│ │ ├── Resources
│ │ │ └── strings_zhHans.txt
│ │ ├── rtcm3.cs
│ │ ├── sbp.cs
│ │ ├── Settings.cs
│ │ ├── srtm.cs
│ │ ├── TCPConsole.cs
│ │ ├── tfr.cs
│ │ ├── Tools.cs
│ │ ├── ubx_m8p.cs
│ │ ├── Utils.cs
│ │ ├── utmpos.cs
│ │ ├── Vario.cs
│ │ ├── Vector3.cs
│ │ ├── VersionDetection.cs
│ │ ├── vlcrender.cs
│ │ └── ZeroConf.cs
│ ├── ZedGraph
│ │ ├── License-LGPL.txt
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReversibleFrame.cs
│ │ ├── Revision_History.txt
│ │ ├── ZedGraph
│ │ │ ├── ArrowObj.cs
│ │ │ ├── Axis.cs
│ │ │ ├── AxisLabel.cs
│ │ │ ├── Bar.cs
│ │ │ ├── BarItem.cs
│ │ │ ├── BarSettings.cs
│ │ │ ├── BasicArrayPointList.cs
│ │ │ ├── Border.cs
│ │ │ ├── BoxObj.cs
│ │ │ ├── Chart.cs
│ │ │ ├── CollectionPlus.cs
│ │ │ ├── ColorSymbolRotator.cs
│ │ │ ├── CurveItem.cs
│ │ │ ├── CurveList.cs
│ │ │ ├── DataSourcePointList.cs
│ │ │ ├── DateAsOrdinalScale.cs
│ │ │ ├── DateScale.cs
│ │ │ ├── EllipseObj.cs
│ │ │ ├── ErrorBar.cs
│ │ │ ├── ErrorBarItem.cs
│ │ │ ├── ExponentScale.cs
│ │ │ ├── Fill.cs
│ │ │ ├── FilteredPointList.cs
│ │ │ ├── FontSpec.cs
│ │ │ ├── GapLabel.cs
│ │ │ ├── GasGaugeNeedle.cs
│ │ │ ├── GasGaugeRegion.cs
│ │ │ ├── GraphObj.cs
│ │ │ ├── GraphObjList.cs
│ │ │ ├── GraphPane.cs
│ │ │ ├── HiLowBar.cs
│ │ │ ├── HiLowBarItem.cs
│ │ │ ├── HSBColor.cs
│ │ │ ├── ImageObj.cs
│ │ │ ├── IPointList.cs
│ │ │ ├── IPointListEdit.cs
│ │ │ ├── JapaneseCandleStick.cs
│ │ │ ├── JapaneseCandleStickItem.cs
│ │ │ ├── Label.cs
│ │ │ ├── Legend.cs
│ │ │ ├── LinearAsOrdinalScale.cs
│ │ │ ├── LinearScale.cs
│ │ │ ├── LineBase.cs
│ │ │ ├── Line.cs
│ │ │ ├── LineItem.cs
│ │ │ ├── LineObj.cs
│ │ │ ├── Link.cs
│ │ │ ├── Location.cs
│ │ │ ├── LogScale.cs
│ │ │ ├── MajorGrid.cs
│ │ │ ├── MajorTic.cs
│ │ │ ├── Margin.cs
│ │ │ ├── MasterPane.cs
│ │ │ ├── MinorGrid.cs
│ │ │ ├── MinorTic.cs
│ │ │ ├── NoDupePointList.cs
│ │ │ ├── OHLCBar.cs
│ │ │ ├── OHLCBarItem.cs
│ │ │ ├── OrdinalScale.cs
│ │ │ ├── PaneBase.cs
│ │ │ ├── PaneLayoutMgr.cs
│ │ │ ├── PaneList.cs
│ │ │ ├── PieItem.cs
│ │ │ ├── PointD.cs
│ │ │ ├── PointPair4.cs
│ │ │ ├── PointPairBase.cs
│ │ │ ├── PointPair.cs
│ │ │ ├── PointPairCV.cs
│ │ │ ├── PointPairList.cs
│ │ │ ├── PolyObj.cs
│ │ │ ├── RadarPointList.cs
│ │ │ ├── RollingPointPairList.cs
│ │ │ ├── SampleMultiPointList.cs
│ │ │ ├── SamplePointList.cs
│ │ │ ├── Scale.cs
│ │ │ ├── ScaleState.cs
│ │ │ ├── ScaleStateList.cs
│ │ │ ├── ScrollRange.cs
│ │ │ ├── ScrollRangeList.cs
│ │ │ ├── Selection.cs
│ │ │ ├── StickItem.cs
│ │ │ ├── StockPointList.cs
│ │ │ ├── StockPt.cs
│ │ │ ├── Symbol.cs
│ │ │ ├── TextObj.cs
│ │ │ ├── TextScale.cs
│ │ │ ├── Types.cs
│ │ │ ├── ValueHandler.cs
│ │ │ ├── X2Axis.cs
│ │ │ ├── XAxis.cs
│ │ │ ├── XDate.cs
│ │ │ ├── Y2Axis.cs
│ │ │ ├── Y2AxisList.cs
│ │ │ ├── YAxis.cs
│ │ │ ├── YAxisList.cs
│ │ │ ├── ZedGraphControl.ContextMenu.cs
│ │ │ ├── ZedGraphControl.cs
│ │ │ ├── ZedGraphControl.Designer.cs
│ │ │ ├── ZedGraphControl.Events.cs
│ │ │ ├── ZedGraphControl.Printing.cs
│ │ │ ├── ZedGraphControl.Properties.cs
│ │ │ ├── ZedGraphControl.resx
│ │ │ ├── ZedGraphControl.ScrollBars.cs
│ │ │ ├── ZedGraph.csproj
│ │ │ ├── ZedGraphException.cs
│ │ │ ├── ZedGraphLocale.de.resx
│ │ │ ├── ZedGraphLocale.es.resx
│ │ │ ├── ZedGraphLocale.fr.resx
│ │ │ ├── ZedGraphLocale.hu.resx
│ │ │ ├── ZedGraphLocale.it.resx
│ │ │ ├── ZedGraphLocale.ja.resx
│ │ │ ├── ZedGraphLocale.pt.resx
│ │ │ ├── ZedGraphLocale.resx
│ │ │ ├── ZedGraphLocale.ru.resx
│ │ │ ├── ZedGraphLocale.sk.resx
│ │ │ ├── ZedGraphLocale.sv.resx
│ │ │ ├── ZedGraphLocale.tr.resx
│ │ │ ├── ZedGraphLocale.tw.resx
│ │ │ ├── ZedGraphLocale.zh-cn.resx
│ │ │ ├── ZedGraphLocale.zh-tw.resx
│ │ │ ├── ZoomState.cs
│ │ │ └── ZoomStateStack.cs
│ │ ├── ZedGraph.csproj
│ │ └── zedgraphkey.snk
│ └── Zeroconf
│ └── Zeroconf
│ ├── AdapterInformation.cs
│ ├── AsyncLock.cs
│ ├── Dns
│ │ ├── Header.cs
│ │ ├── Question.cs
│ │ ├── RecordAAAA.cs
│ │ ├── RecordA.cs
│ │ ├── Record.cs
│ │ ├── RecordNSEC.cs
│ │ ├── RecordPTR.cs
│ │ ├── RecordReader.cs
│ │ ├── RecordSRV.cs
│ │ ├── RecordTXT.cs
│ │ ├── RecordUnknown.cs
│ │ ├── Request.cs
│ │ ├── Response.cs
│ │ ├── RR.cs
│ │ └── Structs.cs
│ ├── DomainService.cs
│ ├── INetworkInterface.cs
│ ├── Platforms
│ │ ├── netstandard1.3
│ │ │ └── NetworkInterface.cs
│ │ └── winrt
│ │ └── NetworkInterface.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Zeroconf.rd.xml
│ ├── ServiceAnnouncement.cs
│ ├── Zeroconf.csproj
│ ├── ZeroconfOptions.cs
│ ├── ZeroconfRecord.cs
│ ├── ZeroconfResolver.Async.cs
│ ├── ZeroconfResolver.cs
│ └── ZeroconfResolver.Observable.cs
├── FirmwareHistory.txt
├── flightgear.zip
├── FollowMe.ar.resx
├── FollowMe.az-Latn-AZ.resx
├── FollowMe.cs
├── FollowMe.de-DE.resx
├── FollowMe.Designer.cs
├── FollowMe.es-ES.resx
├── FollowMe.fr.resx
├── FollowMe.id-ID.resx
├── FollowMe.it-IT.resx
├── FollowMe.ko-KR.resx
├── FollowMe.pl.resx
├── FollowMe.pt.resx
├── FollowMe.resx
├── FollowMe.zh-Hans.resx
├── FollowMe.zh-Hant.resx
├── FollowMe.zh-TW.resx
├── GCSViews
│ ├── ConfigurationView
│ │ ├── ConfigAccelerometerCalibration.ar.resx
│ │ ├── ConfigAccelerometerCalibration.az-Latn-AZ.resx
│ │ ├── ConfigAccelerometerCalibration.cs
│ │ ├── ConfigAccelerometerCalibration.de-DE.resx
│ │ ├── ConfigAccelerometerCalibration.Designer.cs
│ │ ├── ConfigAccelerometerCalibration.es-ES.resx
│ │ ├── ConfigAccelerometerCalibration.fr.resx
│ │ ├── ConfigAccelerometerCalibration.id-ID.resx
│ │ ├── ConfigAccelerometerCalibration.it-IT.resx
│ │ ├── ConfigAccelerometerCalibration.ko-KR.resx
│ │ ├── ConfigAccelerometerCalibration.pl.resx
│ │ ├── ConfigAccelerometerCalibration.pt.resx
│ │ ├── ConfigAccelerometerCalibration.resx
│ │ ├── ConfigAccelerometerCalibration.zh-Hans.resx
│ │ ├── ConfigAccelerometerCalibration.zh-Hant.resx
│ │ ├── ConfigAccelerometerCalibration.zh-TW.resx
│ │ ├── ConfigAC_Fence.ar.resx
│ │ ├── ConfigAC_Fence.az-Latn-AZ.resx
│ │ ├── ConfigAC_Fence.cs
│ │ ├── ConfigAC_Fence.de-DE.resx
│ │ ├── ConfigAC_Fence.Designer.cs
│ │ ├── ConfigAC_Fence.id-ID.resx
│ │ ├── ConfigAC_Fence.ja-JP.resx
│ │ ├── ConfigAC_Fence.ko-KR.resx
│ │ ├── ConfigAC_Fence.pt.resx
│ │ ├── ConfigAC_Fence.resx
│ │ ├── ConfigAC_Fence.zh-Hans.resx
│ │ ├── ConfigAC_Fence.zh-Hant.resx
│ │ ├── ConfigAC_Fence.zh-TW.resx
│ │ ├── ConfigAntennaTracker.ar.resx
│ │ ├── ConfigAntennaTracker.az-Latn-AZ.resx
│ │ ├── ConfigAntennaTracker.cs
│ │ ├── ConfigAntennaTracker.de-DE.resx
│ │ ├── ConfigAntennaTracker.Designer.cs
│ │ ├── ConfigAntennaTracker.id-ID.resx
│ │ ├── ConfigAntennaTracker.ja-JP.resx
│ │ ├── ConfigAntennaTracker.ko-KR.resx
│ │ ├── ConfigAntennaTracker.pt.resx
│ │ ├── ConfigAntennaTracker.resx
│ │ ├── ConfigArducopter.ar.resx
│ │ ├── ConfigArducopter.az-Latn-AZ.resx
│ │ ├── ConfigArducopter.cs
│ │ ├── ConfigArducopter.de-DE.resx
│ │ ├── ConfigArducopter.Designer.cs
│ │ ├── ConfigArducopter.fr.resx
│ │ ├── ConfigArducopter.id-ID.resx
│ │ ├── ConfigArducopter.it-IT.resx
│ │ ├── ConfigArducopter.ja-JP.resx
│ │ ├── ConfigArducopter.ko-KR.resx
│ │ ├── ConfigArducopter.pt.resx
│ │ ├── ConfigArducopter.resx
│ │ ├── ConfigArducopter.zh-Hans.resx
│ │ ├── ConfigArducopter.zh-Hant.resx
│ │ ├── ConfigArducopter.zh-TW.resx
│ │ ├── ConfigArduplane.ar.resx
│ │ ├── ConfigArduplane.az-Latn-AZ.resx
│ │ ├── ConfigArduplane.cs
│ │ ├── ConfigArduplane.de-DE.resx
│ │ ├── ConfigArduplane.Designer.cs
│ │ ├── ConfigArduplane.fr.resx
│ │ ├── ConfigArduplane.id-ID.resx
│ │ ├── ConfigArduplane.it-IT.resx
│ │ ├── ConfigArduplane.ja-JP.resx
│ │ ├── ConfigArduplane.ko-KR.resx
│ │ ├── ConfigArduplane.pt.resx
│ │ ├── ConfigArduplane.resx
│ │ ├── ConfigArduplane.zh-Hans.resx
│ │ ├── ConfigArduplane.zh-Hant.resx
│ │ ├── ConfigArduplane.zh-TW.resx
│ │ ├── ConfigArdurover.ar.resx
│ │ ├── ConfigArdurover.az-Latn-AZ.resx
│ │ ├── ConfigArdurover.cs
│ │ ├── ConfigArdurover.de-DE.resx
│ │ ├── ConfigArdurover.Designer.cs
│ │ ├── ConfigArdurover.fr.resx
│ │ ├── ConfigArdurover.id-ID.resx
│ │ ├── ConfigArdurover.it-IT.resx
│ │ ├── ConfigArdurover.ja-JP.resx
│ │ ├── ConfigArdurover.ko-KR.resx
│ │ ├── ConfigArdurover.pt.resx
│ │ ├── ConfigArdurover.resx
│ │ ├── ConfigArdurover.zh-Hans.resx
│ │ ├── ConfigAteryx.ar.resx
│ │ ├── ConfigAteryx.az-Latn-AZ.resx
│ │ ├── ConfigAteryx.cs
│ │ ├── ConfigAteryx.de-DE.resx
│ │ ├── ConfigAteryx.Designer.cs
│ │ ├── ConfigAteryx.fr.resx
│ │ ├── ConfigAteryx.id-ID.resx
│ │ ├── ConfigAteryx.it-IT.resx
│ │ ├── ConfigAteryx.ja-JP.resx
│ │ ├── ConfigAteryx.ko-KR.resx
│ │ ├── ConfigAteryx.pt.resx
│ │ ├── ConfigAteryx.resx
│ │ ├── ConfigAteryxSensors.ar.resx
│ │ ├── ConfigAteryxSensors.az-Latn-AZ.resx
│ │ ├── ConfigAteryxSensors.cs
│ │ ├── ConfigAteryxSensors.de-DE.resx
│ │ ├── ConfigAteryxSensors.Designer.cs
│ │ ├── ConfigAteryxSensors.es-ES.resx
│ │ ├── ConfigAteryxSensors.fr.resx
│ │ ├── ConfigAteryxSensors.id-ID.resx
│ │ ├── ConfigAteryxSensors.it-IT.resx
│ │ ├── ConfigAteryxSensors.ja-JP.resx
│ │ ├── ConfigAteryxSensors.ko-KR.resx
│ │ ├── ConfigAteryxSensors.pl.resx
│ │ ├── ConfigAteryxSensors.pt.resx
│ │ ├── ConfigAteryxSensors.resx
│ │ ├── ConfigAteryxSensors.zh-Hans.resx
│ │ ├── ConfigAteryxSensors.zh-Hant.resx
│ │ ├── ConfigAteryxSensors.zh-TW.resx
│ │ ├── ConfigAteryx.zh-Hans.resx
│ │ ├── ConfigBatteryMonitoring2.ar.resx
│ │ ├── ConfigBatteryMonitoring2.az-Latn-AZ.resx
│ │ ├── ConfigBatteryMonitoring2.cs
│ │ ├── ConfigBatteryMonitoring2.de-DE.resx
│ │ ├── ConfigBatteryMonitoring2.Designer.cs
│ │ ├── ConfigBatteryMonitoring2.es-ES.resx
│ │ ├── ConfigBatteryMonitoring2.fr.resx
│ │ ├── ConfigBatteryMonitoring2.id-ID.resx
│ │ ├── ConfigBatteryMonitoring2.it-IT.resx
│ │ ├── ConfigBatteryMonitoring2.ja-JP.resx
│ │ ├── ConfigBatteryMonitoring2.ko-KR.resx
│ │ ├── ConfigBatteryMonitoring2.pl.resx
│ │ ├── ConfigBatteryMonitoring2.pt.resx
│ │ ├── ConfigBatteryMonitoring2.resx
│ │ ├── ConfigBatteryMonitoring2.zh-Hans.resx
│ │ ├── ConfigBatteryMonitoring2.zh-Hant.resx
│ │ ├── ConfigBatteryMonitoring2.zh-TW.resx
│ │ ├── ConfigBatteryMonitoring.ar.resx
│ │ ├── ConfigBatteryMonitoring.az-Latn-AZ.resx
│ │ ├── ConfigBatteryMonitoring.cs
│ │ ├── ConfigBatteryMonitoring.de-DE.resx
│ │ ├── ConfigBatteryMonitoring.Designer.cs
│ │ ├── ConfigBatteryMonitoring.es-ES.resx
│ │ ├── ConfigBatteryMonitoring.fr.resx
│ │ ├── ConfigBatteryMonitoring.id-ID.resx
│ │ ├── ConfigBatteryMonitoring.it-IT.resx
│ │ ├── ConfigBatteryMonitoring.ja-JP.resx
│ │ ├── ConfigBatteryMonitoring.ko-KR.resx
│ │ ├── ConfigBatteryMonitoring.pl.resx
│ │ ├── ConfigBatteryMonitoring.pt.resx
│ │ ├── ConfigBatteryMonitoring.resx
│ │ ├── ConfigBatteryMonitoring.zh-Hans.resx
│ │ ├── ConfigBatteryMonitoring.zh-Hant.resx
│ │ ├── ConfigBatteryMonitoring.zh-TW.resx
│ │ ├── ConfigCompassMot.cs
│ │ ├── ConfigCompassMot.Designer.cs
│ │ ├── ConfigCompassMot.resx
│ │ ├── ConfigESCCalibration.ar.resx
│ │ ├── ConfigESCCalibration.az-Latn-AZ.resx
│ │ ├── ConfigESCCalibration.cs
│ │ ├── ConfigESCCalibration.de-DE.resx
│ │ ├── ConfigESCCalibration.Designer.cs
│ │ ├── ConfigESCCalibration.id-ID.resx
│ │ ├── ConfigESCCalibration.ko-KR.resx
│ │ ├── ConfigESCCalibration.pt.resx
│ │ ├── ConfigESCCalibration.resx
│ │ ├── ConfigESCCalibration.zh-Hans.resx
│ │ ├── ConfigFailSafe.ar.resx
│ │ ├── ConfigFailSafe.az-Latn-AZ.resx
│ │ ├── ConfigFailSafe.cs
│ │ ├── ConfigFailSafe.de-DE.resx
│ │ ├── ConfigFailSafe.Designer.cs
│ │ ├── ConfigFailSafe.es-ES.resx
│ │ ├── ConfigFailSafe.fr.resx
│ │ ├── ConfigFailSafe.id-ID.resx
│ │ ├── ConfigFailSafe.it-IT.resx
│ │ ├── ConfigFailSafe.ja-JP.resx
│ │ ├── ConfigFailSafe.ko-KR.resx
│ │ ├── ConfigFailSafe.pl.resx
│ │ ├── ConfigFailSafe.pt.resx
│ │ ├── ConfigFailSafe.resx
│ │ ├── ConfigFailSafe.zh-Hans.resx
│ │ ├── ConfigFailSafe.zh-Hant.resx
│ │ ├── ConfigFailSafe.zh-TW.resx
│ │ ├── ConfigFirmware.ar.resx
│ │ ├── ConfigFirmware.az-Latn-AZ.resx
│ │ ├── ConfigFirmware.cs
│ │ ├── ConfigFirmware.de-DE.resx
│ │ ├── ConfigFirmware.Designer.cs
│ │ ├── ConfigFirmwareDisabled.ar.resx
│ │ ├── ConfigFirmwareDisabled.az-Latn-AZ.resx
│ │ ├── ConfigFirmwareDisabled.cs
│ │ ├── ConfigFirmwareDisabled.de-DE.resx
│ │ ├── ConfigFirmwareDisabled.Designer.cs
│ │ ├── ConfigFirmwareDisabled.id-ID.resx
│ │ ├── ConfigFirmwareDisabled.ja-JP.resx
│ │ ├── ConfigFirmwareDisabled.ko-KR.resx
│ │ ├── ConfigFirmwareDisabled.pt.resx
│ │ ├── ConfigFirmwareDisabled.resx
│ │ ├── ConfigFirmwareDisabled.zh-Hans.resx
│ │ ├── ConfigFirmware.es-ES.resx
│ │ ├── ConfigFirmware.fr.resx
│ │ ├── ConfigFirmware.id-ID.resx
│ │ ├── ConfigFirmware.it-IT.resx
│ │ ├── ConfigFirmware.ja-JP.resx
│ │ ├── ConfigFirmware.ko-KR.resx
│ │ ├── ConfigFirmware.pl.resx
│ │ ├── ConfigFirmware.pt.resx
│ │ ├── ConfigFirmware.resx
│ │ ├── ConfigFirmware.ru-RU.resx
│ │ ├── ConfigFirmware.zh-Hans.resx
│ │ ├── ConfigFirmware.zh-Hant.resx
│ │ ├── ConfigFirmware.zh-TW.resx
│ │ ├── ConfigFlightModes.ar.resx
│ │ ├── ConfigFlightModes.az-Latn-AZ.resx
│ │ ├── ConfigFlightModes.cs
│ │ ├── ConfigFlightModes.de-DE.resx
│ │ ├── ConfigFlightModes.Designer.cs
│ │ ├── ConfigFlightModes.es-ES.resx
│ │ ├── ConfigFlightModes.fr.resx
│ │ ├── ConfigFlightModes.id-ID.resx
│ │ ├── ConfigFlightModes.it-IT.resx
│ │ ├── ConfigFlightModes.ja-JP.resx
│ │ ├── ConfigFlightModes.ko-KR.resx
│ │ ├── ConfigFlightModes.pl.resx
│ │ ├── ConfigFlightModes.pt.resx
│ │ ├── ConfigFlightModes.resx
│ │ ├── ConfigFlightModes.zh-Hans.resx
│ │ ├── ConfigFlightModes.zh-Hant.resx
│ │ ├── ConfigFlightModes.zh-TW.resx
│ │ ├── ConfigFrameClassType.ar.resx
│ │ ├── ConfigFrameClassType.az-Latn-AZ.resx
│ │ ├── ConfigFrameClassType.cs
│ │ ├── ConfigFrameClassType.de-DE.resx
│ │ ├── ConfigFrameClassType.Designer.cs
│ │ ├── ConfigFrameClassType.es-ES.resx
│ │ ├── ConfigFrameClassType.fr.resx
│ │ ├── ConfigFrameClassType.id-ID.resx
│ │ ├── ConfigFrameClassType.it-IT.resx
│ │ ├── ConfigFrameClassType.ja-JP.resx
│ │ ├── ConfigFrameClassType.ko-KR.resx
│ │ ├── ConfigFrameClassType.pl.resx
│ │ ├── ConfigFrameClassType.pt.resx
│ │ ├── ConfigFrameClassType.resx
│ │ ├── ConfigFrameClassType.zh-Hans.resx
│ │ ├── ConfigFrameClassType.zh-Hant.resx
│ │ ├── ConfigFrameClassType.zh-TW.resx
│ │ ├── ConfigFrameType.ar.resx
│ │ ├── ConfigFrameType.az-Latn-AZ.resx
│ │ ├── ConfigFrameType.cs
│ │ ├── ConfigFrameType.de-DE.resx
│ │ ├── ConfigFrameType.Designer.cs
│ │ ├── ConfigFrameType.es-ES.resx
│ │ ├── ConfigFrameType.fr.resx
│ │ ├── ConfigFrameType.id-ID.resx
│ │ ├── ConfigFrameType.it-IT.resx
│ │ ├── ConfigFrameType.ja-JP.resx
│ │ ├── ConfigFrameType.ko-KR.resx
│ │ ├── ConfigFrameType.pl.resx
│ │ ├── ConfigFrameType.pt.resx
│ │ ├── ConfigFrameType.resx
│ │ ├── ConfigFrameType.zh-Hans.resx
│ │ ├── ConfigFrameType.zh-Hant.resx
│ │ ├── ConfigFrameType.zh-TW.resx
│ │ ├── ConfigFriendlyParamsAdv.cs
│ │ ├── ConfigFriendlyParams.ar.resx
│ │ ├── ConfigFriendlyParams.az-Latn-AZ.resx
│ │ ├── ConfigFriendlyParams.cs
│ │ ├── ConfigFriendlyParams.de-DE.resx
│ │ ├── ConfigFriendlyParams.Designer.cs
│ │ ├── ConfigFriendlyParams.id-ID.resx
│ │ ├── ConfigFriendlyParams.ja-JP.resx
│ │ ├── ConfigFriendlyParams.ko-KR.resx
│ │ ├── ConfigFriendlyParams.pt.resx
│ │ ├── ConfigFriendlyParams.resx
│ │ ├── ConfigFriendlyParams.zh-Hans.resx
│ │ ├── ConfigGPSInject.cs
│ │ ├── ConfigGPSInject.Designer.cs
│ │ ├── ConfigGPSInject.resx
│ │ ├── ConfigHWAirspeed.ar.resx
│ │ ├── ConfigHWAirspeed.az-Latn-AZ.resx
│ │ ├── ConfigHWAirspeed.cs
│ │ ├── ConfigHWAirspeed.de-DE.resx
│ │ ├── ConfigHWAirspeed.Designer.cs
│ │ ├── ConfigHWAirspeed.es-ES.resx
│ │ ├── ConfigHWAirspeed.fr.resx
│ │ ├── ConfigHWAirspeed.id-ID.resx
│ │ ├── ConfigHWAirspeed.it-IT.resx
│ │ ├── ConfigHWAirspeed.ja-JP.resx
│ │ ├── ConfigHWAirspeed.ko-KR.resx
│ │ ├── ConfigHWAirspeed.pl.resx
│ │ ├── ConfigHWAirspeed.pt.resx
│ │ ├── ConfigHWAirspeed.resx
│ │ ├── ConfigHWAirspeed.zh-Hans.resx
│ │ ├── ConfigHWAirspeed.zh-Hant.resx
│ │ ├── ConfigHWAirspeed.zh-TW.resx
│ │ ├── ConfigHWBT.ar.resx
│ │ ├── ConfigHWBT.az-Latn-AZ.resx
│ │ ├── ConfigHWBT.cs
│ │ ├── ConfigHWBT.de-DE.resx
│ │ ├── ConfigHWBT.Designer.cs
│ │ ├── ConfigHWBT.id-ID.resx
│ │ ├── ConfigHWBT.ja-JP.resx
│ │ ├── ConfigHWBT.ko-KR.resx
│ │ ├── ConfigHWBT.pt.resx
│ │ ├── ConfigHWBT.resx
│ │ ├── ConfigHWBT.zh-Hans.resx
│ │ ├── ConfigHWCompass.ar.resx
│ │ ├── ConfigHWCompass.az-Latn-AZ.resx
│ │ ├── ConfigHWCompass.cs
│ │ ├── ConfigHWCompass.de-DE.resx
│ │ ├── ConfigHWCompass.Designer.cs
│ │ ├── ConfigHWCompass.es-ES.resx
│ │ ├── ConfigHWCompass.fr.resx
│ │ ├── ConfigHWCompass.id-ID.resx
│ │ ├── ConfigHWCompass.it-IT.resx
│ │ ├── ConfigHWCompass.ja-JP.resx
│ │ ├── ConfigHWCompass.ko-KR.resx
│ │ ├── ConfigHWCompass.pl.resx
│ │ ├── ConfigHWCompass.pt.resx
│ │ ├── ConfigHWCompass.resx
│ │ ├── ConfigHWCompass.zh-Hans.resx
│ │ ├── ConfigHWCompass.zh-Hant.resx
│ │ ├── ConfigHWCompass.zh-TW.resx
│ │ ├── ConfigHWESP8266.ar.resx
│ │ ├── ConfigHWESP8266.az-Latn-AZ.resx
│ │ ├── ConfigHWesp8266.cs
│ │ ├── ConfigHWESP8266.de-DE.resx
│ │ ├── ConfigHWesp8266.Designer.cs
│ │ ├── ConfigHWESP8266.pt.resx
│ │ ├── ConfigHWesp8266.resx
│ │ ├── ConfigHWOptFlow.ar.resx
│ │ ├── ConfigHWOptFlow.az-Latn-AZ.resx
│ │ ├── ConfigHWOptFlow.cs
│ │ ├── ConfigHWOptFlow.de-DE.resx
│ │ ├── ConfigHWOptFlow.Designer.cs
│ │ ├── ConfigHWOptFlow.es-ES.resx
│ │ ├── ConfigHWOptFlow.fr.resx
│ │ ├── ConfigHWOptFlow.id-ID.resx
│ │ ├── ConfigHWOptFlow.it-IT.resx
│ │ ├── ConfigHWOptFlow.ja-JP.resx
│ │ ├── ConfigHWOptFlow.ko-KR.resx
│ │ ├── ConfigHWOptFlow.pl.resx
│ │ ├── ConfigHWOptFlow.pt.resx
│ │ ├── ConfigHWOptFlow.resx
│ │ ├── ConfigHWOptFlow.zh-Hans.resx
│ │ ├── ConfigHWOptFlow.zh-Hant.resx
│ │ ├── ConfigHWOptFlow.zh-TW.resx
│ │ ├── ConfigHWOSD.ar.resx
│ │ ├── ConfigHWOSD.az-Latn-AZ.resx
│ │ ├── ConfigHWOSD.cs
│ │ ├── ConfigHWOSD.de-DE.resx
│ │ ├── ConfigHWOSD.Designer.cs
│ │ ├── ConfigHWOSD.es-ES.resx
│ │ ├── ConfigHWOSD.fr.resx
│ │ ├── ConfigHWOSD.id-ID.resx
│ │ ├── ConfigHWOSD.it-IT.resx
│ │ ├── ConfigHWOSD.ja-JP.resx
│ │ ├── ConfigHWOSD.ko-KR.resx
│ │ ├── ConfigHWOSD.pl.resx
│ │ ├── ConfigHWOSD.pt.resx
│ │ ├── ConfigHWOSD.resx
│ │ ├── ConfigHWOSD.zh-Hans.resx
│ │ ├── ConfigHWOSD.zh-Hant.resx
│ │ ├── ConfigHWOSD.zh-TW.resx
│ │ ├── ConfigHWParachute.ar.resx
│ │ ├── ConfigHWParachute.az-Latn-AZ.resx
│ │ ├── ConfigHWParachute.cs
│ │ ├── ConfigHWParachute.de-DE.resx
│ │ ├── ConfigHWParachute.Designer.cs
│ │ ├── ConfigHWParachute.id-ID.resx
│ │ ├── ConfigHWParachute.ko-KR.resx
│ │ ├── ConfigHWParachute.pt.resx
│ │ ├── ConfigHWParachute.resx
│ │ ├── ConfigHWParachute.zh-Hans.resx
│ │ ├── ConfigHWPX4Flow.ar.resx
│ │ ├── ConfigHWPX4Flow.az-Latn-AZ.resx
│ │ ├── ConfigHWPX4Flow.cs
│ │ ├── ConfigHWPX4Flow.de-DE.resx
│ │ ├── ConfigHWPX4Flow.Designer.cs
│ │ ├── ConfigHWPX4Flow.pt.resx
│ │ ├── ConfigHWPX4Flow.resx
│ │ ├── ConfigHWRangeFinder.ar.resx
│ │ ├── ConfigHWRangeFinder.az-Latn-AZ.resx
│ │ ├── ConfigHWRangeFinder.cs
│ │ ├── ConfigHWRangeFinder.de-DE.resx
│ │ ├── ConfigHWRangeFinder.Designer.cs
│ │ ├── ConfigHWRangeFinder.es-ES.resx
│ │ ├── ConfigHWRangeFinder.fr.resx
│ │ ├── ConfigHWRangeFinder.id-ID.resx
│ │ ├── ConfigHWRangeFinder.it-IT.resx
│ │ ├── ConfigHWRangeFinder.ja-JP.resx
│ │ ├── ConfigHWRangeFinder.ko-KR.resx
│ │ ├── ConfigHWRangeFinder.pl.resx
│ │ ├── ConfigHWRangeFinder.pt.resx
│ │ ├── ConfigHWRangeFinder.resx
│ │ ├── ConfigHWRangeFinder.zh-Hans.resx
│ │ ├── ConfigHWRangeFinder.zh-Hant.resx
│ │ ├── ConfigHWRangeFinder.zh-TW.resx
│ │ ├── ConfigHWUAVCAN.ar.resx
│ │ ├── ConfigHWUAVCAN.az-Latn-AZ.resx
│ │ ├── ConfigHWUAVCAN.cs
│ │ ├── ConfigHWUAVCAN.de-DE.resx
│ │ ├── ConfigHWUAVCAN.Designer.cs
│ │ ├── ConfigHWUAVCAN.pt.resx
│ │ ├── ConfigHWUAVCAN.resx
│ │ ├── ConfigMandatory.ar.resx
│ │ ├── ConfigMandatory.az-Latn-AZ.resx
│ │ ├── ConfigMandatory.cs
│ │ ├── ConfigMandatory.de-DE.resx
│ │ ├── ConfigMandatory.Designer.cs
│ │ ├── ConfigMandatory.id-ID.resx
│ │ ├── ConfigMandatory.ja-JP.resx
│ │ ├── ConfigMandatory.ko-KR.resx
│ │ ├── ConfigMandatory.pt.resx
│ │ ├── ConfigMandatory.resx
│ │ ├── ConfigMandatory.zh-Hans.resx
│ │ ├── ConfigMotorTest.ar.resx
│ │ ├── ConfigMotorTest.az-Latn-AZ.resx
│ │ ├── ConfigMotorTest.cs
│ │ ├── ConfigMotorTest.de-DE.resx
│ │ ├── ConfigMotorTest.Designer.cs
│ │ ├── ConfigMotorTest.id-ID.resx
│ │ ├── ConfigMotorTest.ja-JP.resx
│ │ ├── ConfigMotorTest.ko-KR.resx
│ │ ├── ConfigMotorTest.pt.resx
│ │ ├── ConfigMotorTest.resx
│ │ ├── ConfigMotorTest.zh-Hans.resx
│ │ ├── ConfigMount.ar.resx
│ │ ├── ConfigMount.az-Latn-AZ.resx
│ │ ├── ConfigMount.cs
│ │ ├── ConfigMount.de-DE.resx
│ │ ├── ConfigMount.designer.cs
│ │ ├── ConfigMount.fr.resx
│ │ ├── ConfigMount.id-ID.resx
│ │ ├── ConfigMount.it-IT.resx
│ │ ├── ConfigMount.ja-JP.resx
│ │ ├── ConfigMount.ko-KR.resx
│ │ ├── ConfigMount.pt.resx
│ │ ├── ConfigMount.resx
│ │ ├── ConfigMount.zh-Hans.resx
│ │ ├── ConfigMount.zh-Hant.resx
│ │ ├── ConfigMount.zh-TW.resx
│ │ ├── ConfigOptional.ar.resx
│ │ ├── ConfigOptional.az-Latn-AZ.resx
│ │ ├── ConfigOptional.cs
│ │ ├── ConfigOptional.de-DE.resx
│ │ ├── ConfigOptional.Designer.cs
│ │ ├── ConfigOptional.id-ID.resx
│ │ ├── ConfigOptional.ja-JP.resx
│ │ ├── ConfigOptional.ko-KR.resx
│ │ ├── ConfigOptional.pt.resx
│ │ ├── ConfigOptional.resx
│ │ ├── ConfigOptional.zh-Hans.resx
│ │ ├── ConfigPlannerAdv.cs
│ │ ├── ConfigPlannerAdv.Designer.cs
│ │ ├── ConfigPlanner.ar.resx
│ │ ├── ConfigPlanner.az-Latn-AZ.resx
│ │ ├── ConfigPlanner.cs
│ │ ├── ConfigPlanner.de-DE.resx
│ │ ├── ConfigPlanner.Designer.cs
│ │ ├── ConfigPlanner.fr.resx
│ │ ├── ConfigPlanner.id-ID.resx
│ │ ├── ConfigPlanner.it-IT.resx
│ │ ├── ConfigPlanner.ja-JP.resx
│ │ ├── ConfigPlanner.ko-KR.resx
│ │ ├── ConfigPlanner.pt.resx
│ │ ├── ConfigPlanner.resx
│ │ ├── ConfigPlanner.zh-Hans.resx
│ │ ├── ConfigPlanner.zh-Hant.resx
│ │ ├── ConfigPlanner.zh-TW.resx
│ │ ├── ConfigRadioInput.ar.resx
│ │ ├── ConfigRadioInput.az-Latn-AZ.resx
│ │ ├── ConfigRadioInput.cs
│ │ ├── ConfigRadioInput.de-DE.resx
│ │ ├── ConfigRadioInput.Designer.cs
│ │ ├── ConfigRadioInput.es-ES.resx
│ │ ├── ConfigRadioInput.fr.resx
│ │ ├── ConfigRadioInput.id-ID.resx
│ │ ├── ConfigRadioInput.it-IT.resx
│ │ ├── ConfigRadioInput.ja-JP.resx
│ │ ├── ConfigRadioInput.ko-KR.resx
│ │ ├── ConfigRadioInput.pl.resx
│ │ ├── ConfigRadioInput.pt.resx
│ │ ├── ConfigRadioInput.resx
│ │ ├── ConfigRadioInput.zh-Hans.resx
│ │ ├── ConfigRadioInput.zh-Hant.resx
│ │ ├── ConfigRadioInput.zh-TW.resx
│ │ ├── ConfigRawParams.ar.resx
│ │ ├── ConfigRawParams.az-Latn-AZ.resx
│ │ ├── ConfigRawParams.cs
│ │ ├── ConfigRawParams.de-DE.resx
│ │ ├── ConfigRawParams.Designer.cs
│ │ ├── ConfigRawParams.fr.resx
│ │ ├── ConfigRawParams.id-ID.resx
│ │ ├── ConfigRawParams.it-IT.resx
│ │ ├── ConfigRawParams.ja-JP.resx
│ │ ├── ConfigRawParams.ko-KR.resx
│ │ ├── ConfigRawParams.pt.resx
│ │ ├── ConfigRawParams.resx
│ │ ├── ConfigRawParamsTree.ar.resx
│ │ ├── ConfigRawParamsTree.az-Latn-AZ.resx
│ │ ├── ConfigRawParamsTree.cs
│ │ ├── ConfigRawParamsTree.de-DE.resx
│ │ ├── ConfigRawParamsTree.Designer.cs
│ │ ├── ConfigRawParamsTree.fr.resx
│ │ ├── ConfigRawParamsTree.id-ID.resx
│ │ ├── ConfigRawParamsTree.it-IT.resx
│ │ ├── ConfigRawParamsTree.ja-JP.resx
│ │ ├── ConfigRawParamsTree.ko-KR.resx
│ │ ├── ConfigRawParamsTree.pt.resx
│ │ ├── ConfigRawParamsTree.resx
│ │ ├── ConfigRawParamsTree.zh-Hans.resx
│ │ ├── ConfigRawParamsTree.zh-Hant.resx
│ │ ├── ConfigRawParamsTree.zh-TW.resx
│ │ ├── ConfigRawParams.zh-Hans.resx
│ │ ├── ConfigRawParams.zh-Hant.resx
│ │ ├── ConfigRawParams.zh-TW.resx
│ │ ├── ConfigSimplePids.ar.resx
│ │ ├── ConfigSimplePids.az-Latn-AZ.resx
│ │ ├── ConfigSimplePids.cs
│ │ ├── ConfigSimplePids.de-DE.resx
│ │ ├── ConfigSimplePids.Designer.cs
│ │ ├── ConfigSimplePids.id-ID.resx
│ │ ├── ConfigSimplePids.ja-JP.resx
│ │ ├── ConfigSimplePids.ko-KR.resx
│ │ ├── ConfigSimplePids.pt.resx
│ │ ├── ConfigSimplePids.resx
│ │ ├── ConfigSimplePids.zh-Hans.resx
│ │ ├── ConfigTradHeli.ar.resx
│ │ ├── ConfigTradHeli.az-Latn-AZ.resx
│ │ ├── ConfigTradHeli.cs
│ │ ├── ConfigTradHeli.de-DE.resx
│ │ ├── ConfigTradHeli.Designer.cs
│ │ ├── ConfigTradHeli.es-ES.resx
│ │ ├── ConfigTradHeli.fr.resx
│ │ ├── ConfigTradHeli.id-ID.resx
│ │ ├── ConfigTradHeli.it-IT.resx
│ │ ├── ConfigTradHeli.ja-JP.resx
│ │ ├── ConfigTradHeli.ko-KR.resx
│ │ ├── ConfigTradHeli.pl.resx
│ │ ├── ConfigTradHeli.pt.resx
│ │ ├── ConfigTradHeli.resx
│ │ ├── ConfigTradHeli.zh-Hans.resx
│ │ ├── ConfigTradHeli.zh-TW.resx
│ │ ├── ConfigWizard.cs
│ │ ├── ConfigWizard.Designer.cs
│ │ └── ConfigWizard.resx
│ ├── FlightData.ar.resx
│ ├── FlightData.az-Latn-AZ.resx
│ ├── FlightData.cs
│ ├── FlightData.de-DE.resx
│ ├── FlightData.Designer.cs
│ ├── FlightData.es-ES.resx
│ ├── FlightData.fr.resx
│ ├── FlightData.id-ID.resx
│ ├── FlightData.it-IT.resx
│ ├── FlightData.ja-JP.resx
│ ├── FlightData.ko-KR.resx
│ ├── FlightData.pl.resx
│ ├── FlightData.pt.resx
│ ├── FlightData.resx
│ ├── FlightData.ru-RU.resx
│ ├── FlightData.zh-Hans.resx
│ ├── FlightData.zh-Hant.resx
│ ├── FlightData.zh-TW.resx
│ ├── FlightPlanner.ar.resx
│ ├── FlightPlanner.az-Latn-AZ.resx
│ ├── FlightPlanner.cs
│ ├── FlightPlanner.de-DE.resx
│ ├── FlightPlanner.Designer.cs
│ ├── FlightPlanner.es-ES.resx
│ ├── FlightPlanner.fr.resx
│ ├── FlightPlanner.id-ID.resx
│ ├── FlightPlanner.it-IT.resx
│ ├── FlightPlanner.ja-JP.resx
│ ├── FlightPlanner.ko-KR.resx
│ ├── FlightPlanner.pl.resx
│ ├── FlightPlanner.pt.resx
│ ├── FlightPlanner.resx
│ ├── FlightPlanner.ru-RU.resx
│ ├── FlightPlanner.zh-Hans.resx
│ ├── FlightPlanner.zh-Hant.resx
│ ├── FlightPlanner.zh-TW.resx
│ ├── Help.ar.resx
│ ├── Help.az-Latn-AZ.resx
│ ├── Help.cs
│ ├── Help.de-DE.resx
│ ├── Help.Designer.cs
│ ├── Help.es-ES.resx
│ ├── Help.fr.resx
│ ├── Help.id-ID.resx
│ ├── Help.it-IT.resx
│ ├── Help.ja-JP.resx
│ ├── Help.ko-KR.resx
│ ├── Help.pl.resx
│ ├── Help.pt.resx
│ ├── Help.resx
│ ├── Help.ru-RU.resx
│ ├── Help.zh-Hans.resx
│ ├── Help.zh-Hant.resx
│ ├── Help.zh-TW.resx
│ ├── InitialSetup.ar.resx
│ ├── InitialSetup.az-Latn-AZ.resx
│ ├── InitialSetup.cs
│ ├── InitialSetup.de-DE.resx
│ ├── InitialSetup.Designer.cs
│ ├── InitialSetup.id-ID.resx
│ ├── InitialSetup.ja-JP.resx
│ ├── InitialSetup.ko-KR.resx
│ ├── InitialSetup.pt.resx
│ ├── InitialSetup.resx
│ ├── InitialSetup.zh-Hans.resx
│ ├── InitialSetup.zh-Hant.resx
│ ├── InitialSetup.zh-TW.resx
│ ├── SoftwareConfig.cs
│ ├── SoftwareConfig.Designer.cs
│ ├── SoftwareConfig.resx
│ ├── Terminal.ar.resx
│ ├── Terminal.az-Latn-AZ.resx
│ ├── Terminal.cs
│ ├── Terminal.de-DE.resx
│ ├── Terminal.Designer.cs
│ ├── Terminal.es-ES.resx
│ ├── Terminal.fr.resx
│ ├── Terminal.id-ID.resx
│ ├── Terminal.it-IT.resx
│ ├── Terminal.ja-JP.resx
│ ├── Terminal.ko-KR.resx
│ ├── Terminal.pl.resx
│ ├── Terminal.pt.resx
│ ├── Terminal.resx
│ ├── Terminal.ru-RU.resx
│ ├── Terminal.zh-Hans.resx
│ ├── Terminal.zh-Hant.resx
│ └── Terminal.zh-TW.resx
├── GenOTP.cs
├── GenOTP.Designer.cs
├── GenOTP.resx
├── GeoRef
│ ├── Georefimage.ar.resx
│ ├── Georefimage.az-Latn-AZ.resx
│ ├── georefimage.cs
│ ├── Georefimage.de-DE.resx
│ ├── Georefimage.Designer.cs
│ ├── Georefimage.id-ID.resx
│ ├── Georefimage.it-IT.resx
│ ├── Georefimage.ja-JP.resx
│ ├── Georefimage.ko-KR.resx
│ ├── Georefimage.pt.resx
│ ├── georefimage.resx
│ ├── Georefimage.zh-Hans.resx
│ ├── georefimage.zh-Hant.resx
│ ├── georefimage.zh-TW.resx
│ ├── PictureInformation.cs
│ ├── Rational.cs
│ ├── SingleLocation.cs
│ └── VehicleLocation.cs
├── Grid
│ ├── Grid.cs
│ ├── GridPlugin.cs
│ ├── GridUI.cs
│ ├── GridUI.Designer.cs
│ └── GridUI.resx
├── GridUI.az-Latn-AZ.resx
├── HIL
│ ├── Aircraft.cs
│ ├── Hil.cs
│ ├── Point3d.cs
│ ├── QuadCopter.cs
│ ├── Quaternion.cs
│ ├── Vector3d.cs
│ ├── Wind.cs
│ └── XPlane.cs
├── hud.html
├── Joystick
│ ├── Joy_Button_axis.cs
│ ├── Joy_Button_axis.Designer.cs
│ ├── Joy_Button_axis.resx
│ ├── Joy_ChangeMode.cs
│ ├── Joy_ChangeMode.Designer.cs
│ ├── Joy_ChangeMode.resx
│ ├── Joy_Do_Repeat_Relay.cs
│ ├── Joy_Do_Repeat_Relay.Designer.cs
│ ├── Joy_Do_Repeat_Relay.resx
│ ├── Joy_Do_Repeat_Servo.cs
│ ├── Joy_Do_Repeat_Servo.Designer.cs
│ ├── Joy_Do_Repeat_Servo.resx
│ ├── Joy_Do_Set_Relay.cs
│ ├── Joy_Do_Set_Relay.Designer.cs
│ ├── Joy_Do_Set_Relay.resx
│ ├── Joy_Do_Set_Servo.cs
│ ├── Joy_Do_Set_Servo.Designer.cs
│ ├── Joy_Do_Set_Servo.resx
│ ├── Joy_Mount_Mode.ar.resx
│ ├── Joy_Mount_Mode.az-Latn-AZ.resx
│ ├── Joy_Mount_Mode.cs
│ ├── Joy_Mount_Mode.Designer.cs
│ ├── Joy_Mount_Mode.id-ID.resx
│ ├── Joy_Mount_Mode.ko-KR.resx
│ ├── Joy_Mount_Mode.pt.resx
│ ├── Joy_Mount_Mode.resx
│ ├── Joystick.cs
│ ├── JoystickSetup.ar.resx
│ ├── JoystickSetup.az-Latn-AZ.resx
│ ├── JoystickSetup.cs
│ ├── JoystickSetup.de-DE.resx
│ ├── JoystickSetup.Designer.cs
│ ├── JoystickSetup.es-ES.resx
│ ├── JoystickSetup.fr.resx
│ ├── JoystickSetup.id-ID.resx
│ ├── JoystickSetup.it-IT.resx
│ ├── JoystickSetup.ko-KR.resx
│ ├── JoystickSetup.pl.resx
│ ├── JoystickSetup.pt.resx
│ ├── JoystickSetup.resx
│ ├── JoystickSetup.ru-RU.resx
│ ├── JoystickSetup.zh-Hans.resx
│ ├── JoystickSetup.zh-Hant.resx
│ └── JoystickSetup.zh-TW.resx
├── jsbsim
│ ├── fgout.xml
│ └── rascal_test.xml
├── JSBSim.exe
├── L10N.cs
├── Lib.zip
├── Log
│ ├── BinaryLog.cs
│ ├── CollectionBuffer.cs
│ ├── DashWare.cs
│ ├── DFLog.cs
│ ├── DFLogScript.cs
│ ├── LogBrowse.ar.resx
│ ├── LogBrowse.az-Latn-AZ.resx
│ ├── LogBrowse.cs
│ ├── LogBrowse.de-DE.resx
│ ├── LogBrowse.designer.cs
│ ├── LogBrowse.es-ES.resx
│ ├── LogBrowse.fr.resx
│ ├── LogBrowse.id-ID.resx
│ ├── LogBrowse.it-IT.resx
│ ├── LogBrowse.ja-JP.resx
│ ├── LogBrowse.ko-KR.resx
│ ├── LogBrowse.pl.resx
│ ├── LogBrowse.pt.resx
│ ├── LogBrowse.resx
│ ├── LogBrowse.zh-Hans.resx
│ ├── LogBrowse.zh-TW.resx
│ ├── LogDownload.ar.resx
│ ├── LogDownload.az-Latn-AZ.resx
│ ├── LogDownload.cs
│ ├── LogDownload.de-DE.resx
│ ├── LogDownload.Designer.cs
│ ├── LogDownload.es-ES.resx
│ ├── LogDownload.fr.resx
│ ├── LogDownload.id-ID.resx
│ ├── LogDownload.it-IT.resx
│ ├── LogDownload.ja-JP.resx
│ ├── LogDownload.ko-KR.resx
│ ├── LogDownloadMavLink.ar.resx
│ ├── LogDownloadMavLink.az-Latn-AZ.resx
│ ├── LogDownloadMavLink.cs
│ ├── LogDownloadMavLink.de-DE.resx
│ ├── LogDownloadMavLink.Designer.cs
│ ├── LogDownloadMavLink.es-ES.resx
│ ├── LogDownloadMavLink.fr.resx
│ ├── LogDownloadMavLink.id-ID.resx
│ ├── LogDownloadMavLink.it-IT.resx
│ ├── LogDownloadMavLink.ja-JP.resx
│ ├── LogDownloadMavLink.ko-KR.resx
│ ├── LogDownloadMavLink.pl.resx
│ ├── LogDownloadMavLink.pt.resx
│ ├── LogDownloadMavLink.resx
│ ├── LogDownloadMavLink.zh-Hans.resx
│ ├── LogDownloadMavLink.zh-TW.resx
│ ├── LogDownload.pl.resx
│ ├── LogDownload.pt.resx
│ ├── LogDownload.resx
│ ├── LogDownloadscp.az-Latn-AZ.resx
│ ├── LogDownloadscp.cs
│ ├── LogDownloadscp.de-DE.resx
│ ├── LogDownloadscp.Designer.cs
│ ├── LogDownloadscp.pt.resx
│ ├── LogDownloadscp.resx
│ ├── LogDownload.zh-Hans.resx
│ ├── LogDownload.zh-TW.resx
│ ├── LogIndex.cs
│ ├── LogIndex.Designer.cs
│ ├── LogIndex.resx
│ ├── LogMap.cs
│ ├── LogOutput.cs
│ ├── LogSort.cs
│ ├── LogStrings.Designer.cs
│ ├── LogStrings.resx
│ ├── MatLab.cs
│ ├── MavlinkLog.ar.resx
│ ├── MavlinkLog.az-Latn-AZ.resx
│ ├── MavlinkLog.cs
│ ├── MavlinkLog.de-DE.resx
│ ├── MavlinkLog.Designer.cs
│ ├── MavlinkLog.es-ES.resx
│ ├── MavlinkLog.fr.resx
│ ├── MavlinkLog.id-ID.resx
│ ├── MavlinkLog.it-IT.resx
│ ├── MavlinkLog.ja-JP.resx
│ ├── MavlinkLog.ko-KR.resx
│ ├── MavlinkLog.pl.resx
│ ├── MavlinkLog.pt.resx
│ ├── MavlinkLog.resx
│ ├── MavlinkLog.zh-Hans.resx
│ ├── Scan.cs
│ └── test
│ └── MotorFailure.cs
├── LogAnalyzer
│ ├── py2exe
│ │ ├── createexe.bat
│ │ ├── DataflashLog.py
│ │ ├── example_output.xml
│ │ ├── LogAnalyzer.py
│ │ ├── runner.py
│ │ ├── setup.py
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ ├── TestAutotune.py
│ │ │ ├── TestBrownout.py
│ │ │ ├── TestCompass.py
│ │ │ ├── TestDualGyroDrift.py
│ │ │ ├── TestDupeLogData.py
│ │ │ ├── TestEmpty.py
│ │ │ ├── TestEvents.py
│ │ │ ├── TestGPSGlitch.py
│ │ │ ├── TestIMUMatch.py
│ │ │ ├── TestMotorBalance.py
│ │ │ ├── TestNaN.py
│ │ │ ├── TestOptFlow.py
│ │ │ ├── TestParams.py
│ │ │ ├── TestPerformance.py
│ │ │ ├── TestPitchRollCoupling.py
│ │ │ ├── TestThrust.py
│ │ │ ├── TestVCC.py
│ │ │ └── TestVibration.py
│ │ ├── UnitTest.py
│ │ └── VehicleType.py
│ └── upload.bat
├── m3u
│ ├── both.m3u
│ ├── GeoRefnetworklink.kml
│ ├── hud.m3u
│ ├── map.m3u
│ └── networklink.kml
├── MAC
│ ├── Info.plist
│ └── run.sh
├── MagCalib.cs
├── Magfitrotation.cs
├── MainV2.ar.resx
├── MainV2.az-Latn-AZ.resx
├── MainV2.cs
├── MainV2.Designer.cs
├── MainV2.id-ID.resx
├── MainV2.ja-JP.resx
├── MainV2.ko-KR.resx
├── MainV2.pt.resx
├── MainV2.resx
├── MainV2.zh-Hans.resx
├── MainV2.zh-Hant.resx
├── MainV2.zh-TW.resx
├── Maps
│ ├── Custom.cs
│ ├── Earthbuilder.cs
│ ├── Eniro_Topo.cs
│ ├── GMapMarkerADSBPlane.cs
│ ├── GMapMarkerAirport.cs
│ ├── GMapMarkerAntennaTracker.cs
│ ├── GMapMarkerBoat.cs
│ ├── GMapMarkerHeli.cs
│ ├── GMapMarkerOverlapCount.cs
│ ├── GMapMarkerPhoto.cs
│ ├── GMapMarkerPlane.cs
│ ├── GMapMarkerPOI.cs
│ ├── GMapMarkerQuad.cs
│ ├── GMapMarkerRallyPt.cs
│ ├── GMapMarkerRect.cs
│ ├── GMapMarkerRover.cs
│ ├── GMapMarkerSingle.cs
│ ├── GMapMarkerSub.cs
│ ├── GMapMarkerWP.cs
│ ├── Mapbox.cs
│ ├── MapboxNoFly.cs
│ ├── MyImageCache.cs
│ ├── Statkart_Topo2.cs
│ └── WMSProvider.cs
├── mavcmd.xml
├── mavelous_web
│ ├── bundle.js
│ └── index.html
├── mavgraphs.xml
├── Mavlink
│ ├── Extension.cs
│ ├── MAVAuthKeys.cs
│ ├── MAVLinkInterface.cs
│ ├── MAVLinkSerialPort.cs
│ ├── MAVList.cs
│ └── MAVState.cs
├── MAVLink.xml
├── MissionPlanner.csproj
├── MissionPlanner.sh
├── MissionPlanner.sln
├── Models
│ ├── DelegateCommand.cs
│ └── ICommand.cs
├── MovingBase.ar.resx
├── MovingBase.az-Latn-AZ.resx
├── MovingBase.cs
├── MovingBase.de-DE.resx
├── MovingBase.Designer.cs
├── MovingBase.es-ES.resx
├── MovingBase.fr.resx
├── MovingBase.id-ID.resx
├── MovingBase.it-IT.resx
├── MovingBase.ja-JP.resx
├── MovingBase.ko-KR.resx
├── MovingBase.pl.resx
├── MovingBase.pt.resx
├── MovingBase.resx
├── MovingBase.zh-Hans.resx
├── MovingBase.zh-Hant.resx
├── MovingBase.zh-TW.resx
├── mpdesktop150.png
├── mpdesktop44.png
├── mpdesktop.ico
├── Msi
│ ├── drivers.bat
│ ├── drivers.wxs
│ ├── installer.bat
│ └── licence.rtf
├── mykey.snk
├── NoFly
│ ├── Areas-Lisboa.kmz
│ ├── NoFly.cs
│ ├── Regulamento-RPA-ver-5.0.kmz
│ └── SouthAfricaNoRPASOutlined.kmz
├── OpenGLtest2.cs
├── OpenGLtest2.resx
├── OpenGLtest.cs
├── OpenGLtest.resx
├── OSDVideo.cs
├── OSDVideo.Designer.cs
├── OSDVideo.resx
├── paramcompare.cs
├── paramcompare.Designer.cs
├── paramcompare.resx
├── ParameterFactMetaData.xml
├── ParameterMetaDataBackup.xml
├── ph2_serial.csv
├── Plugin
│ ├── Plugin.cs
│ ├── PluginLoader.cs
│ ├── PluginUI.cs
│ ├── PluginUI.Designer.cs
│ └── PluginUI.resx
├── PRIVACY.md
├── Program.cs
├── Properties
│ ├── app.manifest
│ ├── DataSources
│ │ ├── CurrentState.datasource
│ │ ├── MissionPlanner.GCSViews.InitialSetup.datasource
│ │ └── MissionPlanner.GCSViews.SoftwareConfig.datasource
│ ├── launchSettings.json
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ └── Resources.zh-Hans.resx
├── quadhil.xml
├── Radio
│ ├── IHex.cs
│ ├── Sikradio.ar.resx
│ ├── Sikradio.az-Latn-AZ.resx
│ ├── Sikradio.cs
│ ├── Sikradio.de-DE.resx
│ ├── Sikradio.Designer.cs
│ ├── Sikradio.fr.resx
│ ├── Sikradio.it-IT.resx
│ ├── Sikradio.resx
│ ├── Sikradio.zh-Hans.resx
│ ├── Sikradio.zh-Hant.resx
│ ├── Sikradio.zh-TW.resx
│ ├── Uploader.cs
│ └── XModem.cs
├── RAW_Sensor.ar.resx
├── RAW_Sensor.az-Latn-AZ.resx
├── RAW_Sensor.cs
├── RAW_Sensor.de-DE.resx
├── RAW_Sensor.Designer.cs
├── RAW_Sensor.es-ES.resx
├── RAW_Sensor.fr.resx
├── RAW_Sensor.id-ID.resx
├── RAW_Sensor.it-IT.resx
├── RAW_Sensor.ja-JP.resx
├── RAW_Sensor.ko-KR.resx
├── RAW_Sensor.pl.resx
├── RAW_Sensor.pt.resx
├── RAW_Sensor.resx
├── RAW_Sensor.zh-Hans.resx
├── RAW_Sensor.zh-Hant.resx
├── RAW_Sensor.zh-TW.resx
├── README.md
├── resedit
│ ├── app.config
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── resedit.csproj
├── ResEdit.cs
├── ResEdit.Designer.cs
├── ResEdit.resx
├── resedit.zh-Hans.resx
├── resedit.zh-Hant.resx
├── resedit.zh-TW.resx
├── Resources
│ ├── 01_01.png
│ ├── 01_03.png
│ ├── 01_05.png
│ ├── 01_06.png
│ ├── 09028-01.jpg
│ ├── 0d92fed790a3a70170e61a86db103f399a595c70.png
│ ├── AC-0004-11-2.jpg
│ ├── Antenna Tracker-01.png
│ ├── apm1.jpg
│ ├── apm2.5.jpg
│ ├── apm2.jpg
│ ├── APM_airframes_001.png
│ ├── APM_airframes_002.png
│ ├── APM_airframes-07.png
│ ├── APM_airframes-08.png
│ ├── apmp1.jpg
│ ├── apmp2.jpg
│ ├── apmp3.jpg
│ ├── apmp4.jpg
│ ├── apmp5.jpg
│ ├── apmp6.jpg
│ ├── APM_rover-firmware.png
│ ├── aw.png
│ ├── bgdark.jpg
│ ├── bg.jpg
│ ├── boat.png
│ ├── BR-0004-03-2.jpg
│ ├── BR-0016-01-3T.jpg
│ ├── BR-APMPWRDEAN-2.jpg
│ ├── BR-HMC5883-01-2.jpg
│ ├── BT-hc06.jpg
│ ├── calibration01.jpg
│ ├── calibration02.jpg
│ ├── calibration03.jpg
│ ├── calibration04.jpg
│ ├── calibration05.jpg
│ ├── calibration06.jpg
│ ├── calibration07.jpg
│ ├── cameraGimalPitch1.png
│ ├── cameraGimalRoll1.png
│ ├── cameraGimalYaw.png
│ ├── camera-icon-G.png
│ ├── camera-icon.png
│ ├── car.png
│ ├── configuration.png
│ ├── connect.png
│ ├── dark_connect_icon.png
│ ├── dark_disconnect_icon.png
│ ├── dark_flightdata_icon.png
│ ├── dark_flightplan_icon.png
│ ├── dark_help_icon.png
│ ├── dark_initialsetup_icon.png
│ ├── dark_simulation_icon.png
│ ├── dark_terminal_icon.png
│ ├── dark_tuningconfig_icon.png
│ ├── data.png
│ ├── disconnect.png
│ ├── donate.png
│ ├── down.png
│ ├── firmware.png
│ ├── flightdata.png
│ ├── flightplanner.png
│ ├── frames-01.png
│ ├── frames-02.png
│ ├── frames-03.png
│ ├── frames-04.png
│ ├── frames-05.png
│ ├── frames-06.png
│ ├── frames-07.png
│ ├── frames-08.png
│ ├── frames-h.png
│ ├── frames_plus.png
│ ├── frames_x.png
│ ├── FW icons 2013+logos-011.png
│ ├── FW icons 2013+logos-012.png
│ ├── FW icons 2013+logos-01.png
│ ├── FW icons 2013+logos-02.png
│ ├── FW icons 2013+logos-03.png
│ ├── FW icons 2013+logos-04.png
│ ├── FW icons 2013+logos-05.png
│ ├── FW icons 2013+logos-06.png
│ ├── FW icons 2013+logos-07.png
│ ├── FW icons 2013+logos-08.png
│ ├── FW icons 2013+logos-09.png
│ ├── FW icons 2013+logos-10.png
│ ├── FW icons 2013+logos-11.png
│ ├── FW icons 2013+logos-12.png
│ ├── FW icons 2013+logos-13.png
│ ├── FW icons 2013+logos-14.png
│ ├── FW icons 2013+logos-15.png
│ ├── FW icons 2013+logos-16.png
│ ├── FW icons Y6.png
│ ├── guagebg.jpg
│ ├── hardwareconfig02.png
│ ├── hardwareconfig.png
│ ├── heli.png
│ ├── help.png
│ ├── helpwizard.png
│ ├── Hframelight.png
│ ├── Hframe.png
│ ├── iconWarning32.png
│ ├── iconWarning48.png
│ ├── IRIS_FW_ICON.png
│ ├── light_01.png
│ ├── light_03.png
│ ├── light_05.png
│ ├── light_06.png
│ ├── light_connect_icon.png
│ ├── light_disconnect_icon.png
│ ├── light_flightdata_icon.png
│ ├── light_flightplan_icon.png
│ ├── light_help_icon.png
│ ├── light_initialsetup_icon.png
│ ├── light_simulation_icon.png
│ ├── light_terminal_icon.png
│ ├── light_tuningconfig_icon.png
│ ├── maggps.png
│ ├── marker_01.png
│ ├── marker_02.png
│ ├── marker_03.png
│ ├── marker_04.png
│ ├── marker_05.png
│ ├── marker_06.png
│ ├── marker_07.png
│ ├── MAVCmd.txt
│ ├── MAVCmd.zh-Hans.txt
│ ├── MAVCmd.zh-TW.txt
│ ├── MAVParam.txt
│ ├── MAVParam.zh-Hans.txt
│ ├── MAVParam.zh-TW.txt
│ ├── MinimOSD.jpg
│ ├── missionplannerlogodark.png
│ ├── missionplannerlogo.png
│ ├── new-3DR-04.png
│ ├── new frames-01.png
│ ├── new frames-05.png
│ ├── new frames-05X.png
│ ├── new frames-06.png
│ ├── new frames-09.png
│ ├── new frames-10.png
│ ├── new frames-11.png
│ ├── new frames-12.png
│ ├── new frames-13.png
│ ├── new frames-14.png
│ ├── octox.png
│ ├── Parachute.png
│ ├── pixhawk2cube.jpg
│ ├── pixhawk.jpg
│ ├── plane2.png
│ ├── planebackground.png
│ ├── planetracker.png
│ ├── planner.png
│ ├── PlusFrames_02.png
│ ├── PlusFrames_04.png
│ ├── PlusFrames_06.png
│ ├── PlusFramesGreen_02.png
│ ├── PlusFramesGreen_04.png
│ ├── PlusFramesGreen_06.png
│ ├── PX4FLOW1.jpg
│ ├── px4.jpg
│ ├── quad2.png
│ ├── quadframes_01.jpg
│ ├── quadframes_03.jpg
│ ├── quadframes_05.jpg
│ ├── quadframes_07.jpg
│ ├── quadframes_13.jpg
│ ├── quadframes_15.jpg
│ ├── quadframes_16.png
│ ├── quadframeslight_01.jpg
│ ├── quadframeslight_03.jpg
│ ├── quadframeslight_05.jpg
│ ├── quadframeslight_07.jpg
│ ├── quadframeslight_13.jpg
│ ├── quadframeslight_15.jpg
│ ├── quadframeslight_16.png
│ ├── quadframesnormal_01.png
│ ├── quadframesnormal_03.png
│ ├── quadframesnormal_05.png
│ ├── quadframesnormal_06.png
│ ├── quadframesnormal_11.png
│ ├── quadframesnormal_12.png
│ ├── quadframesnormal_14.png
│ ├── quadhover_01.png
│ ├── quadhover_03.png
│ ├── quadhover_05.png
│ ├── quadhover_06.png
│ ├── quadhover_11.png
│ ├── quadhover_12.png
│ ├── quadhover_14.png
│ ├── redsinglecopter2.png
│ ├── rover-10.png
│ ├── rover-11.png
│ ├── rover.png
│ ├── selectvehicle.png
│ ├── Shutter.png
│ ├── simulation.png
│ ├── softwareconfig.png
│ ├── splashdark.jpg
│ ├── splash.jpg
│ ├── sub.png
│ ├── terminal.png
│ ├── uavcanesc.jpg
│ ├── up.png
│ ├── Welcome_to_Michael_Oborne.rtf
│ ├── wizardicon1.png
│ ├── wizardicon.png
│ ├── x8.png
│ └── y6.png
├── ScriptConsole.ar.resx
├── ScriptConsole.az-Latn-AZ.resx
├── ScriptConsole.cs
├── ScriptConsole.Designer.cs
├── ScriptConsole.id-ID.resx
├── ScriptConsole.ja-JP.resx
├── ScriptConsole.ko-KR.resx
├── ScriptConsole.pt.resx
├── ScriptConsole.resx
├── ScriptConsole.zh-Hans.resx
├── ScriptConsole.zh-Hant.resx
├── ScriptConsole.zh-TW.resx
├── Script.cs
├── Scripts
│ ├── datetime.py
│ ├── example1.py
│ ├── example2.py
│ ├── example3.py
│ ├── example4 wp.py
│ ├── example5 inject data.py
│ ├── example6.py
│ ├── example7.py
│ ├── example8 - speech.py
│ ├── example9 - sitl.py
│ ├── PARACHUTE LANDING APPROACH.py
│ ├── rc - heli.py
│ ├── rc.py
│ └── TAKEOFF.py
├── SerialInjectGPS.ar.resx
├── SerialInjectGPS.az-Latn-AZ.resx
├── SerialInjectGPS.cs
├── SerialInjectGPS.de-DE.resx
├── SerialInjectGPS.Designer.cs
├── SerialInjectGPS.id-ID.resx
├── SerialInjectGPS.ja-JP.resx
├── SerialInjectGPS.ko-KR.resx
├── SerialInjectGPS.pt.resx
├── SerialInjectGPS.resx
├── SerialOutputMD.ar.resx
├── SerialOutputMD.az-Latn-AZ.resx
├── SerialOutputMD.cs
├── SerialOutputMD.Designer.cs
├── SerialOutputMD.id-ID.resx
├── SerialOutputMD.ja-JP.resx
├── SerialOutputMD.ko-KR.resx
├── SerialOutputMD.pt.resx
├── SerialOutputMD.resx
├── SerialOutputNMEA.ar.resx
├── SerialOutputNMEA.az-Latn-AZ.resx
├── SerialOutputNMEA.cs
├── SerialOutputNMEA.Designer.cs
├── SerialOutputNMEA.id-ID.resx
├── SerialOutputNMEA.ja-JP.resx
├── SerialOutputNMEA.ko-KR.resx
├── SerialOutputNMEA.pt.resx
├── SerialOutputNMEA.resx
├── SerialOutputPass.ar.resx
├── SerialOutputPass.az-Latn-AZ.resx
├── SerialOutputPass.cs
├── SerialOutputPass.Designer.cs
├── SerialOutputPass.id-ID.resx
├── SerialOutputPass.ja-JP.resx
├── SerialOutputPass.ko-KR.resx
├── SerialOutputPass.pt.resx
├── SerialOutputPass.resx
├── SerialOutputPass.zh-Hans.resx
├── SikRadio
│ ├── app.config
│ ├── ChangeLog.txt
│ ├── Common.cs
│ ├── Config.cs
│ ├── Config.Designer.cs
│ ├── Config.resx
│ ├── Config.zh-Hans.resx
│ ├── Config.zh-Hant.resx
│ ├── Config.zh-TW.resx
│ ├── MainV2.cs
│ ├── MAVLinkSerialPort.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── sikico.png
│ │ ├── sik.png
│ │ └── Sik.psd
│ ├── Rssi.cs
│ ├── Rssi.Designer.cs
│ ├── Rssi.resx
│ ├── Rssi.zh-Hans.resx
│ ├── Rssi.zh-Hant.resx
│ ├── Rssi.zh-TW.resx
│ ├── sik.ico
│ ├── SikRadio.csproj
│ ├── Terminal.cs
│ ├── Terminal.Designer.cs
│ ├── Terminal.resx
│ ├── Terminal.zh-Hans.resx
│ ├── Terminal.zh-Hant.resx
│ ├── Terminal.zh-TW.resx
│ └── ThemeManager.cs
├── Splash.cs
├── Splash.Designer.cs
├── Splash.resx
├── Strings.az-Latn-AZ.resx
├── Strings.cs
├── Strings.de-DE.resx
├── Strings.Designer.cs
├── Strings.id-ID.resx
├── Strings.ja-JP.resx
├── Strings.ko-KR.resx
├── Strings.pt.resx
├── Strings.resx
├── Strings.zh-Hans.resx
├── Swarm
│ ├── DroneBase.cs
│ ├── FollowLeader
│ │ ├── Control.cs
│ │ ├── Control.Designer.cs
│ │ ├── Control.resx
│ │ ├── Drone.cs
│ │ └── DroneGroup.cs
│ ├── FollowPathControl.cs
│ ├── FollowPathControl.Designer.cs
│ ├── FollowPathControl.resx
│ ├── FollowPath.cs
│ ├── FormationControl.cs
│ ├── FormationControl.Designer.cs
│ ├── FormationControl.resx
│ ├── Formation.cs
│ ├── Grid.cs
│ ├── Grid.Designer.cs
│ ├── Grid.resx
│ ├── SRB
│ │ ├── Control.cs
│ │ ├── Control.Designer.cs
│ │ ├── Controller.cs
│ │ ├── Control.resx
│ │ ├── Drone.cs
│ │ └── DroneGroup.cs
│ ├── Status.cs
│ ├── Status.Designer.cs
│ ├── Status.resx
│ ├── Swarm.cs
│ ├── TD
│ │ ├── Controller.cs
│ │ ├── Drone.cs
│ │ └── DroneGroup.cs
│ └── WaypointLeader
│ ├── Drone.cs
│ ├── DroneGroup.cs
│ ├── Path.cs
│ ├── WPControl.az-Latn-AZ.resx
│ ├── WPControl.cs
│ ├── WPControl.Designer.cs
│ ├── WPControl.pt.resx
│ └── WPControl.resx
├── temp.cs
├── temp.Designer.cs
├── temp.resx
├── Updater
│ ├── app.config
│ ├── app.manifest
│ ├── mykey.snk
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Updater.csproj
│ └── Updater.sln
├── Utilities
│ ├── AltitudeAngel
│ │ ├── AASettings.cs
│ │ ├── AASettings.Designer.cs
│ │ ├── AASettings.resx
│ │ ├── AltitudeAngel.cs
│ │ ├── MapAdapter.cs
│ │ ├── MissionPlannerAdaptor.cs
│ │ └── OverlayAdapter.cs
│ ├── AP_GPS_base.cs
│ ├── AP_GPS_GSOF.cs
│ ├── AP_GPS_NOVA.cs
│ ├── AP_GPS_SBF.cs
│ ├── AP_Terrain.cs
│ ├── BoardDetect.cs
│ ├── CircleSurveyMission.cs
│ ├── Extensions.cs
│ ├── fftui.cs
│ ├── fftui.Designer.cs
│ ├── fftui.resx
│ ├── Firmware.cs
│ ├── GimbalPoint.cs
│ ├── httpserver.cs
│ ├── ImageProjection.cs
│ ├── LangUtility.cs
│ ├── LogAnalyzer.cs
│ ├── MeasureString.cs
│ ├── NGEN.cs
│ ├── OpticalFlow.cs
│ ├── ParameterMetaDataConstants.cs
│ ├── ParameterMetaDataParser.cs
│ ├── ParameterMetaDataRepositoryAPM.cs
│ ├── ParameterMetaDataRepositoryAPMpdef.cs
│ ├── ParameterMetaDataRepository.cs
│ ├── ParameterMetaDataRepositoryPX4.cs
│ ├── ParamFile.cs
│ ├── Password.cs
│ ├── POI.cs
│ ├── protogen
│ │ ├── common.xslt
│ │ ├── csharp.xslt
│ │ ├── protobuf-net.dll
│ │ ├── protogen.exe
│ │ ├── vb.xslt
│ │ └── xml.xslt
│ ├── Proximity.cs
│ ├── Speech.cs
│ ├── StreamCombiner.cs
│ ├── StringRedirectWriter.cs
│ ├── TerrainFollow.cs
│ ├── ThemeManager.cs
│ ├── Tracking.cs
│ ├── UDPMavlinkShim.cs
│ ├── UDPVideoShim.cs
│ └── Update.cs
├── version.exe
├── Warnings
│ ├── CustomWarning.cs
│ ├── WarningControl.cs
│ ├── WarningControl.resx
│ ├── WarningEngine.cs
│ ├── WarningsManager.cs
│ ├── WarningsManager.Designer.cs
│ └── WarningsManager.resx
├── wix
│ ├── licence.rtf
│ ├── mykey.snk
│ ├── Program.cs
│ ├── Properties
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── wix.csproj
├── Wizard
│ ├── 10FlightModes.ar.resx
│ ├── 10FlightModes.az-Latn-AZ.resx
│ ├── 10FlightModes.cs
│ ├── 10FlightModes.Designer.cs
│ ├── 10FlightModes.id-ID.resx
│ ├── 10FlightModes.ja-JP.resx
│ ├── 10FlightModes.ko-KR.resx
│ ├── 10FlightModes.pt.resx
│ ├── 10FlightModes.resx
│ ├── 10FlightModes.zh-Hans.resx
│ ├── 10FlightModes.zh-Hant.resx
│ ├── 10FlightModes.zh-TW.resx
│ ├── 11Verify.ar.resx
│ ├── 11Verify.az-Latn-AZ.resx
│ ├── 11Verify.cs
│ ├── 11Verify.Designer.cs
│ ├── 11Verify.id-ID.resx
│ ├── 11Verify.ja-JP.resx
│ ├── 11Verify.ko-KR.resx
│ ├── 11Verify.pt.resx
│ ├── 11Verify.resx
│ ├── 11Verify.zh-Hans.resx
│ ├── 11Verify.zh-Hant.resx
│ ├── 11Verify.zh-TW.resx
│ ├── 12FailSafe.ar.resx
│ ├── 12FailSafe.az-Latn-AZ.resx
│ ├── 12FailSafe.cs
│ ├── 12FailSafe.Designer.cs
│ ├── 12FailSafe.id-ID.resx
│ ├── 12FailSafe.ja-JP.resx
│ ├── 12FailSafe.ko-KR.resx
│ ├── 12FailSafe.pt.resx
│ ├── 12FailSafe.resx
│ ├── 12FailSafe.zh-Hans.resx
│ ├── 12FailSafe.zh-Hant.resx
│ ├── 12FailSafe.zh-TW.resx
│ ├── 13GeoFence.ar.resx
│ ├── 13GeoFence.az-Latn-AZ.resx
│ ├── 13GeoFence.cs
│ ├── 13GeoFence.Designer.cs
│ ├── 13GeoFence.id-ID.resx
│ ├── 13GeoFence.ja-JP.resx
│ ├── 13GeoFence.ko-KR.resx
│ ├── 13GeoFence.pt.resx
│ ├── 13GeoFence.resx
│ ├── 13GeoFence.zh-Hans.resx
│ ├── 13GeoFence.zh-Hant.resx
│ ├── 13GeoFence.zh-TW.resx
│ ├── 1Intro.ar.resx
│ ├── 1Intro.az-Latn-AZ.resx
│ ├── 1Intro.cs
│ ├── 1Intro.Designer.cs
│ ├── 1Intro.id-ID.resx
│ ├── 1Intro.ja-JP.resx
│ ├── 1Intro.ko-KR.resx
│ ├── 1Intro.pt.resx
│ ├── 1Intro.resx
│ ├── 1Intro.zh-Hans.resx
│ ├── 1Intro.zh-Hant.resx
│ ├── 1Intro.zh-TW.resx
│ ├── 2FrameFW.ar.resx
│ ├── 2FrameFW.az-Latn-AZ.resx
│ ├── 2FrameFW.cs
│ ├── 2FrameFW.Designer.cs
│ ├── 2FrameFW.id-ID.resx
│ ├── 2FrameFW.ja-JP.resx
│ ├── 2FrameFW.ko-KR.resx
│ ├── 2FrameFW.pt.resx
│ ├── 2FrameFW.resx
│ ├── 2FrameFW.zh-Hans.resx
│ ├── 2FrameFW.zh-Hant.resx
│ ├── 2FrameFW.zh-TW.resx
│ ├── 3ConnectAP.ar.resx
│ ├── 3ConnectAP.az-Latn-AZ.resx
│ ├── 3ConnectAP.cs
│ ├── 3ConnectAP.Designer.cs
│ ├── 3ConnectAP.id-ID.resx
│ ├── 3ConnectAP.ja-JP.resx
│ ├── 3ConnectAP.ko-KR.resx
│ ├── 3ConnectAP.pt.resx
│ ├── 3ConnectAP.resx
│ ├── 3ConnectAP.zh-Hans.resx
│ ├── 3ConnectAP.zh-Hant.resx
│ ├── 3ConnectAP.zh-TW.resx
│ ├── 4FrameType.ar.resx
│ ├── 4FrameType.az-Latn-AZ.resx
│ ├── 4FrameType.cs
│ ├── 4FrameType.Designer.cs
│ ├── 4FrameType.id-ID.resx
│ ├── 4FrameType.ja-JP.resx
│ ├── 4FrameType.ko-KR.resx
│ ├── 4FrameType.pt.resx
│ ├── 4FrameType.resx
│ ├── 4FrameType.zh-Hans.resx
│ ├── 4FrameType.zh-Hant.resx
│ ├── 4FrameType.zh-TW.resx
│ ├── 5AccelCalib.ar.resx
│ ├── 5AccelCalib.az-Latn-AZ.resx
│ ├── 5AccelCalib.cs
│ ├── 5AccelCalib.Designer.cs
│ ├── 5AccelCalib.id-ID.resx
│ ├── 5AccelCalib.ja-JP.resx
│ ├── 5AccelCalib.ko-KR.resx
│ ├── 5AccelCalib.pt.resx
│ ├── 5AccelCalib.resx
│ ├── 5AccelCalib.zh-Hans.resx
│ ├── 5AccelCalib.zh-Hant.resx
│ ├── 5AccelCalib.zh-TW.resx
│ ├── 6CompassCalib.ar.resx
│ ├── 6CompassCalib.az-Latn-AZ.resx
│ ├── 6CompassCalib.cs
│ ├── 6CompassCalib.Designer.cs
│ ├── 6CompassCalib.id-ID.resx
│ ├── 6CompassCalib.ja-JP.resx
│ ├── 6CompassCalib.ko-KR.resx
│ ├── 6CompassCalib.pt.resx
│ ├── 6CompassCalib.resx
│ ├── 6CompassCalib.zh-Hans.resx
│ ├── 6CompassCalib.zh-Hant.resx
│ ├── 6CompassCalib.zh-TW.resx
│ ├── 7BatteryMonitor.ar.resx
│ ├── 7BatteryMonitor.az-Latn-AZ.resx
│ ├── 7BatteryMonitor.cs
│ ├── 7BatteryMonitor.Designer.cs
│ ├── 7BatteryMonitor.id-ID.resx
│ ├── 7BatteryMonitor.ja-JP.resx
│ ├── 7BatteryMonitor.ko-KR.resx
│ ├── 7BatteryMonitor.pt.resx
│ ├── 7BatteryMonitor.resx
│ ├── 7BatteryMonitor.zh-Hans.resx
│ ├── 7BatteryMonitor.zh-Hant.resx
│ ├── 7BatteryMonitor.zh-TW.resx
│ ├── 8OptionalItemsAC.ar.resx
│ ├── 8OptionalItemsAC.az-Latn-AZ.resx
│ ├── 8OptionalItemsAC.cs
│ ├── 8OptionalItemsAC.Designer.cs
│ ├── 8OptionalItemsAC.id-ID.resx
│ ├── 8OptionalItemsAC.ja-JP.resx
│ ├── 8OptionalItemsAC.ko-KR.resx
│ ├── 8OptionalItemsAC.pt.resx
│ ├── 8OptionalItemsAC.resx
│ ├── 8OptionalItemsAC.zh-Hans.resx
│ ├── 8OptionalItemsAC.zh-Hant.resx
│ ├── 8OptionalItemsAC.zh-TW.resx
│ ├── 8OptionalItemsAP.ar.resx
│ ├── 8OptionalItemsAP.az-Latn-AZ.resx
│ ├── 8OptionalItemsAP.cs
│ ├── 8OptionalItemsAP.Designer.cs
│ ├── 8OptionalItemsAP.id-ID.resx
│ ├── 8OptionalItemsAP.ja-JP.resx
│ ├── 8OptionalItemsAP.ko-KR.resx
│ ├── 8OptionalItemsAP.pt.resx
│ ├── 8OptionalItemsAP.resx
│ ├── 8OptionalItemsAP.zh-Hans.resx
│ ├── 8OptionalItemsAP.zh-Hant.resx
│ ├── 8OptionalItemsAP.zh-TW.resx
│ ├── 98DontForget.ar.resx
│ ├── 98DontForget.az-Latn-AZ.resx
│ ├── 98DontForget.cs
│ ├── 98DontForget.Designer.cs
│ ├── 98DontForget.id-ID.resx
│ ├── 98DontForget.ja-JP.resx
│ ├── 98DontForget.ko-KR.resx
│ ├── 98DontForget.pt.resx
│ ├── 98DontForget.resx
│ ├── 98DontForget.zh-Hans.resx
│ ├── 98DontForget.zh-Hant.resx
│ ├── 98DontForget.zh-TW.resx
│ ├── 9RadioCalibration.ar.resx
│ ├── 9RadioCalibration.az-Latn-AZ.resx
│ ├── 9RadioCalibration.cs
│ ├── 9RadioCalibration.Designer.cs
│ ├── 9RadioCalibration.id-ID.resx
│ ├── 9RadioCalibration.ja-JP.resx
│ ├── 9RadioCalibration.ko-KR.resx
│ ├── 9RadioCalibration.pt.resx
│ ├── 9RadioCalibration.resx
│ ├── 9RadioCalibration.zh-Hans.resx
│ ├── 9RadioCalibration.zh-Hant.resx
│ ├── 9RadioCalibration.zh-TW.resx
│ ├── IWizard.cs
│ ├── Wizard.ar.resx
│ ├── Wizard.az-Latn-AZ.resx
│ ├── Wizard.cs
│ ├── Wizard.Designer.cs
│ ├── Wizard.ja-JP.resx
│ ├── Wizard.ko-KR.resx
│ ├── Wizard.pt.resx
│ ├── Wizard.resx
│ ├── Wizard.zh-Hans.resx
│ ├── Wizard.zh-Hant.resx
│ └── Wizard.zh-TW.resx
├── yuvtorgb_fragment.glsl
└── yuvtorgb_vertex.glsl
255 directories, 3319 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论