структуризировано:

выделены отдельный файл для работы с wrapper и appwrapper
This commit is contained in:
2025-06-15 10:55:05 +03:00
parent 245592a821
commit edb22966ff
4 changed files with 272 additions and 226 deletions

View File

@@ -39,7 +39,7 @@ classdef asynchManage < handle
methods (Access = private)
function saveCallback(obj)
try
mcuMask.saveAndClose(obj.maskBlockPath);
mcuMask.close(obj.maskBlockPath);
save_system(obj.modelName);
catch ME
warning('progr:Nneg', 'Ошибка при сохранении модели: %s', ME.message);
@@ -79,7 +79,7 @@ classdef asynchManage < handle
function GUIconfigCallback(obj)
try
mcuMask.saveAndClose(obj.maskBlockPath);
mcuMask.close(obj.maskBlockPath);
mexing(0);
catch ME
warning('progr:Nneg', 'Ошибка при обновлении модели: %s', ME.message);