This commit is contained in:
2020-04-13 21:37:30 +08:00
parent 0e2a05af55
commit 7db85cc4c3
13 changed files with 139 additions and 14 deletions
+2 -2
View File
@@ -217,7 +217,7 @@ void UAVItem::SetCAS(double CAS_mps)
this->CAS_mps = CAS_mps;
}
void UAVItem::SetGroundspeed(double vNED[3], int m_maxUpdateRate_ms)
void UAVItem::SetGroundspeed(double vNED[3], int m_maxUpdateRate_ms)//这个应该没有任何意义
{
this->vNED[0] = vNED[0];
this->vNED[1] = vNED[1];
@@ -398,7 +398,7 @@ void UAVItem::SetShowUAVInfo(bool const & value)
update();
}
void UAVItem::generateArrowhead()
void UAVItem::generateArrowhead()//不需要
{
qreal arrowSize = 10;