X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39a157b0abbb551db9d42f65d4268c9b607cd9cd..68f9a22d51b8053a0f7f40c5a2531f6faca520fc:/doc/module-surf.doc diff --git a/doc/module-surf.doc b/doc/module-surf.doc index 409b7183b9..a0a9bba108 100644 --- a/doc/module-surf.doc +++ b/doc/module-surf.doc @@ -8,15 +8,6 @@ */ -/** \addtogroup SURF_simulation - \ingroup SURF_API */ -/** \addtogroup SURF_actions - \ingroup SURF_API */ -/** \addtogroup SURF_resources - \ingroup SURF_API */ -/** \addtogroup SURF_build_api - \ingroup SURF_API */ - /** \defgroup SURF_simulation Simulation \ingroup SURF_API \brief Functions for creating the environment and launching the simulation @@ -28,12 +19,14 @@ /** \defgroup SURF_actions SURF actions \ingroup SURF_API \brief This section describes the different datatypes and operations related to the actions in SURF. + \htmlonly \endhtmlonly */ /** \defgroup SURF_resources SURF resources \ingroup SURF_API \brief This section describes the different datatypes and operations related to the resources in SURF. + \htmlonly \endhtmlonly */ @@ -62,8 +55,9 @@ surf_workstation_resource_init_CLM03() or surf_workstation_resource_init_KCCFLN05() to create the platform. - Then you can access the workstations and the network links with the global variables \ref workstation_set - and \ref network_link_set. Some functions in \a surf_workstation_resource->extension_public can give + Then you can access the workstations and the network links with + the global variables \ref host_lib + and \ref link_lib. Some functions in \a surf_workstation_resource->extension_public can give you some information about: - a workstation: get_speed(), get_available_speed(); - a network link: get_link_name(), get_link_latency(), get_link_bandwith();