jp.go.aist.rtm.RTC
クラス RTObject_impl.deactivate_comps

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.RTObject_impl.deactivate_comps
すべての実装されたインタフェース:
operatorFunc
含まれているクラス:
RTObject_impl

 class RTObject_impl.deactivate_comps
extends java.lang.Object
implements operatorFunc

RTC 非活性化用ファンクタ


フィールドの概要
(package private)  LightweightRTObject m_comp
           
 
コンストラクタの概要
RTObject_impl.deactivate_comps(LightweightRTObject comp)
           constructor
 
メソッドの概要
(package private)  void operator(ExecutionContextService ecs)
           operator
 void operator(java.lang.Object elem)
           operator
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

m_comp

LightweightRTObject m_comp
コンストラクタの詳細

RTObject_impl.deactivate_comps

RTObject_impl.deactivate_comps(LightweightRTObject comp)

constructor

メソッドの詳細

operator

public void operator(java.lang.Object elem)

operator

定義:
インタフェース operatorFunc 内の operator
パラメータ:
elem - シーケンス内の要素オブジェクト

operator

void operator(ExecutionContextService ecs)

operator