|
||||||||||
前 次 | フレームあり フレームなし |
ConnectorBase.ConnectorInfo を使用しているパッケージ | |
---|---|
jp.go.aist.rtm.RTC.port | |
jp.go.aist.rtm.RTC.port.publisher |
jp.go.aist.rtm.RTC.port での ConnectorBase.ConnectorInfo の使用 |
---|
ConnectorBase.ConnectorInfo として宣言されている jp.go.aist.rtm.RTC.port のフィールド | |
---|---|
ConnectorBase.ConnectorInfo |
ConnectorDataListenerArgument.m_info
|
protected ConnectorBase.ConnectorInfo |
OutPortConnector.m_profile
|
protected ConnectorBase.ConnectorInfo |
InPortConnector.m_profile
|
ConnectorBase.ConnectorInfo |
ConnectorBase.ConnectorInfoHolder.value
|
ConnectorBase.ConnectorInfo を返す jp.go.aist.rtm.RTC.port のメソッド | |
---|---|
ConnectorBase.ConnectorInfo |
OutPortConnector.profile()
Profile 取得 Connector Profile を取得する |
ConnectorBase.ConnectorInfo |
InPortConnector.profile()
ConnectorInfo 取得 Connector ConnectorInfo を取得する |
abstract ConnectorBase.ConnectorInfo |
ConnectorBase.profile()
Profile 取得 Connector Profile を取得する |
ConnectorBase.ConnectorInfo 型の引数を持つ型を返す jp.go.aist.rtm.RTC.port のメソッド | |
---|---|
java.util.Vector<ConnectorBase.ConnectorInfo> |
OutPortBase.getConnectorProfiles()
ConnectorProfile を取得 現在所有しているコネクタのProfileを取得する。 |
java.util.Vector<ConnectorBase.ConnectorInfo> |
InPortBase.getConnectorProfiles()
ConnectorProfile を取得 現在所有しているコネクタのProfileを取得する。 |
ConnectorBase.ConnectorInfo 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド | |
---|---|
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
OutPortPushConnector.createBuffer(ConnectorBase.ConnectorInfo profile)
create buffer |
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
OutPortPullConnector.createBuffer(ConnectorBase.ConnectorInfo profile)
Bufferの生成 |
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
InPortPushConnector.createBuffer(ConnectorBase.ConnectorInfo profile)
Bufferの生成 与えられた接続情報に基づきバッファを生成する。 |
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
InPortPullConnector.createBuffer(ConnectorBase.ConnectorInfo profile)
Bufferの生成 与えられた接続情報に基づきバッファを生成する。 |
protected PublisherBase |
OutPortPushConnector.createPublisher(ConnectorBase.ConnectorInfo profile)
create publisher |
void |
ConnectorListenerHolder.notify(ConnectorBase.ConnectorInfo info)
|
void |
ConnectorDataListenerHolder.notify(ConnectorBase.ConnectorInfo info,
org.omg.CORBA.portable.OutputStream cdrdata)
|
abstract void |
ConnectorListener.operator(ConnectorBase.ConnectorInfo info)
|
abstract void |
ConnectorDataListenerT.operator(ConnectorBase.ConnectorInfo info,
DataType data)
抽象コールバックメソッド データポートの Connector において発生する各種イベントに対するコー ルバックメソッド {@.en This method invokes the callback method of ConnectorDataListenerT. |
abstract void |
ConnectorDataListener.operator(ConnectorBase.ConnectorInfo info,
org.omg.CORBA.portable.OutputStream data)
|
void |
OutPortProvider.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
Set the listener. |
void |
OutPortCorbaCdrProvider.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
リスナを設定する。 |
void |
OutPortCorbaCdrConsumer.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
リスナを設定する。 |
void |
OutPortConsumer.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
|
void |
InPortPushConnector.setListener(ConnectorBase.ConnectorInfo profile,
ConnectorListeners listeners)
|
void |
InPortPullConnector.setListener(ConnectorBase.ConnectorInfo profile,
ConnectorListeners listeners)
リスナを設定する。 |
void |
InPortProvider.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
|
void |
InPortCorbaCdrProvider.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
リスナを設定する。 |
abstract void |
InPortConnector.setListener(ConnectorBase.ConnectorInfo profile,
ConnectorListeners listeners)
リスナを設定する。 |
ConnectorBase.ConnectorInfo 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ | |
---|---|
ConnectorBase.ConnectorInfoHolder(ConnectorBase.ConnectorInfo initialValue)
|
|
ConnectorDataListenerArgument(ConnectorBase.ConnectorInfo info,
org.omg.CORBA.portable.OutputStream data)
コンストラクタ |
|
InPortConnector(ConnectorBase.ConnectorInfo profile,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
コンストラクタ |
|
InPortPullConnector(ConnectorBase.ConnectorInfo profile,
OutPortConsumer consumer,
ConnectorListeners listeners,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
コンストラクタ. |
|
InPortPushConnector(ConnectorBase.ConnectorInfo profile,
InPortProvider provider,
ConnectorListeners listeners,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
コンストラクタ {@.ja InPortPushConnector のコンストラクタはオブジェクト生成時に下記を 引数にとる。 |
|
OutPortConnector(ConnectorBase.ConnectorInfo profile)
コンストラクタ |
|
OutPortPullConnector(ConnectorBase.ConnectorInfo profile,
OutPortProvider provider,
ConnectorListeners listeners)
コンストラクタ {@.ja OutPortPullConnector のコンストラクタはオブジェクト生成時に下記 を引数にとる。 |
|
OutPortPullConnector(ConnectorBase.ConnectorInfo profile,
OutPortProvider provider,
ConnectorListeners listeners,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
コンストラクタ {@.ja OutPortPullConnector のコンストラクタはオブジェクト生成時に下記 を引数にとる。 |
|
OutPortPushConnector(ConnectorBase.ConnectorInfo profile,
ConnectorListeners listeners,
InPortConsumer consumer)
コンストラクタ {@.ja OutPortPushConnector のコンストラクタはオブジェクト生成時に下記 を引数にとる。 |
|
OutPortPushConnector(ConnectorBase.ConnectorInfo profile,
InPortConsumer consumer,
ConnectorListeners listeners,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
コンストラクタ {@.ja OutPortPushConnector のコンストラクタはオブジェクト生成時に下記 を引数にとる。 |
jp.go.aist.rtm.RTC.port.publisher での ConnectorBase.ConnectorInfo の使用 |
---|
ConnectorBase.ConnectorInfo 型のパラメータを持つ jp.go.aist.rtm.RTC.port.publisher のメソッド | |
---|---|
ReturnCode |
PublisherPeriodic.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
Setting buffer pointer |
ReturnCode |
PublisherNew.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
Setting buffer pointer |
ReturnCode |
PublisherFlush.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
Setting buffer pointer |
abstract ReturnCode |
PublisherBase.setListener(ConnectorBase.ConnectorInfo info,
ConnectorListeners listeners)
Setting buffer pointer |
|
||||||||||
前 次 | フレームあり フレームなし |