이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
애플리케이션 인터페이스
애플리케이션은 코드 생성기가 최상위 모델에서 생성하는 코드 단위입니다. 타깃 실행 환경에서 사용할 애플리케이션을 배포합니다. 코드 생성기가 타깃 환경 서비스와 상호 작용할 수 있는 코드를 생성하려면 다음을 조합하여 코드 생성기가 인터페이스 요구 사항을 인식하도록 해야 합니다.
최상위 모델의 모델 요소
코드 인터페이스 구성에 정의된 인터페이스와 모델 요소를 연결하는 코드 매핑
생성된 애플리케이션 코드는 다음과 같은 생성된 코드 인터페이스를 통해 타깃 환경 서비스와 상호 작용합니다.
스케줄러와 같은 타깃 소프트웨어가 호출할 수 있는 진입점 함수
타깃 소프트웨어에 대한 함수 호출
도움말 항목
- Model Code Interfaces
Represent code interfaces in top models.
- Periodic and Aperiodic Function Interfaces
Generate callable entry-point functions for the algorithm represented by a top model.
- Startup, Reset, and Shutdown Function Interfaces
Generate callable entry-point functions for startup, reset, and shutdown processing represented by a model.
- Data Interfaces
Generate C or C++ data interface code.
- Message Communication Interfaces
Generate C/C++ code to use messages for communication.
- Client-Server Communication Interfaces
Design model that uses client-server communication.
- Device Driver I/O Interfaces
Design a model that reads input from or writes output to hardware devices.