Класс: RTW.ModelSpecificCPrototype
Пакет: RTW
Создайте специфичный для модели объект прототипа C
obj
= RTW.ModelSpecificCPrototype
создает указатель, obj
= RTW.ModelSpecificCPrototype
, к объекту класса obj
RTW.ModelSpecificCPrototype
.
| Указатель для моделирования конкретного объекта прототипа С. |
Создайте объект управления функцией, a
, и используйте его, чтобы добавить аргумент строения информацию к модели:
% Open the rtwdemo_counter model and specify the System Target File rtwdemo_counter set_param(gcs,'SystemTargetFile','ert.tlc') %% Create a function control object a=RTW.ModelSpecificCPrototype %% Add argument configuration information for Input and Output ports addArgConf(a,'Input','Pointer','inputArg','const *') addArgConf(a,'Output','Pointer','outputArg','none') %% Attach the function control object to the model attachToModel(a,gcs)
Используйте диалоговое окно Configure C Step Function Interface, чтобы настроить функцию шага базовой скорости С для модели, основанной на скорости. См. «Конфигурирование имен и аргументов для отдельных функций шага».