Contenuto principale

coder.buildhookcontext.Entry Class

R2026b

Namespace: coder.buildhookcontext

Provide information about start of build process

Since R2026b

Description

The coder.buildhookcontext.Entry class provides information about the start of the build process.

Properties

expand all

Name of the target model, returned as a character vector.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: char

Configuration set for the target model, returned as a Simulink.ConfigSet object.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: Simulink.ConfigSet

Information about the target hardware board, returned as a target.Board object.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: target.Board

Information about the toolchain for building the target model, returned as a target.Toolchain object.

This property is empty if you use the template makefile approach, or if you use a toolchain defined using coder.make.ToolchainInfo.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: target.Toolchain

Name of the toolchain for building the target model, returned as a character vector.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: char

Whether the target model is configured to generate code only, returned as a numeric or logical 1 (true) or 0 (false).

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: logical

Whether the target model is built as a model reference, returned as a numeric or logical 1 (true) or 0 (false).

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: logical

Path to and name of the system target file, returned as a character vector.

Attributes:

GetAccess
public
SetAccess
immutable

Data Types: char

Version History

Introduced in R2026b