资源简介
地面站C#源码开发中可直接调用的动态库及源码,解决了mavgenerate生成C#时的bug
代码片段和文件信息
/*
MAVlink protocol implementation (auto-generated by mavgen.py)
Generated from: common.xml
Note: this file has been auto-generated. DO NOT EDIT
*/
using System;
using System.Reflection;
[assembly: Assemblytitle(“Mavlink Classes“)]
[assembly: AssemblyDescription(“Generated Message Classes for Mavlink. See http://qgroundcontrol.org/mavlink/start“)]
[assembly: AssemblyProduct(“Mavlink“)]
[assembly: AssemblyVersion(“1.0.0.0“)]
[assembly: AssemblyFileVersion(“1.0.0.0“)]
namespace Mavlink
{
///
/// Micro air vehicle / autopilot classes. This identifies the individual model.
///
public enum MAV_AUTOPILOT : uint
{
///
/// Generic autopilot full support for everything
///
MAV_AUTOPILOT_GENERIC = 0
///
/// Reserved for future use.
///
MAV_AUTOPILOT_RESERVED = 1
///
/// SLUGS autopilot http://slugsuav.soe.ucsc.edu
///
MAV_AUTOPILOT_SLUGS = 2
///
/// ArduPilotMega / ArduCopter http://diydrones.com
///
MAV_AUTOPILOT_ARDUPILOTMEGA = 3
///
/// OpenPilot http://openpilot.org
///
MAV_AUTOPILOT_OPENPILOT = 4
///
/// Generic autopilot only supporting simple waypoints
///
MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY = 5
///
/// Generic autopilot supporting waypoints and other simple navigation commands
///
MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY = 6
///
/// Generic autopilot supporting the full mission command set
///
MAV_AUTOPILOT_GENERIC_MISSION_FULL = 7
///
/// No valid autopilot e.g. a GCS or other MAVlink component
///
MAV_AUTOPILOT_INVALID = 8
///
/// PPZ UAV - http://nongnu.org/paparazzi
///
MAV_AUTOPILOT_PPZ = 9
///
/// UAV Dev Board
///
MAV_AUTOPILOT_UDB = 10
///
/// FlexiPilot
///
MAV_AUTOPILOT_FP = 11
///
/// PX4 Autopilot - http://pixhawk.ethz.ch/px4/
///
MAV_AUTOPILOT_PX4 = 12
///
/// SMACCMPilot - http://smaccmpilot.org
///
MAV_AUTOPILOT_SMACCMPILOT = 13
///
/// AutoQuad -- http://autoquad.org
///
MAV_AUTOPILOT_AUTOQUAD = 14
///
/// Armazila -- http://armazila.com
///
MAV_AUTOPILOT_ARMAZILA = 15
///
/// Aerob -- http://aerob.ru
///
MAV_AUTOPILOT_AEROB = 16
///
/// ASLUAV autopilot -- http://www.asl.ethz.ch
///
MAV_AUTOPILOT_ASLUAV = 17
///
/// SmartAP Autopilot - http://sky-drones.com
///
MAV_AUTOPILOT_SMARTAP = 18
///
/// AirRails - http://uaventure.com
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 283058 2018-12-29 10:15 1\1.generated.cs
文件 165856 2018-12-29 10:15 1\1_codec.generated.cs
文件 142848 2018-12-29 10:15 1\mavli
文件 275968 2018-12-29 10:15 1\mavli
文件 377036 2018-12-29 10:15 1\mavli
目录 0 2018-12-29 10:23 1
----------- --------- ---------- ----- ----
1244766 6
- 上一篇:C#制作的飞机大战源码
- 下一篇:c#窗体应用程序两个列数相同的矩阵合并代码
相关资源
- c#窗体应用程序两个列数相同的矩阵合
- C#制作的飞机大战源码
- C#连接SQl数据库做的 图书馆管理系统
- c# winform 非常简单的走迷宫
- C#远程备份、单机备份自写Demo
- Unity GameView相机移动和旋转脚本
- C# 串口助手波形显示
- C#源码:IP、MAC、DNS、网关自动修改成
- C#WebSocket初学者必备
- 基于C#的洗衣管理系统
- c# socket demo 已经封装成共通
- C#根据月份和订票数量决定机票价格的
- C#Excel大量数据快速导入数据库
- C#简易WebSocket通信(非服务器实现)
- C# Winform 嵌入Google浏览器 Chrome 与JS交
- 《Unity5实战使用C#和Unity开发多平台游
- C# winform ATM-自动取款机模拟软件设计
- C# SQL教师信息管理系统
- C# 做的WINDOWS窗体程序-简易计算器
- C#完成的个人理财系统
- C#AJAX
- C#基于Halcon实现Basler相机采图SDK
- C#引入Redis时所需四个DLL
- C#获取usb设备VID和PID
- C#实现复数类,包括加减乘除乘方开方
- C#图像二值化代码
- 用遗传算法/模拟退火算法 求解旅行商
- 基于C#开发的图片处理工具
- C#简单工厂模式计算器
- C#SerialPort通信详细介绍
评论
共有 条评论