This section holds executable instructions that contribute to the process initialization code.
である。 このセクションはプロセス初期化コードに配置される実行可能命令を保持する。
Select the property for which you would like to modify the initialization code.
The initialization code allocates it space.
初期化コードは、デバイスにその空間を割り当てる。
You can add additional initialization code here.
ここに初期化コードを追加できます。
To modify the initialization code generated for a component's property
コンポーネントのプロパティーに対して生成された初期化コードを変更する
In addition, you can write custom code and specify where it should be placed within the initialization code.
また、カスタムコードを作成し、初期化コードへのそのコードの挿入場所を指定することもできます。
Using the dialog, you can also write custom code that is added to the initialization code.
このダイアログを使用すると、初期化コードに追加するカスタムコードを記述することもできます。
When you open the project, you will find the initialization code, like the one shown at the top of this page, is already embedded.
そのため、プロジェクトを開いた段階で、このページの初めに示したような初期化コードがすでに埋め込まれています。
In a device which is a controller of another bus, an attach function should call a initialization code of the bus.
別のバスのコントローラとなるデバイスでは、 attach 関数の中でそのバスの初期化コードを呼び出さなくてはなりません。
To overcome this difficulty, you can move the initialization code to a load handler of the window being opened or pass a callback function, as described below.
この困難に打ち勝つには、開かれようとしているウィンドウの load ハンドラに初期化コードを移動するか、下記にあるようにコールバック関数を渡すのがいいでしょう。
This class contains component definitions (and initialization code) for all components that you have defined on this page, as well as lifecycle methods and event handlers where you may add behavior to respond to incoming events.
このクラスには、このページで定義されているすべてのコンポーネントの コンポーネント定義 (および初期化コード) ばかりでなく、 ライフサイクルメソッドやイベントハンドラ (受信イベントに応答するための 動作を追加できる) が含まれます。
We will later implement a sample code as a whole, so we will skip a step for implementing an initialization code.
この手順ではサンプルコードをまとめて実装するため、初期化コードの実装は省略します。
Newconfig framework defines how to call a initialization code of the bus, so you need to change an attach function.
newconfig 化作業では、バスの初期化コードの呼び出し方法も 規定されていますので、変更が必要になります。