examples/CANOpenShell/CANOpenShell.h
changeset 559 8543e7edae4a
parent 555 ee24dcbd3e64
equal deleted inserted replaced
558:bcf69ff203de 559:8543e7edae4a
    26 #endif
    26 #endif
    27 
    27 
    28 #include "canfestival.h"
    28 #include "canfestival.h"
    29 
    29 
    30 void help(void);
    30 void help(void);
    31 void StartNode(CO_Data*, UNS8);
    31 void StartNode(UNS8);
    32 void StopNode(CO_Data*, UNS8);
    32 void StopNode(UNS8);
    33 void ResetNode(CO_Data*, UNS8);
    33 void ResetNode(UNS8);
    34 void DiscoverNodes(CO_Data*);
    34 void DiscoverNodes(void);
    35 void CheckReadInfoSDO(CO_Data*, UNS8);
    35 void CheckReadInfoSDO(CO_Data*, UNS8);
    36 void GetSlaveNodeInfo(CO_Data*, UNS8);
    36 void GetSlaveNodeInfo(UNS8);
    37 void CheckReadSDO(CO_Data*, UNS8);
    37 void CheckReadSDO(CO_Data*, UNS8);
    38 void CheckWriteSDO(CO_Data*, UNS8);
    38 void CheckWriteSDO(CO_Data*, UNS8);
    39 void ReadDeviceEntry(CO_Data*, char*);
    39 void ReadDeviceEntry(char*);
    40 void WriteDeviceEntry(CO_Data*, char*);
    40 void WriteDeviceEntry(char*);
       
    41 void SleepFunction(int);