X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9ef00c02d22fb5e225ef4c46d9cbd8cc22257c11..64c2ed66b9addc6edb865543957dfc309fc49efc:/include/gras/datadesc.h diff --git a/include/gras/datadesc.h b/include/gras/datadesc.h index 3df17d1c7c..73d697cd9e 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -18,11 +18,6 @@ SG_BEGIN_DECL() /** @addtogroup GRAS_dd Data description * @brief Describing data to be exchanged (Communication facility) * - *
Top [\ref index]::[\ref GRAS_API] - *
Prev - *
Next [\ref GRAS_sock] - *
Down [\ref GRAS_dd_basic]
- * * Since GRAS takes care of potential representation conversion when the platform is heterogeneous, * any data which transits on the network must be described beforehand. * @@ -44,9 +39,7 @@ SG_BEGIN_DECL() /** @defgroup GRAS_dd_basic Basic operations on data descriptions * @ingroup GRAS_dd - *
Top [\ref index]::[\ref GRAS_API]::[\ref GRAS_dd] - *
Prev - *
Next [\ref GRAS_dd_auto]
+ * \htmlonly \endhtmlonly * * If you only want to send pre-existing types, simply retrieve the pre-defined description with * the \ref gras_datadesc_by_name function. Existing types entail: @@ -72,9 +65,7 @@ gras_datadesc_type_t gras_datadesc_by_name(const char *name); /** @defgroup GRAS_dd_auto Automatic parsing of data descriptions * @ingroup GRAS_dd - *
Top [\ref index]::[\ref GRAS_API]::[\ref GRAS_dd] - *
Prev [\ref GRAS_dd_basic] - *
Next [\ref GRAS_dd_manual]
+ * \htmlonly \endhtmlonly * * If you need to declare a new datatype, this is the simplest way to describe it to GRAS. Simply * enclose its type definition into a \ref GRAS_DEFINE_TYPE macro call, and you're set. Here is