Real-Time Workshop Release Notes    

既知のソフトウェアとドキュメントの問題

本節では、Real-Time Workshop Version 5.0での既知のソフトウェアとドキュメントの問題の記述へのリンクを含みます。

従来のリリースで報告されたバグの一覧は、Known Software Problemを参照してください。

Target Language Compilerライブラリ関数の不正確な記述

LibBlockInputSignalConnected(portIdx)

Target Language Compiler Reference Guideは、現在この関数を以下のように不正確に記述しています。 "Returns whether the specified input port is connected to a nonvirtual block." 正確な記述は以下の通りです。

"LibBlockInputSignalConnected returns 1 if the specified input port is connected to a block other than the Ground block and 0 otherwise."

LibBlockOutputSignalConnected(portIdx)

Target Language Compiler Reference Guideは、現在この関数を以下のように不正確に記述しています。 "Returns whether the specified output port is connected to a nonvirtual block." 正確な記述は以下の通りです。

"LibBlockOutputSignalConnected returns 1 if the specified outputport is connected to a block other than the Terminator block and 0 otherwise."

これらの記述は、最終リリースで修正される予定です。


  旧リリースからのアップグレード Real-Time Workshop 4.1 Release Notes