How to pass address of a variable to an S- function block containing C code?

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?

Antworten (0)

Kategorien

Mehr zu Embedded Coder finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 24 Mär. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by