|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.go.aist.rtm.RTC.port.ConnectorBase
jp.go.aist.rtm.RTC.port.InPortConnector
jp.go.aist.rtm.RTC.port.InPortPullConnector
public class InPortPullConnector
InPortPullConnector
InPortPullConnector base class
A connector class for pull type dataflow of InPort
入れ子のクラスの概要 |
---|
クラス jp.go.aist.rtm.RTC.port.ConnectorBase から継承された入れ子のクラス/インタフェース |
---|
ConnectorBase.Profile |
フィールドの概要 |
---|
クラス jp.go.aist.rtm.RTC.port.InPortConnector から継承されたフィールド |
---|
m_buffer, m_profile |
コンストラクタの概要 | |
---|---|
InPortPullConnector(ConnectorBase.Profile profile,
OutPortConsumer consumer,
BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
Constructor |
メソッドの概要 | |
---|---|
void |
activate()
|
protected BufferBase<org.omg.CORBA.portable.OutputStream> |
createBuffer(ConnectorBase.Profile profile)
|
void |
deactivate()
|
ReturnCode |
disconnect()
Disconnect connection This operation disconnect this connection |
ReturnCode |
read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Destructor The read function to read data from buffer to InPort |
クラス 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 InPortPullConnector(ConnectorBase.Profile profile, OutPortConsumer consumer, BufferBase<org.omg.CORBA.portable.OutputStream> buffer) throws java.lang.Exception
Constructor
java.lang.Exception
メソッドの詳細 |
---|
public ReturnCode read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Destructor
The read function to read data from buffer to InPort
InPortConnector
内の read
public ReturnCode disconnect()
Disconnect connection
This operation disconnect this connection
InPortConnector
内の disconnect
public void activate()
ConnectorBase
内の activate
public void deactivate()
ConnectorBase
内の deactivate
protected BufferBase<org.omg.CORBA.portable.OutputStream> createBuffer(ConnectorBase.Profile profile)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |