embedded toolbox _api outpout

7 次查看(过去 30 天)
Hello, when I try to produce c code from an m file (for example test), the c files produced, contain, apart from the test.c file, also a test_api.c. What is the use of this api file?

采纳的回答

Kaustubha Govind
Kaustubha Govind 2011-3-15
It defines the interface functions for the algorithm. Essentially, the function exported from test_api.h is the one you should be calling in your external application.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Embedded Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by