добавил получение версии ПО

This commit is contained in:
2024-11-14 15:10:32 +03:00
parent eda26319c4
commit 515a05ec9b
4 changed files with 277 additions and 51 deletions

View File

@@ -39,6 +39,8 @@ namespace api_driver {
std::string loadSettings() const;
std::string loadFirmwareVersion() const;
/**
* Установить настройки RX/TX, readback можно получить используя loadTerminalState
*/
@@ -59,6 +61,10 @@ namespace api_driver {
*/
void setQosSettings(boost::property_tree::ptree &pt);
void setNetworkSettings(boost::property_tree::ptree & pt);
void setDebugSendSettings(boost::property_tree::ptree & pt);
~ApiDriver();
private: