OHyMoS.NET Class Library

OhSenderPort メンバ

OhSenderPort 概要

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

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

パブリック プロパティ

CommentString _commentString を取得・設定します。 Gets or sets"_commentString".
DataPackArray データパックが格納された配列リストを取得します。 抽象プロパティです。 Abstract property. Gets the datapack array.
DataType データの型を返します。 Gets the datapack type string of this port.
DctVec この送信端子が供給するデータのデータ補間型配列リストを取得・設定します。 抽象プロパティです。 Abstract property. It should return the data connection vector.
NecessaryTimeFrom データ必要時刻を取得します。 The minimum thing is got among OhElement.getNecessaryTimeFrom() of the "_owner" and OhPort.getNecessaryTimeFrom() of the port of a sending place.
NecessaryTimeTo データ必要時刻を取得します。 The maxmum thing is got among OhElement.getNecessaryTimeTo() of the "_owner" and OhPort.NecessaryTimeTo of the port of a sending place.

パブリック メソッド

areYouReady 計算作業前の確認を行ないます。 Check that it is in the state where data packs can be transmitted.
canYouGetDataオーバーロード。 取得可能データパックの確認を行ないます。 Abstract method. Checks the data time recorded.
doSwitch 端子の接続作業の終了処理およびデータ送受信開始のための準備作業を行います。 Finish registration of receivers and count the number of receivers.
getDataPackオーバーロード。 時刻指定によりデータパックを取得(送信) します。 Abstract method. Sends the datapacks.
getDataPackArray データパックの配列リストを送信(取得)します。 Abstract method. Sends the datapack array.
initオーバーロード。 オブジェクト名、オブジェクト番号を初期化します。 Initialization.
printConnection 接続情報を出力します。 この端子の接続関係に関する情報を第一引数であるストリーム aSw に出力します。 The information about the connection relation of this port is outputted to "aSw".
reduceDataPackStock 不要データパックを消去します。 Abstract method. Deletion of an unnecessary datapacks.
registerReceiver 送信先(受信側)端子を登録します。 Registers a receiver.
setDataPackArray デ−タパックの配列リストを設定します。 Abstract method. Makes data pack array.

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

_bufferList 作業用の線形リストです。 The list for work.
_commentString データ文字列です。 Comment about data.
_numberOfReceivers _receiverArray の要素数です。 The number of elements of "_receiverArray".
_receiverArray 送信先の受信端子を記憶するための Object 型配列です。 Array for memorizing the ports of sending place.

参照

OhSenderPort クラス | OhymosNet 名前空間