Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added support for using lua platform files from C
authorChristian Heinrich <christian.heinrich@livando.com>
Wed, 4 Feb 2015 17:27:49 +0000 (18:27 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 15 Oct 2015 17:17:16 +0000 (19:17 +0200)
commit3b93278045da2926f2e0d4e75531b276f4599312
tree9e6aceaf0fb13ae8f2610b068e2fbe4e934b47e2
parentff5aac78d1cecdc46c5f1430acbd007f16a3bfd9
Added support for using lua platform files from C

- It is now possible to use .lua files instead of .xml files.
  (Even if the simulation uses C code)

- Added/moved example file to examples/platforms/platform.lua
  This is equivalent to the small_platform.xml platform.
examples/lua/masterslave/platform.lua [deleted file]
examples/platforms/small_platform.lua [new file with mode: 0644]
src/bindings/lua/lua_platf.c
src/surf/surfxml_parseplatf.c