src/dcf.c
changeset 763 504ce1e3e94a
parent 760 71623bbf8093
equal deleted inserted replaced
762:4b60a0d313b0 763:504ce1e3e94a
    47 
    47 
    48 void SaveNode(CO_Data* d, UNS8 nodeId);
    48 void SaveNode(CO_Data* d, UNS8 nodeId);
    49 static UNS8 read_consise_dcf_next_entry(CO_Data* d, UNS8 nodeId);
    49 static UNS8 read_consise_dcf_next_entry(CO_Data* d, UNS8 nodeId);
    50 static UNS8 write_consise_dcf_next_entry(CO_Data* d, UNS8 nodeId);
    50 static UNS8 write_consise_dcf_next_entry(CO_Data* d, UNS8 nodeId);
    51 UNS8 init_consise_dcf(CO_Data* d,UNS8 nodeId);
    51 UNS8 init_consise_dcf(CO_Data* d,UNS8 nodeId);
       
    52 
       
    53 
       
    54 #ifdef _MSC_VER
       
    55 #define inline _inline
       
    56 #endif  /* _MSC_VER */
    52 
    57 
    53 
    58 
    54 inline void start_node(CO_Data* d, UNS8 nodeId){
    59 inline void start_node(CO_Data* d, UNS8 nodeId){
    55     /* Ask slave node to go in operational mode */
    60     /* Ask slave node to go in operational mode */
    56     masterSendNMTstateChange (d, nodeId, NMT_Start_Node);
    61     masterSendNMTstateChange (d, nodeId, NMT_Start_Node);