| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC | |
| jp.go.aist.rtm.RTC.port |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<InPortBase> |
FiniteStateMachineComponent_impl.m_inports
List of InPortBase.
|
protected java.util.Vector<InPortBase> |
DataFlowComponent_impl.m_inports
List of InPortBase.
|
protected java.util.Vector<InPortBase> |
RTObject_impl.m_inports
List of InPortBase.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<InPortBase> |
FiniteStateMachineComponent_impl.getInPorts() |
java.util.Vector<InPortBase> |
RTObject_impl.getInPorts() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FiniteStateMachineComponent_impl.addInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
boolean |
DataFlowComponent_impl.addInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
boolean |
RTObject_impl.addInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
void |
FiniteStateMachineComponent_impl.registerInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
void |
DataFlowComponent_impl.registerInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
void |
RTObject_impl.registerInPort(java.lang.String name,
InPortBase inport)
[local interface] Register DataInPort.
|
boolean |
FiniteStateMachineComponent_impl.removeInPort(InPortBase port)
[local interface] Unregister InPort
|
boolean |
DataFlowComponent_impl.removeInPort(InPortBase port)
[local interface] Unregister InPort
|
boolean |
RTObject_impl.removeInPort(InPortBase port)
[local interface] Unregister InPort
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventInPort<FsmType extends MachineBase>
EventInPort template class
|
class |
InPort<DataType>
入力ポートのためのベース実装クラスです。
外部から送信されてきたデータは順次、コンストラクタで指定されたバッファに格納されます。
バッファ内のデータはフラグによって未読/既読状態が管理され、isNew(), isEmpty()などの
メソッドによってハンドリングできます。
|
| Modifier and Type | Field and Description |
|---|---|
protected InPortBase |
OutPortConnector.m_directInPort
InProt pointer to the peer in the same process
|
| Modifier and Type | Method and Description |
|---|---|
protected InPortBase |
OutPortBase.getLocalInPort(ConnectorBase.ConnectorInfo profile)
Getting local peer InPort if available
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OutPortConnector.setInPort(InPortBase directInPort)
Sets the object of InPort
|