diff -r 7d5c74cc8f91 -r 0a30e161d63c include/dcf.h --- 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);