target パッケージ
ターゲット ハードウェアとビルド ツールの情報の管理
R2019a 以降
説明
これらのクラスを使用して、ターゲット ハードウェアとビルド ツールの情報を管理します。たとえば、コード生成用に新しいターゲット ハードウェアを登録したり、エクスターナル モードおよびプロセッサインザループ (PIL) シミュレーション用にターゲット接続性を設定したり、開発用コンピューターでの生成コードの作成用にカスタムの CMake ツールチェーン定義を作成したりします。
クラス
target.Alias | ターゲット オブジェクトの代替識別子を作成 |
target.CMake | Specify CMake installation for building generated code |
target.CMakeBuildType | Describe CMake build type or build configuration |
target.CMakeBuilder | Configure how CMake builds generated code |
target.CMakeCacheEntry | Configure a CMake cache entry |
target.EnvironmentConfiguration | Configure system environment for toolchain |
target.HardwareComponentSupport | Describe support for a hardware component |
target.LanguageImplementation | C および C++ コンパイラの実装の詳細を提供 |
target.Object | ターゲット タイプの基底クラス |
target.Processor | ターゲット プロセッサ情報の提供 |
target.Toolchain | Capture high-level information about toolchain |
関数
target.add | ターゲット オブジェクトを内部データベースに追加 |
target.clear | Clear all target objects from internal database |
target.create | ターゲット オブジェクトを作成 |
target.export | ターゲット オブジェクトのデータをエクスポート |
target.get | ターゲット オブジェクトを内部データベースから取得 |
target.remove | 内部データベースからのターゲット オブジェクトの削除 |
target.update | Update target objects in internal database |
target.upgrade | ハードウェア デバイスの既存の定義のアップグレード |
バージョン履歴
R2019a で導入