修改航点,添加属性,修改显示
This commit is contained in:
@@ -77,13 +77,13 @@ protected:
|
||||
/** @brief Rebuild the list of components */
|
||||
void rebuildComponentList();
|
||||
/* @brief Create a new tree for a new UAS */
|
||||
void addUAStoTree(int sysId);
|
||||
void addUAStoTree(int m_sysid);
|
||||
|
||||
static const unsigned int updateInterval; ///< The update interval of the refresh function
|
||||
static const float updateHzLowpass; ///< The low-pass filter value for the frequency of each message
|
||||
|
||||
private slots:
|
||||
void _vehicleAdded(quint32 id);
|
||||
void _vehicleAdded(quint32 m_sysid, quint32 m_compid);
|
||||
|
||||
private:
|
||||
Ui::MAVLinkInspector *ui;
|
||||
|
||||
Reference in New Issue
Block a user