X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d7e102ce6c4eb6c2bd7f629e4beb6fc4f6fedc3b..a8c66d7f0c38aed2cb5ff8bc017620f4ce647e2a:/examples/cpp/battery-connector/s4u-battery-connector.cpp 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. */