embedded toolbox _api outpout

7 ビュー (過去 30 日間)
Vasiliki
Vasiliki 2011 年 3 月 15 日
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 Center および File ExchangeEmbedded Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by