Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export the energy plugin to the java world
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Jan 2016 15:07:30 +0000 (16:07 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Jan 2016 15:07:30 +0000 (16:07 +0100)
commitc9494b47b7e9ea3972a94cd6e7103b64ef6a8772
tree2c0ddc2d0d3e7d8af8e75196b27ead709fca57cd
parentf33680240747586600255aee3cea1dc98eb38119
export the energy plugin to the java world
13 files changed:
.gitignore
examples/java/energy/CMakeLists.txt [new file with mode: 0644]
examples/java/energy/Energy.java [new file with mode: 0644]
examples/java/energy/EnergyConsumer.java [new file with mode: 0644]
examples/java/energy/energy.tesh [new file with mode: 0644]
src/bindings/java/jmsg.cpp
src/bindings/java/jmsg.h
src/bindings/java/jmsg_host.cpp
src/bindings/java/jmsg_host.h
src/bindings/java/org/simgrid/msg/Host.java
src/bindings/java/org/simgrid/msg/Msg.java
tools/cmake/MakeExe.cmake
tools/cmake/Tests.cmake