OHyMoS.NET Class Library

OhInputFileInt メンバ

OhInputFileInt 概要

パブリック コンストラクタ

OhInputFileInt オーバーロード。 OhInputFileInt クラスの新しいインスタンスを初期化します。

パブリック プロパティ

DataType 入力データパックのデータ値の型 int を文字列 "int" を取得します。 Gets the data pack type which expresses the type of data to be received.

パブリック メソッド

initオーバーロード。 オブジェクト名(ファイル名)を aFileName、オブジェクト番号を 0 に初期化します。 Initializ the object. This method assigns the argument aFileName to the instance variable (Ref "OhObject._className").
makeDataPack 引数 aLineData に格納されているデータパック文字列からデータ パックを作成し、OhDataPack 型として戻します。 Reads string datapacks of type int, creates datapacks of type int, and returns it.
parseSpecLine 引数で与えられた、"#& " で始まる行を解析して、対応して定義 された操作を実行します。 The parseSpecLine method analyzes the line which starts with "#& " and executes the specified operation by the line.
sendByString 引数 aStr に格納されているデータパック文字列からデータパッ クを作成し、それを入力端子に収録します。 Stocks the datapack of type int which is stored in the form of string.

内部プロテクト フィールド

_mulfactor 入力ファイルから読み取られる値に乗ずる値(乗数)です。 Multiplication factor to the value which is read in from the input file.

参照

OhInputFileInt クラス | OhymosNet 名前空間