이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
블록 대체
Simulink® 블록에 대한 코드 대체 매핑 정의
특정 Simulink 블록에서 생성된 코드를 사용자 지정 구현 코드로 바꿉니다. 계산 집약적인 블록의 경우, 디폴트로 생성된 코드를 타깃 하드웨어에 최적화된 라이브러리 함수와 같은 사용자 지정 구현으로 바꿀 수 있습니다.
클래스
RTW.TflBlockEntry | Create block replacement entry (R2024a 이후) |
함수
RTW.BlockProperty | Create a block property specification for a block replacement entry (R2024a 이후) |
객체
RTW.CImplementation | Specify implementation function for a block replacement entry (R2024a 이후) |
도움말 항목
- Block Replacement for Code Optimization
Customize how and when the code generator replaces C/C++ code that it generates for Simulink blocks.
- Replace Code Generated from Discrete FIR Filter Blocks
Define code replacement mappings that replace code generated from filter blocks.
- Use Derived Data in Replacement Code Implementations
Define how implementation code uses data derived from block inputs, outputs, and parameters.