How to access the extern declared global variables in a imported C function?

1 vue (au cours des 30 derniers jours)
Jose Peral
Jose Peral le 11 Fév 2020
Modifié(e) : Jose Peral le 12 Fév 2020
Hi,
I imported C code into Embedded Coder using C caller block.
My C file has extern declarations for variables.
I do not know how I can access this extern variables to pass them values from Simulink application.
I am thinking to create an interface C function that receive lot of arguments and define and assign the values to the externs. But there is a lot of signals (global variables).
Is it any other simpler way of doing this without having to write explicitly new interface C functions?
Regards.

Réponses (0)

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by