|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.port.ConnectorBase
jp.go.aist.rtm.RTC.port.InPortConnector
jp.go.aist.rtm.RTC.port.InPortPushConnector
public class InPortPushConnector
入れ子のクラスの概要 |
---|
クラス jp.go.aist.rtm.RTC.port.ConnectorBase から継承された入れ子のクラス/インタフェース |
---|
ConnectorBase.Profile |
フィールドの概要 |
---|
クラス jp.go.aist.rtm.RTC.port.InPortConnector から継承されたフィールド |
---|
m_buffer, m_profile, rtcout |
コンストラクタの概要 | |
---|---|
InPortPushConnector(ConnectorBase.Profile profile,
InPortProvider provider,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
Constructor InPortPushConnector assume ownership of InPortConsumer. |
メソッドの概要 | |
---|---|
void |
activate()
|
protected ReturnCode |
convertReturn(ReturnCode status)
convertReturn |
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
createBuffer(ConnectorBase.Profile profile)
|
void |
deactivate()
|
ReturnCode |
disconnect()
disconnect This operation destruct and delete the consumer, the publisher and the buffer. |
ReturnCode |
read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Reading data Read data from the buffer. |
クラス jp.go.aist.rtm.RTC.port.InPortConnector から継承されたメソッド |
---|
getBuffer, id, name, profile |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public InPortPushConnector(ConnectorBase.Profile profile, InPortProvider provider, BufferBase<org.omg.CORBA.portable.OutputStream> buffer) throws java.lang.Exception
Constructor
InPortPushConnector assume ownership of InPortConsumer.
Therefore, InPortConsumer will be deleted when InPortPushConnector
is destructed.
profile
- ConnectorProfileprovider
- InPortProviderbuffer
-
java.lang.Exception
メソッドの詳細 |
---|
public ReturnCode read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Reading data
Read data from the buffer.
InPortConnector
内の read
data
-
public ReturnCode disconnect()
disconnect
This operation destruct and delete the consumer, the publisher and the buffer.
InPortConnector
内の disconnect
public void activate()
ConnectorBase
内の activate
public void deactivate()
ConnectorBase
内の deactivate
protected BufferBase<org.omg.CORBA.portable.OutputStream> createBuffer(ConnectorBase.Profile profile)
protected ReturnCode convertReturn(ReturnCode status)
convertReturn
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |