X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3973bb7a4ee47daf6a4a682f18d18b409c5d6de8..3f9b311ec56db95ec539001a860ae3c838c48312:/examples/cpp/battery-connector/s4u-battery-connector.cpp?ds=sidebyside diff --git a/examples/cpp/battery-connector/s4u-battery-connector.cpp b/examples/cpp/battery-connector/s4u-battery-connector.cpp index b4d9434580..b3a8588b28 100644 --- a/examples/cpp/battery-connector/s4u-battery-connector.cpp +++ b/examples/cpp/battery-connector/s4u-battery-connector.cpp @@ -4,6 +4,8 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ /* This example shows how to use the battery as a connector. + A connector has no capacity and only delivers as much power as it receives + with a transfer efficiency of 100%. A solar panel is connected to the connector and power a host. */