X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35a389f7c71363e88bc1d4537390305fc24a959b..8937f1426cc4c3bbe77178ce3a9cdc0687263a8e:/docs/source/platform_reference.rst diff --git a/docs/source/platform_reference.rst b/docs/source/platform_reference.rst index 77f81e72df..d78a23a1af 100644 --- a/docs/source/platform_reference.rst +++ b/docs/source/platform_reference.rst @@ -10,6 +10,8 @@

+.. _platform_reference: + DTD Reference ************* @@ -280,7 +282,13 @@ the plugins. From your code, you can interact with these properties using the following functions: + +- Actor: :cpp:func:`simgrid::s4u::Actor::get_property` or :cpp:func:`MSG_process_get_property_value` +- Cluster: this is a zone, see below. - Host: :cpp:func:`simgrid::s4u::Host::get_property` or :cpp:func:`MSG_host_get_property_value` +- Link: :cpp:func:`simgrid::s4u::Link::get_property` +- Storage: :cpp:func:`simgrid::s4u::Storage::get_property` or :cpp:func:`MSG_storage_get_property_value` +- Zone: :cpp:func:`simgrid::s4u::Zone::get_property` of :cpp:func:`MSG_zone_get_property_value` **Parent tags:** :ref:`pf_tag_actor`, :ref:`pf_tag_config`, :ref:`pf_tag_cluster`, :ref:`pf_tag_host`, :ref:`pf_tag_link`, :ref:`pf_tag_storage`, :ref:`pf_tag_zone` |br|