AOS API

版本 1.3 (361.6 KB) 作者: Caroline Brandberg
Abstract Operating System
82.0 次下载
更新时间 2019/5/30

查看许可证

The Abstract Operating System (AOS) API aims at providing portability
and extendability for code generated by Simulink. The API is tailored to the synchronous reactive model
and is rich enough to fulfill its purpose, yet small enough to easily
be extended to a set of practical operating systems.
To map the generated code provided by MATLAB/Simulink to an operating system,
the *AOS_cfg.c* and *AOS_cfg.h* needs to be added, which provides an implementation
of the required types and functions defined in *AOS.h* (Which will be generated
from MATLAB/Simulink).
A mapping to Windows, Linux and PikeOS is provided under the
directory AOS_mapping. To extend to another operating system, simply provide
an implementation for *AOS_cfg.c* and *AOS_cfg.h* for the requested operating system.

引用格式

Caroline Brandberg (2024). AOS API (https://www.mathworks.com/matlabcentral/fileexchange/65247-aos-api), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Get Started with DSP System Toolbox 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3

AOS API and demo models updated for R2019a

1.2

Script to separate direct feedthrough blocks and non direct feedthrough blocks extended to work for signals propagating in more than one direction

1.1.0.0

Additional mapping for PikeOS provided

1.0.0.0