[openrtm-commit:00770] r531 - branches/work/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 3月 13日 (火) 17:18:41 JST
Author: kurihara
Date: 2012-03-13 17:18:41 +0900 (Tue, 13 Mar 2012)
New Revision: 531
Modified:
branches/work/OpenRTM-aist-Python/OpenRTM_aist/__init__.py
Log:
ExecutionContextProfile,RTObjectStateMachine and ExecutionContextWorker have been added. refs #2384 #2343 #2348 #2323
Modified: branches/work/OpenRTM-aist-Python/OpenRTM_aist/__init__.py
===================================================================
--- branches/work/OpenRTM-aist-Python/OpenRTM_aist/__init__.py 2012-03-13 08:14:40 UTC (rev 530)
+++ branches/work/OpenRTM-aist-Python/OpenRTM_aist/__init__.py 2012-03-13 08:18:41 UTC (rev 531)
@@ -48,6 +48,9 @@
from Timer import *
from ModuleManager import *
from NamingManager import *
+from ExecutionContextProfile import *
+from RTObjectStateMachine import *
+from ExecutionContextWorker import *
from ExecutionContextBase import *
from StateMachine import *
from PeriodicExecutionContext import *
openrtm-commit メーリングリストの案内