include/lifegrd.h
changeset 378 d2abf6c8c27b
parent 343 118c1cabd0b0
child 528 0a30e161d63c
equal deleted inserted replaced
377:bea5a1576cbd 378:d2abf6c8c27b
    24 #define __lifegrd_h__
    24 #define __lifegrd_h__
    25 
    25 
    26 
    26 
    27 #include <applicfg.h>
    27 #include <applicfg.h>
    28 
    28 
    29 typedef void (*heartbeatError_t)(UNS8);
    29 typedef void (*heartbeatError_t)(CO_Data*, UNS8);
    30 void _heartbeatError(UNS8 heartbeatID);
    30 void _heartbeatError(CO_Data* d, UNS8 heartbeatID);
    31 
    31 
    32 typedef void (*post_SlaveBootup_t)(UNS8);
    32 typedef void (*post_SlaveBootup_t)(CO_Data*, UNS8);
    33 void _post_SlaveBootup(UNS8 SlaveID);
    33 void _post_SlaveBootup(CO_Data* d, UNS8 SlaveID);
    34 
    34 
    35 #include "data.h"
    35 #include "data.h"
    36 
    36 
    37 /*************************************************************************
    37 /*************************************************************************
    38  * Functions
    38  * Functions