OHyMoS.NET Class Library

OhElement.sendStockedData メソッド 

反復目標時刻までにたまったデータを出力するメソッドです。

It is the method which outputs the data which accumulated by repetitive target time.
public virtual void sendStockedData();

解説

出力端子の、例えば OhSendDouble.sendData(OhTimePoint, double) などを利用して下さい。 反復計算を行なう要素で必ず再定義して下さい。 再定義しない場合はエラーメッセージを出して exit します。

For example, please use 'OhSendDouble sendData(OhTimePoint aT, double aValue)'.

Please be sure to re-define by the element which performs repeated calculation. When not giving a re-definition, an error message is sent, and it exits.

参照

OhElement クラス | OhymosNet 名前空間