X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30a95d9c54b09486dad30be824b354fb570078b1..8cd41e4adb67ddfb855b3744c43ad717e32d74c9:/doc/module-surf.doc diff --git a/doc/module-surf.doc b/doc/module-surf.doc index a870b8888a..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 @@ -64,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();