How to pass address of a variable to an S- function block containing C code?
Afficher commentaires plus anciens
When I declare a variable as "importedexternpointer" and use that variable in a constant block and connect it to the s-function, the code generated passes the contents of the pointer variable such as( *variable). Is there a way to pass just the contents of the variable such as(variable) or better if it could send the address of the variable, such as (&variable)? Or should I be using a block other than the constant block?
Réponses (0)
Catégories
En savoir plus sur Embedded Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!