Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
photovoltaic plugin revamp, now called solar panel
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Thu, 14 Sep 2023 14:40:14 +0000 (16:40 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Thu, 14 Sep 2023 14:40:14 +0000 (16:40 +0200)
commiteb0c02dd955faf07077c381f0aaf262081d61c77
treea7f9a5ae1579cf72ec720c9736ca04c17d1259a9
parentdcc19da1a2396ecf08021c0e4ec7683c19ab0340
photovoltaic plugin revamp, now called solar panel
15 files changed:
ChangeLog
MANIFEST.in
docs/source/Plugins.rst
docs/source/Release_Notes.rst
examples/cpp/CMakeLists.txt
examples/cpp/photovoltaic-simple/s4u-photovoltaic-simple.cpp [deleted file]
examples/cpp/photovoltaic-simple/s4u-photovoltaic-simple.tesh [deleted file]
examples/cpp/solar-panel-simple/s4u-solar-panel-simple.cpp [new file with mode: 0644]
examples/cpp/solar-panel-simple/s4u-solar-panel-simple.tesh [new file with mode: 0644]
examples/platforms/photovoltaic_platform.xml [deleted file]
include/simgrid/plugins/photovoltaic.hpp [deleted file]
include/simgrid/plugins/solar_panel.hpp [new file with mode: 0644]
src/plugins/photovoltaic.cpp [deleted file]
src/plugins/solar_panel.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake