OpenRTM-aist-Python 2.0.2
OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer クラス

[詳解]

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer の継承関係図
OpenRTM_aist.InPortConsumer.InPortConsumer OpenRTM_aist.DataPortStatus.DataPortStatus

公開メンバ関数

 __init__ (self)
 
 __del__ (self)
 
 init (self, prop)
 
 put (self, data)
 
 publishInterfaceProfile (self, properties)
 
 subscribeInterface (self, properties)
 
 unsubscribeInterface (self, properties)
 
- 基底クラス OpenRTM_aist.DataPortStatus.DataPortStatus に属する継承公開メンバ関数
 toString (status)
 

その他の継承メンバ

- 基底クラス OpenRTM_aist.DataPortStatus.DataPortStatus に属する継承静的公開変数類
int PORT_OK = 0
 brief DataPortStatus リターンコード
 

詳解

InPortDirectConsumer クラス

データをダイレクトに書き込むpush型通信を実現するInPortコンシュマークラス

構築子と解体子

◆ __init__()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.__init__ ( self)

コンストラクタ

コンストラクタ

引数
self

OpenRTM_aist.DataPortStatus.DataPortStatusを再実装しています。

◆ __del__()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.__del__ ( self)

デストラクタ

デストラクタ

引数
self

メソッド詳解

◆ init()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.init ( self,
prop )

設定初期化

InPortConsumerの各種設定を行う

@self

virtual void init(coil.Properties& prop);

◆ publishInterfaceProfile()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.publishInterfaceProfile ( self,
properties )

InterfaceProfile情報を公開する

引数
self
propertiesInterfaceProfile情報を受け取るプロパティ

virtual void publishInterfaceProfile(SDOPackage.NVList& properties);

◆ put()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.put ( self,
data )

引数
self
data
戻り値

virtual ReturnCode put(const cdrMemoryStream& data);

OpenRTM_aist.InPortConsumer.InPortConsumerを再実装しています。

◆ subscribeInterface()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.subscribeInterface ( self,
properties )

データ送信通知への登録

引数
self
properties登録情報
戻り値
登録処理結果(登録成功:true、登録失敗:false)

virtual bool subscribeInterface(const SDOPackage.NVList& properties);

◆ unsubscribeInterface()

OpenRTM_aist.InPortDirectConsumer.InPortDirectConsumer.unsubscribeInterface ( self,
properties )

データ送信通知からの登録解除

引数
self
properties登録解除情報

virtual void unsubscribeInterface(const SDOPackage.NVList& properties);


このクラス詳解は次のファイルから抽出されました: