|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.port.PortBase.disconnect_all_func
protected class PortBase.disconnect_all_func
ポート接続解除のためのヘルパクラスです。
フィールドの概要 | |
---|---|
PortBase |
m_port
|
ReturnCode_t |
m_return_code
|
コンストラクタの概要 | |
---|---|
PortBase.disconnect_all_func(PortBase port)
コンストラクタです。 |
メソッドの概要 | |
---|---|
void |
operator(ConnectorProfile cprof)
接続解除を行います。 |
void |
operator(java.lang.Object elem)
接続解除を行います。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public ReturnCode_t m_return_code
public PortBase m_port
コンストラクタの詳細 |
---|
public PortBase.disconnect_all_func(PortBase port)
コンストラクタです。
port
- 接続解除を行うポートメソッドの詳細 |
---|
public void operator(java.lang.Object elem)
接続解除を行います。
operatorFunc
内の operator
elem
- 接続プロファイルオブジェクトpublic void operator(ConnectorProfile cprof)
接続解除を行います。
cprof
- 接続プロファイルオブジェクト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |