주요 콘텐츠

이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

생성 코드 인터페이싱

C API 인터페이스와 Code Descriptor 인터페이스를 사용하여 생성 코드와 외부 애플리케이션 코드 간에 데이터를 교환합니다.

일부 애플리케이션은 생성 코드와 외부 애플리케이션 코드 간에 데이터를 교환해야 합니다. MATLAB code descriptor API를 사용하여 생성 코드에 대한 메타데이터를 얻습니다. C API를 사용하여 런타임에 생성된 코드와 인터페이싱하고 타깃 플랫폼에서 모델 코드를 실행하는 동안 모델 요소를 모니터링하고 조정합니다.

클래스

모두 확장

coder.codedescriptor.CodeDescriptorReturn information about generated code
coder.descriptor.DataInterfaceReturn information about different types of data interfaces
coder.descriptor.FunctionInterfaceReturn information about entry-point functions
coder.descriptor.LookupTableDataInterfaceReturn information about Lookup Table blocks that have tunable parameters
coder.descriptor.BreakpointDataInterfaceReturn information about tunable breakpoint set data for a lookup table that has tunable parameters
coder.descriptor.SignalOfInterestReturn information about signals of interest in generated code (R2025a 이후)
coder.descriptor.DataImplementationReturn information about implementation of data in generated code (R2025a 이후)
coder.descriptor.TypedRegionReturn information about implementation of typed data in generated code (R2025a 이후)
coder.descriptor.types.AggregateReturn information about variable of aggregate type (R2024a 이후)
coder.descriptor.types.AggregateElementReturn information about element of aggregate type (R2024a 이후)
coder.descriptor.types.ArgumentReturn information about argument associated with function or method in generated code (R2024a 이후)
coder.descriptor.types.BoolReturn information about variable of Boolean type (R2024a 이후)
coder.descriptor.types.CharReturn information about variable of character type (R2024a 이후)
coder.descriptor.types.ComplexReturn information about variable of complex type (R2024a 이후)
coder.descriptor.types.DoubleReturn information about variable of double-precision type (R2024a 이후)
coder.descriptor.types.EnumReturn information about variable of enum type (R2024b 이후)
coder.descriptor.types.FixedReturn information about variable of fixed-point type (R2024a 이후)
coder.descriptor.types.HalfReturn information about variable of half-precision type (R2024a 이후)
coder.descriptor.types.IntegerReturn information about variable of integer type (R2024a 이후)
coder.descriptor.types.MatrixReturn information about variable of matrix type (R2024a 이후)
coder.descriptor.types.NumericReturn information about variable of numeric type (R2024a 이후)
coder.descriptor.types.PointerReturn information about variable of pointer type (R2024a 이후)
coder.descriptor.types.PrototypeReturn information about function prototype in generated code (R2024a 이후)
coder.descriptor.types.ReferenceReturn information about variable of reference type (R2024a 이후)
coder.descriptor.types.ScalarReturn information about variable of scalar type (R2024a 이후)
coder.descriptor.types.SingleReturn information about variable of single-precision type (R2024a 이후)
coder.descriptor.types.StructReturn information about variable of struct type (R2024a 이후)
coder.descriptor.types.TypeReturn information about data type of modeling element or corresponding variable in generated code (R2024a 이후)
coder.descriptor.types.UnionReturn information about variable of union type (R2024a 이후)
coder.descriptor.types.VoidRepresent base type of void pointer (R2024a 이후)

함수

모두 확장

getCodeDescriptorCreate coder.codedescriptor.CodeDescriptor object for model

도움말 항목

C API 인터페이스

Code Descriptor 인터페이스