Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add possibility for a battery to be a simple connector and an example. add power...
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 9 Oct 2023 15:51:47 +0000 (17:51 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 9 Oct 2023 15:51:47 +0000 (17:51 +0200)
commit05ea8b91f5cb2baace69b4373f4fab3c7465b116
tree8a288a9415b8bd5e75d45616bf077575d033cfcc
parentb1786c6251bb5352905bb1d0babb8267307a4b07
add possibility for a battery to be a simple connector and an example. add power change callback for chiller and update example. fix some issues with batteries andchillers updates.
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/battery-chiller-solar/s4u-battery-chiller-solar.cpp
examples/cpp/battery-connector/s4u-battery-connector.cpp [new file with mode: 0644]
examples/cpp/battery-connector/s4u-battery-connector.tesh [new file with mode: 0644]
examples/cpp/chiller-simple/s4u-chiller-simple.cpp
examples/cpp/chiller-simple/s4u-chiller-simple.tesh
include/simgrid/plugins/battery.hpp
include/simgrid/plugins/chiller.hpp
src/plugins/battery.cpp
src/plugins/chiller.cpp