diff -r b6572d0336c3 -r 05d95c45b388 src/lifegrd.c --- a/src/lifegrd.c Mon Jun 04 17:59:50 2007 +0200 +++ b/src/lifegrd.c Tue Jun 05 16:41:38 2007 +0200 @@ -23,7 +23,7 @@ */ /*! -** @file filegrd.c +** @file lifegrd.c ** @author Edouard TISSERANT ** @date Mon Jun 4 17:19:24 2007 ** @@ -36,31 +36,12 @@ #include "lifegrd.h" #include "canfestival.h" -/*! Prototypes for internals functions -** -** -** @param d -** @param id -**/ + void ConsumerHearbeatAlarm(CO_Data* d, UNS32 id); -/*! -** -** -** @param d -** @param id -**/ + void ProducerHearbeatAlarm(CO_Data* d, UNS32 id); -/*! -** -** -** @param d -** @param unsused_indextable -** @param unsused_bSubindex -** -** @return -**/ UNS32 OnHearbeatProducerUpdate(CO_Data* d, const indextable * unsused_indextable, UNS8 unsused_bSubindex); /*! @@ -77,8 +58,8 @@ return networkNodeState; } -/*! The Consumer Timer Callback -** +/*! +** The Consumer Timer Callback ** ** @param d ** @param id