パッケージ | 説明 |
---|---|
jp.go.aist.rtm.RTC | |
jp.go.aist.rtm.RTC.port | |
jp.go.aist.rtm.RTC.util | |
RTC |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PortActionListenerHolder.notify(PortProfile prof) |
protected void |
RTObject_impl.onAddPort(PortProfile pprof) |
protected void |
RTObject_impl.onRemovePort(PortProfile pprof) |
abstract void |
PortActionListener.operator(PortProfile prof)
仮想コールバック関数
PortActionListener のコールバック関数
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected PortProfile |
PortBase.m_profile
当該ポートに関連付けられているPortProfileオブジェクトです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
PortProfile |
PortBase.get_port_profile()
[CORBA interface] PortProfileを取得する
{@.ja Portが保持するPortProfileを返す。
|
PortProfile |
PortBase.getPortProfile()
PortProfile を取得する。
|
PortProfile |
PortBase.getProfile()
PortProfileを取得する
Portが保持する PortProfile の const 参照を返す。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static PortProfile |
PortProfileFactory.clone(PortProfile rhs)
ポートプロファイルの複製を生成する。
|
static PortProfile |
PortProfileFactory.create()
ポートプロファイルを生成する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static PortProfile |
PortProfileFactory.clone(PortProfile rhs)
ポートプロファイルの複製を生成する。
|
static void |
CORBA_SeqUtil.push_back(PortProfileListHolder seq,
PortProfile elem)
シーケンスの末尾にPortProfileオブジェクトを追加する。
|
修飾子とタイプ | フィールドと説明 |
---|---|
PortProfile[] |
ComponentProfile.port_profiles |
PortProfile |
PortProfileHolder.value |
PortProfile[] |
PortProfileListHolder.value |
修飾子とタイプ | メソッドと説明 |
---|---|
static PortProfile |
PortProfileHelper.extract(org.omg.CORBA.Any a) |
static PortProfile[] |
PortProfileListHelper.extract(org.omg.CORBA.Any a) |
PortProfile |
PortServiceOperations.get_port_profile() |
PortProfile |
_PortServiceStub.get_port_profile() |
static PortProfile |
PortProfileHelper.read(org.omg.CORBA.portable.InputStream istream) |
static PortProfile[] |
PortProfileListHelper.read(org.omg.CORBA.portable.InputStream istream) |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
PortProfileHelper.insert(org.omg.CORBA.Any a,
PortProfile that) |
static void |
PortProfileListHelper.insert(org.omg.CORBA.Any a,
PortProfile[] that) |
static void |
PortProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream,
PortProfile value) |
static void |
PortProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream,
PortProfile[] value) |
コンストラクタと説明 |
---|
ComponentProfile(java.lang.String _instance_name,
java.lang.String _type_name,
java.lang.String _description,
java.lang.String _version,
java.lang.String _vendor,
java.lang.String _category,
PortProfile[] _port_profiles,
RTObject _parent,
NameValue[] _properties) |
PortProfileHolder(PortProfile initialValue) |
PortProfileListHolder(PortProfile[] initialValue) |