Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bunch of errors in the documentation
[simgrid.git] / docs / source / Plugins.rst
index 9fe6949..44e4b31 100644 (file)
@@ -19,9 +19,10 @@ You can extend SimGrid without modifying it, thanks to our plugin
 mechanism. This page describes how to write your own plugin, and
 documents some of the plugins distributed with SimGrid:
 
+  - :ref:`Host Load <plugin_host_load>`: monitors the load of the compute units.
   - :ref:`Host Energy <plugin_host_energy>`: models the energy dissipation of the compute units.
   - :ref:`Link Energy <plugin_link_energy>`: models the energy dissipation of the network.
-  - :ref:`Host Load <plugin_host_load>`: monitors the load of the compute units.
+  - :ref:`WiFi Energy <plugin_link_energy_wifi>`: models the energy dissipation of wifi links.
 
 You can activate these plugins with the :ref:`--cfg=plugin <cfg=plugin>` command
 line option, for example with ``--cfg=plugin:host_energy``. You can get the full
@@ -127,6 +128,13 @@ Link Energy
 
 .. doxygengroup:: plugin_link_energy
 
+.. _plugin_link_energy_wifi:
+
+WiFi Energy
+===========
+
+.. doxygengroup:: plugin_link_energy_wifi
+
 
 
 .. _plugin_host_load:
@@ -145,6 +153,8 @@ File System
 
 .. doxygengroup:: plugin_filesystem
 
+.. doxygentypedef:: sg_file_t
+.. doxygentypedef:: const_sg_file_t
 
 ..  LocalWords:  SimGrid