master/sync.c
changeset 758 8fa6f825eb7d
parent 748 6c8801bd547f
child 762 15214036c72a
--- a/master/sync.c	Mon Sep 24 10:35:00 2007 +0000
+++ b/master/sync.c	Mon Sep 24 12:12:11 2007 +0000
@@ -140,6 +140,8 @@
 /*****************************************************************************/
 
 /**
+ * Adds a PDO to the list of known mapped PDOs.
+ * \return 0 on success, else < 0
  */
 
 int ec_sync_add_pdo(
@@ -178,6 +180,7 @@
 /*****************************************************************************/
 
 /**
+ * Clears the list of known mapped PDOs.
  */
 
 void ec_sync_clear_pdos(
@@ -197,6 +200,7 @@
 /*****************************************************************************/
 
 /**
+ * \return Type of PDOs covered by the given sync manager.
  */
 
 ec_pdo_type_t ec_sync_get_pdo_type(