Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
better comments on examples
[simgrid.git] / examples / cpp / battery-connector / s4u-battery-connector.cpp
index b4d9434..b3a8588 100644 (file)
@@ -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.
 */