Create my custom type for S-function input (from Ada to Mex purpose)

3 visualizzazioni (ultimi 30 giorni)
Hello,
I am currently working on a Ada-file conversion to a Mex file, in order to use it inside a S-Function block.
Do you know how to declare my custom type for ssSetInputPortDataType function ? (I want to create a enumeration type for instance)
In this documentation (https://mathworks.com/help/simulink/sfg/ssgetinputportdatatype.html), it says : "Integer values of 9 or greater represent custom data types such as fixed-point types, bus types, and enumerated data types. The meaning of each value depends on the number and kind of custom data types that you use in a model.", but I can't find where to edit it.
Thank you

Risposte (1)

Ramtej
Ramtej il 7 Set 2023
Hi Danny,
I understand that you are trying to declare a custom data type for Input port in S-Function block.
You can declare a custom data type using the function "ssRegisterDataType" inside your initialization function.
Refer to the documentation below for the detailed instructions on how to configure custom data types.
Hope this resolves your query!

Categorie

Scopri di più su Simulink Coder in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by