include/dcf.h
changeset 528 0a30e161d63c
parent 349 1e6dd4ef46b9
child 669 50da44ebaf00
--- a/include/dcf.h	Thu Nov 20 07:51:14 2008 +0100
+++ b/include/dcf.h	Sat Jan 17 17:25:58 2009 +0100
@@ -20,5 +20,10 @@
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-
+/** 
+ * @brief Send the consise dcf to node corresping to nodeId
+ * @param *d Pointer on a CAN object data structure
+ * @param nodeId Id of the slave node
+ * @return
+ */
 UNS8 send_consise_dcf(CO_Data* d, UNS8 nodeId);