1 Star 1 Fork 0

Jianlin/ASC_WorkStation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uav.h 201 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jianlin 提交于 2021-08-16 09:54 . close to the end
#ifndef UAV_H
#define UAV_H
#include <QMetaType>
#include <iostream>
class UAV
{
public:
UAV();
UAV(const UAV& u);
~UAV();
float position[10];
int8_t state[3];
};
#endif // UAV_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shi_jian_lin/asc_workstation.git
git@gitee.com:shi_jian_lin/asc_workstation.git
shi_jian_lin
asc_workstation
ASC_WorkStation
master

搜索帮助