class RTObject_impl.deactivate_comps extends java.lang.Object implements operatorFunc
| Modifier and Type | Field and Description |
|---|---|
(package private) LightweightRTObject |
m_comp |
| Constructor and Description |
|---|
deactivate_comps(LightweightRTObject comp)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
operator(ExecutionContextService ecs)
Deactivates RTC.
|
void |
operator(java.lang.Object elem)
Deactivates RTC.
|
LightweightRTObject m_comp
deactivate_comps(LightweightRTObject comp)
comp -
Componentpublic void operator(java.lang.Object elem)
operator in interface operatorFuncelem -
ECvoid operator(ExecutionContextService ecs)
ecs -
EC