X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35ccc7da266b885d17fbc87d0ef11a6cfc772d35..4cc3a40d551a1480c31732dcc91adefc127801aa:/doc/user_guide/doxygen/use.doc diff --git a/doc/user_guide/doxygen/use.doc b/doc/user_guide/doxygen/use.doc index fecf76e66f..c7455fe80e 100644 --- a/doc/user_guide/doxygen/use.doc +++ b/doc/user_guide/doxygen/use.doc @@ -236,34 +236,32 @@ Here are some examples on how to use GRAS. You should also check our online tutorial section that contains a dedicated tutorial. \endhtmlonly +There is for now rather few examples of GRAS, but it's better than +nothing, isn't it? - - There is for now rather few examples of GRAS, but it's better than - nothing, isn't it? - - - \ref GRAS_ex_ping - - \ref GRAS_ex_mmrpc - - \ref GRAS_ex_token - - \ref GRAS_ex_timer +- \ref GRAS_ex_ping +- \ref GRAS_ex_mmrpc +- \ref GRAS_ex_token +- \ref GRAS_ex_timer \subsection GRAS_ex_ping Ping-Pong - This example implements the very classical ping-pong in GRAS. It - involves a client (initiating the ping-pong) and a server (answering to - client's requests). +This example implements the very classical ping-pong in GRAS. It +involves a client (initiating the ping-pong) and a server (answering to +client's requests). - It works the following way: - - Both the client and the server register all needed messages - - The server registers a callback to the ping message, which sends pong - to the expeditor - - The client sends the ping message to the server, and waits for the - pong message as an answer. +It works the following way: +- Both the client and the server register all needed messages +- The server registers a callback to the ping message, which sends pong + to the expeditor +- The client sends the ping message to the server, and waits for the + pong message as an answer. - This example resides in the examples/gras/ping/ping.c file. Yes, both - the code of the client and of the server is placed in the same file. +This example resides in the examples/gras/ping/ping.c file. Yes, both +the code of the client and of the server is placed in the same file. - \subsubsection GRAS_ex_ping_toc Table of contents of the ping example +\subsubsection GRAS_ex_ping_toc Table of contents of the ping example - \ref GRAS_ex_ping_common - \ref GRAS_ex_ping_initial - \ref GRAS_ex_ping_register @@ -416,24 +414,24 @@ You should also check our online examples/gras/mmrpc/mmrpc.c file. +This example resides in the examples/gras/mmrpc/mmrpc.c file. - \subsubsection GRAS_ex_mmrpc_toc Table of contents of the mmrpc example +\subsubsection GRAS_ex_mmrpc_toc Table of contents of the mmrpc example - \ref GRAS_ex_mmrpc_common - \ref GRAS_ex_mmrpc_header - \ref GRAS_ex_mmrpc_dataregister @@ -555,13 +553,13 @@ You should also check our online tutorial section that contains a dedicated tutorial. -\endhtmlonly \section using_MC Using Model Checking -\htmlonly You should check our online tutorial section that contains a dedicated tutorial. -\endhtmlonly \section using_trace Using Trace Check out the \ref tracing section. -\htmlonly + You should check our online tutorial section that contains a dedicated tutorial. -\endhtmlonly \section using_simdag Using SimDag -\htmlonly You should check our online tutorial section that contains a dedicated tutorial. -\endhtmlonly \section using_simix Using SIMIX -\htmlonly You should check our online tutorial section that contains a dedicated tutorial. -\endhtmlonly - */