| Package | Description |
|---|---|
| jp.go.aist.rtm.RTC.port |
| Modifier and Type | Class and Description |
|---|---|
class |
OutPortPullConnector
OutPortPullConnector class
|
class |
OutPortPushConnector |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<OutPortConnector> |
OutPortBase.m_connectors |
| Modifier and Type | Method and Description |
|---|---|
protected OutPortConnector |
OutPortBase.createConnector(ConnectorProfileHolder cprof,
Properties prop,
InPortConsumer consumer)
OutPortPushConnector creation
|
protected OutPortConnector |
OutPortBase.createConnector(ConnectorProfileHolder cprof,
Properties prop,
OutPortProvider provider)
OutPortPullConnector creation
|
OutPortConnector |
OutPortBase.getConnectorById(java.lang.String id)
Getting ConnectorProfile by ID
|
(package private) OutPortConnector |
OutPortBase.getConnectorByName(java.lang.String name)
Getting Connector by name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<OutPortConnector> |
OutPortBase.connectors()
Connector list
|
| Modifier and Type | Method and Description |
|---|---|
void |
InPortDirectConsumer.setConnector(OutPortConnector connector)
set Connector
|
void |
InPortSHMConsumer.setConnector(OutPortConnector connector)
set Connector
|
void |
InPortConsumer.setConnector(OutPortConnector connector)
setting Connector
|
void |
OutPortDirectProvider.setConnector(OutPortConnector connector)
set Connector
|
void |
InPortDSConsumer.setConnector(OutPortConnector connector)
set Connector
|
void |
OutPortDSProvider.setConnector(OutPortConnector connector)
set Connector
|
void |
OutPortCorbaCdrProvider.setConnector(OutPortConnector connector)
set Connector
|
void |
InPortCorbaCdrConsumer.setConnector(OutPortConnector connector)
set Connector
|
void |
OutPortProvider.setConnector(OutPortConnector connector)
setting Connector
|
void |
OutPortSHMProvider.setConnector(OutPortConnector connector)
set Connector
|