[openrtm-commit:00677] r2318 - in trunk/OpenRTM-aist: . src/ext/ec

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 2月 8日 (水) 03:48:33 JST


Author: n-ando
Date: 2012-02-08 03:48:32 +0900 (Wed, 08 Feb 2012)
New Revision: 2318

Modified:
   trunk/OpenRTM-aist/configure.ac
   trunk/OpenRTM-aist/src/ext/ec/Makefile.am
Log:
[compat,makefile,func] Logicaltime triggered EC module has been introduced.


Modified: trunk/OpenRTM-aist/configure.ac
===================================================================
--- trunk/OpenRTM-aist/configure.ac	2012-02-07 18:41:45 UTC (rev 2317)
+++ trunk/OpenRTM-aist/configure.ac	2012-02-07 18:48:32 UTC (rev 2318)
@@ -1689,6 +1689,8 @@
 	src/ext/ec/Makefile
 	src/ext/ec/artlinux/Makefile
 	src/ext/ec/rtpreempt/Makefile
+	src/ext/ec/logical_time/Makefile
+	src/ext/ec/logical_time/example/Makefile
 	src/ext/sdo/Makefile
 	src/ext/sdo/observer/Makefile
 	src/ext/local_service/Makefile

Modified: trunk/OpenRTM-aist/src/ext/ec/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/ext/ec/Makefile.am	2012-02-07 18:41:45 UTC (rev 2317)
+++ trunk/OpenRTM-aist/src/ext/ec/Makefile.am	2012-02-07 18:48:32 UTC (rev 2318)
@@ -9,4 +9,4 @@
 
 SUBDIRS = @ARTLINUX@ @RTPREEMPTEC@
 
-DIST_SUBDIRS = artlinux rtpreempt
+DIST_SUBDIRS = artlinux rtpreempt logical_time



openrtm-commit メーリングリストの案内