Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually say how to use lua platform stuff
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 13:26:21 +0000 (15:26 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 13:26:21 +0000 (15:26 +0200)
doc/doxygen/platform_lua.doc

index 81ea649..97596eb 100644 (file)
@@ -2,10 +2,15 @@
 
 @tableofcontents
 
+
 To describe your virtual platform, you can provide a lua script
-instead of an XML file. In the near future, this should become
-possible from in C++ and Java thanks to the the S4U interface. When
-this happens, the lua interface will be changed to match the S4U one.
+instead of an XML file. This is really easy: just pass the script file
+where an XML file was expected (eg in @ref MSG_create_environment()),
+and you are done. 
+
+In the near future, it should become possible to change the platform
+from in C++ and Java thanks to the the S4U interface. When this
+happens, the lua interface will be changed to match the S4U one.
 
 That is why the current lua API is not documented. It is very close to
 the XML interface, and you have some examples that you can use to