OHyMoS.NET Class Library

OhOutputFile クラス

出力ファイル用受信端子モデルを表すクラスです。抽象クラスです。 このクラスはOhOutputPortを 継承しています。

OhOutputFile; Model for output ports which receive datapacks and print them in a file. It extends OhOutputPort class.

この型のすべてのメンバの一覧については、 OhOutputFile メンバを参照してください。

System.Object
   OhymosNet.OhObject
      OhymosNet.OhPort
         OhymosNet.OhReceivePort
            OhymosNet.OhOutputPort
               OhymosNet.OhOutputFile
                  OhymosNet.OhOutputFileDouble
                  OhymosNet.OhOutputFileFloat
                  OhymosNet.OhOutputFileInt
                  OhymosNet.OhOutputFileLong

public abstract class OhOutputFile : OhOutputPort

解説

全体系内で受信したデータパックをファイルに記録します。

抽象クラスです。 OhOutputFileDouble, OhOutputFileInt, OhOutputFileLong, OhOutputFileFloat, クラスを派生します。

ファイル名はオブジェクト名(OhObject._objectName) として保持され、受信したデータパックをファイルに書き出す機能を提供します。 Class OhOutputFile stores "output file name" in OhObject._objectName. Methods to output received datapacks to the output file are defined as its methods.

必要条件

名前空間: OhymosNet

アセンブリ: OhymosNet (OhymosNet.dll 内)

参照

OhOutputFile メンバ | OhymosNet 名前空間