jp.go.aist.rtm.RTC
Class RTObject_impl.deactivate_comps

java.lang.Object
  extended by jp.go.aist.rtm.RTC.RTObject_impl.deactivate_comps
All Implemented Interfaces:
operatorFunc
Enclosing class:
RTObject_impl

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

Functor to deactivate RTC


Field Summary
(package private)  LightweightRTObject m_comp
           
 
Constructor Summary
RTObject_impl.deactivate_comps(LightweightRTObject comp)
           Constructor
 
Method Summary
(package private)  void operator(ExecutionContextService ecs)
           Deactivates RTC.
 void operator(java.lang.Object elem)
           Deactivates RTC.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_comp

LightweightRTObject m_comp
Constructor Detail

RTObject_impl.deactivate_comps

RTObject_impl.deactivate_comps(LightweightRTObject comp)
Constructor

Parameters:
comp - Component
Method Detail

operator

public void operator(java.lang.Object elem)
Deactivates RTC.

Specified by:
operator in interface operatorFunc
Parameters:
elem - EC

operator

void operator(ExecutionContextService ecs)
Deactivates RTC.

Parameters:
ecs - EC