X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/678836ee7f2b57c38729b3453885f5bcadc7ef7d..7fdd9d11419684606beb08a8a7bc673955eb08af:/doc/gtut-tour.doc diff --git a/doc/gtut-tour.doc b/doc/gtut-tour.doc index 0f27376c95..9d6db8f782 100644 --- a/doc/gtut-tour.doc +++ b/doc/gtut-tour.doc @@ -12,17 +12,64 @@ all features available in GRAS. DOXYGEN_NAVBAR_CHILD "2: Simple messaging"=GRAS_tut_tour_simpleexchange.html DOXYGEN_NAVBAR_CHILD "3: Process args"=GRAS_tut_tour_args.html DOXYGEN_NAVBAR_CHILD "4: Callbacks"=GRAS_tut_tour_callbacks.html - DOXYGEN_NAVBAR_CHILD "5: Callbacks"=GRAS_tut_tour_globals.html + DOXYGEN_NAVBAR_CHILD "5: Globals"=GRAS_tut_tour_globals.html DOXYGEN_NAVBAR_CHILD "6: Logs"=GRAS_tut_tour_logs.html + DOXYGEN_NAVBAR_CHILD "7: Timers"=GRAS_tut_tour_timers.html + DOXYGEN_NAVBAR_CHILD "8: Exceptions"=GRAS_tut_tour_exceptions.html + DOXYGEN_NAVBAR_CHILD "9: RPC"=GRAS_tut_tour_rpc.html --> \endhtmlonly - - \ref GRAS_tut_tour_install - \ref GRAS_tut_tour_setup + - \ref GRAS_tut_tour_setup_C + - \ref GRAS_tut_tour_setup_plat + - \ref GRAS_tut_tour_setup_deploy + - \ref GRAS_tut_tour_setup_glue + - \ref GRAS_tut_tour_setup_make + - \ref GRAS_tut_tour_setup_start + - \ref GRAS_tut_tour_simpleexchange + - \ref GRAS_tut_tour_simpleexchange_msgtype + - \ref GRAS_tut_tour_simpleexchange_socks + - \ref GRAS_tut_tour_simpleexchange_exchange + - \ref GRAS_tut_tour_simpleexchange_recaping + - \ref GRAS_tut_tour_args + - \ref GRAS_tut_tour_args_use + - \ref GRAS_tut_tour_args_sg + - \ref GRAS_tut_tour_args_recap + - \ref GRAS_tut_tour_callbacks + - \ref GRAS_tut_tour_callbacks_declare + - \ref GRAS_tut_tour_callbacks_attach + - \ref GRAS_tut_tour_callbacks_handle + - \ref GRAS_tut_tour_callback_recap + - \ref GRAS_tut_tour_globals + - \ref GRAS_tut_tour_globals_intro + - \ref GRAS_tut_tour_globals_use + - \ref GRAS_tut_tour_callback_pitfall + - \ref GRAS_tut_tour_callback_recap + - \ref GRAS_tut_tour_logs + - \ref GRAS_tut_tour_logs_intro + - \ref GRAS_tut_tour_logs_practice + - \ref GRAS_tut_tour_logs_recap + - \ref GRAS_tut_tour_logs_config + + - \ref GRAS_tut_tour_timers + - \ref GRAS_tut_tour_timers_intro + - \ref GRAS_tut_tour_timers_use + - \ref GRAS_tut_tour_timers_recap + + - \ref GRAS_tut_tour_exceptions + - \ref GRAS_tut_tour_exceptions_intro + - \ref GRAS_tut_tour_exceptions_use + - \ref GRAS_tut_tour_exceptions_recap + + - \ref GRAS_tut_tour_rpc + - \ref GRAS_tut_tour_rpc_intro + - \ref GRAS_tut_tour_rpc_use + - \ref GRAS_tut_tour_rpc_recap
@@ -32,20 +79,15 @@ all features available in GRAS. Unfortunately, the tour is not terminated yet, and here are some ideas of missing missi^W lessons: -- Lesson 5: Globals (for a kill message) -- Lesson 6: Timers -- Lesson 7: Using logs +- Lesson 10: Exchanging simple data through ping-pong +- Lesson 11: More complex data description (automatic parsing, manual + description) and example. May need more than one lesson. -- Lesson 8: Exchanging simple data through ping-pong -- Lesson 9: More complex data description (automatic parsing, manual description) and example +- Lesson 12: Splitting in several files -- Lesson 10: Splitting in several files +- Lesson 13: Debuging GRAS programs -- Lesson 11: RPC mecanism and dealing with exceptions - -- Lesson 12: Debuging GRAS programs - -- Lesson : Doing proper modules +- Lesson 14: Doing proper modules */