RTCUtil.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- coding: euc-jp -*-
3 
4 
5 
17 
18 from omniORB import CORBA
19 
20 import RTC
21 import OpenRTM
22 
23 
43  dfp = obj._narrow(OpenRTM.DataFlowComponent)
44  return not CORBA.is_nil(dfp)
45 
46 
47 
67  fsmp = obj._narrow(RTC.FsmParticipant)
68  return not CORBA.is_nil(fsmp)
69 
70 
71 
89 def isFsmObject(obj):
90  fsm = obj._narrow(RTC.FsmObject)
91  return not CORBA.is_nil(fsm)
92 
93 
94 
113  mmc = obj._narrow(RTC.MultiModeObject)
114  return not CORBA.is_nil(mmc)
def isFsmParticipant(obj)
Definition: RTCUtil.py:66
def isDataFlowComponent(obj)
Definition: RTCUtil.py:42
def isMultiModeObject(obj)
Definition: RTCUtil.py:112
def isFsmObject(obj)
Definition: RTCUtil.py:89


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34