|
|
@ -47,7 +47,7 @@ public: |
|
|
|
/** @brief Get the human-friendly name of this protocol */ |
|
|
|
/** @brief Get the human-friendly name of this protocol */ |
|
|
|
QString getName(); |
|
|
|
QString getName(); |
|
|
|
/** @brief Get the system id of this application */ |
|
|
|
/** @brief Get the system id of this application */ |
|
|
|
int getSystemId(); |
|
|
|
int getSystemId() const; |
|
|
|
/** @brief Get the component id of this application */ |
|
|
|
/** @brief Get the component id of this application */ |
|
|
|
int getComponentId(); |
|
|
|
int getComponentId(); |
|
|
|
|
|
|
|
|
|
|
@ -60,7 +60,7 @@ public: |
|
|
|
return MAVLINK_VERSION; |
|
|
|
return MAVLINK_VERSION; |
|
|
|
} |
|
|
|
} |
|
|
|
/** @brief Get the currently configured protocol version */ |
|
|
|
/** @brief Get the currently configured protocol version */ |
|
|
|
unsigned getCurrentVersion() { |
|
|
|
unsigned getCurrentVersion() const{ |
|
|
|
return _current_version; |
|
|
|
return _current_version; |
|
|
|
} |
|
|
|
} |
|
|
|
/**
|
|
|
|
/**
|
|
|
|