[Jderobot-admin] jderobot-r1231 - trunk/src/stable/interfaces/slice/jderobot

rocapal en jderobot.org rocapal en jderobot.org
Mar Mayo 27 19:02:32 CEST 2014


Author: rocapal
Date: 2014-05-27 19:02:31 +0200 (Tue, 27 May 2014)
New Revision: 1231

Added:
   trunk/src/stable/interfaces/slice/jderobot/recorder.ice
Log:
#250 added new recorder interface


Added: trunk/src/stable/interfaces/slice/jderobot/recorder.ice
===================================================================
--- trunk/src/stable/interfaces/slice/jderobot/recorder.ice	                        (rev 0)
+++ trunk/src/stable/interfaces/slice/jderobot/recorder.ice	2014-05-27 17:02:31 UTC (rev 1231)
@@ -0,0 +1,33 @@
+/*
+ *  Copyright (C) 1997-2014 JDE Developers Team
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation, either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program.  If not, see http://www.gnu.org/licenses/.
+ *  Authors : 
+ *       Roberto Calvo Palomino <rocapal en gsyc.urjc.es>	
+ */
+ 
+ 
+#ifndef RECORDER_ICE
+#define RECORDER_ICE
+
+module jderobot{  
+
+	interface recorder{
+		
+		bool saveLog (string name, int seconds);
+	};
+};
+
+#endif 
+ 
\ No newline at end of file



More information about the Jderobot-admin mailing list