|
||||||||||
前 次 | フレームあり フレームなし |
ReturnCode を使用しているパッケージ | |
---|---|
jp.go.aist.rtm.RTC.port | |
jp.go.aist.rtm.RTC.port.publisher |
jp.go.aist.rtm.RTC.port での ReturnCode の使用 |
---|
ReturnCode を返す jp.go.aist.rtm.RTC.port のメソッド | |
---|---|
protected ReturnCode |
OutPortCorbaCdrConsumer.convertReturn(PortStatus status)
convertReturn |
protected ReturnCode |
InPortCorbaCdrConsumer.convertReturn(PortStatus status)
convertReturn |
protected ReturnCode |
InPortPushConnector.convertReturn(ReturnCode status)
convertReturn |
ReturnCode |
OutPortPushConnector.disconnect()
disconnect This operation destruct and delete the consumer, the publisher and the buffer. |
ReturnCode |
OutPortPullConnector.disconnect()
disconnect This operation destruct and delete the consumer, the publisher and the buffer. |
abstract ReturnCode |
OutPortConnector.disconnect()
Disconnect connection This operation disconnect this connection |
ReturnCode |
InPortPushConnector.disconnect()
disconnect This operation destruct and delete the consumer, the publisher and the buffer. |
ReturnCode |
InPortPullConnector.disconnect()
Disconnect connection This operation disconnect this connection |
abstract ReturnCode |
InPortConnector.disconnect()
Disconnect connection This operation disconnect this connection |
abstract ReturnCode |
ConnectorBase.disconnect()
Disconnect connection This operation disconnect this connection |
ReturnCode |
OutPortCorbaConsumer.get(org.omg.CORBA.portable.OutputStream data)
|
ReturnCode |
OutPortCorbaCdrConsumer.get(org.omg.CORBA.portable.OutputStream data)
Read data |
ReturnCode |
OutPortConsumer.get(org.omg.CORBA.portable.OutputStream data)
Pure virtual function to receive data. |
ReturnCode |
InPortCorbaCdrConsumer.put(org.omg.CORBA.portable.OutputStream data)
Send data to the destination port Pure virtual function to send data to the destination port. |
ReturnCode |
InPortConsumer.put(org.omg.CORBA.portable.OutputStream data)
put Pure virtual function to send data to the destination port. |
ReturnCode |
InPortPushConnector.read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Reading data Read data from the buffer. |
ReturnCode |
InPortPullConnector.read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Destructor The read function to read data from buffer to InPort |
abstract ReturnCode |
InPortConnector.read(DataRef<org.omg.CORBA.portable.OutputStream> data)
Destructor The read function to read data from buffer to InPort |
static ReturnCode |
ReturnCode.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static ReturnCode[] |
ReturnCode.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
ReturnCode |
OutPortPushConnector.write(org.omg.CORBA.portable.OutputStream data)
Writing data This operation writes data into publisher and then the data will be transferred to correspondent InPort. |
ReturnCode |
OutPortPullConnector.write(org.omg.CORBA.portable.OutputStream data)
Writing data This operation writes data into publisher and then the data will be transferred to correspondent InPort. |
abstract ReturnCode |
OutPortConnector.write(org.omg.CORBA.portable.OutputStream data)
Destructor The write function to write data from OutPort to Buffer |
jp.go.aist.rtm.RTC.port.publisher での ReturnCode の使用 |
---|
ReturnCode を返す jp.go.aist.rtm.RTC.port.publisher のメソッド | |
---|---|
ReturnCode |
PublisherPeriodic.activate()
activate |
ReturnCode |
PublisherNew.activate()
activate |
ReturnCode |
PublisherFlush.activate()
activate |
abstract ReturnCode |
PublisherBase.activate()
activate |
protected ReturnCode |
PublisherPeriodic.convertReturn(ReturnCode status)
convertReturn |
protected ReturnCode |
PublisherNew.convertReturn(ReturnCode status)
convertReturn |
ReturnCode |
PublisherPeriodic.deactivate()
deactivate |
ReturnCode |
PublisherNew.deactivate()
deactivate |
ReturnCode |
PublisherFlush.deactivate()
deactivate |
abstract ReturnCode |
PublisherBase.deactivate()
deactivate |
ReturnCode |
PublisherPeriodic.init(Properties prop)
init initialization |
ReturnCode |
PublisherNew.init(Properties prop)
init initialization |
ReturnCode |
PublisherFlush.init(Properties prop)
init initialization |
abstract ReturnCode |
PublisherBase.init(Properties prop)
init |
protected ReturnCode |
PublisherPeriodic.pushAll()
pushAll push all policy |
protected ReturnCode |
PublisherNew.pushAll()
pushAll push all policy |
protected ReturnCode |
PublisherPeriodic.pushFifo()
pushFifo push "fifo" policy |
protected ReturnCode |
PublisherNew.pushFifo()
pushFifo push "fifo" policy |
protected ReturnCode |
PublisherPeriodic.pushNew()
pushNew push "new" policy |
protected ReturnCode |
PublisherNew.pushNew()
pushNew push "new" policy |
protected ReturnCode |
PublisherPeriodic.pushSkip()
pushSkip push "skip" policy |
protected ReturnCode |
PublisherNew.pushSkip()
pushSkip push "skip" policy |
ReturnCode |
PublisherPeriodic.setBuffer(BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
setBuffer Setting buffer |
ReturnCode |
PublisherNew.setBuffer(BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
setBuffer Setting buffer |
ReturnCode |
PublisherFlush.setBuffer(BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
setBuffer Setting buffer |
abstract ReturnCode |
PublisherBase.setBuffer(BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
setBuffer |
ReturnCode |
PublisherPeriodic.setConsumer(InPortConsumer consumer)
setConsumer Store InPort consumer |
ReturnCode |
PublisherNew.setConsumer(InPortConsumer consumer)
setConsumer Store InPort consumer |
ReturnCode |
PublisherFlush.setConsumer(InPortConsumer consumer)
setConsumer Store InPort consumer |
abstract ReturnCode |
PublisherBase.setConsumer(InPortConsumer consumer)
setConsumer |
ReturnCode |
PublisherPeriodic.write(org.omg.CORBA.portable.OutputStream data)
|
ReturnCode |
PublisherNew.write(org.omg.CORBA.portable.OutputStream data)
|
ReturnCode |
PublisherFlush.write(org.omg.CORBA.portable.OutputStream data)
|
abstract ReturnCode |
PublisherBase.write(org.omg.CORBA.portable.OutputStream data)
|
ReturnCode |
PublisherPeriodic.write(org.omg.CORBA.portable.OutputStream data,
int sec,
int usec)
write |
ReturnCode |
PublisherNew.write(org.omg.CORBA.portable.OutputStream data,
int sec,
int usec)
write |
ReturnCode |
PublisherFlush.write(org.omg.CORBA.portable.OutputStream data,
int sec,
int usec)
write |
abstract ReturnCode |
PublisherBase.write(org.omg.CORBA.portable.OutputStream data,
int sec,
int usec)
write |
|
||||||||||
前 次 | フレームあり フレームなし |