| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC |
| Modifier and Type | Method and Description |
|---|---|
<DataType,Buffer> |
RTObject_impl.registerOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS,
java.lang.String name,
OutPort<DataType> outport)
[local interface] Register DataOutPort.
This operation registers DataOutPor held by this RTC.
|
<DataType,Buffer> |
DataFlowComponent_impl.registerOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS,
java.lang.String name,
OutPort<DataType> outport)
[local interface] Register DataOutPort.
This operation registers DataOutPor held by this RTC.
|
<DataType,Buffer> |
FiniteStateMachineComponent_impl.registerOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS,
java.lang.String name,
OutPort<DataType> outport)
[local interface] Register DataOutPort.
This operation registers DataOutPor held by this RTC.
|