Go to the source code of this file.
Defines | |
#define | COUNT_SDO_CLIENT 3 |
Functions | |
void | processReceivedSDO (s_rx_buffer_message *canopenMessage) |
void | saveOD (BYTE bSubindex) |
void | loadOD (BYTE bSubindex) |
SDO client related functions. They are used for accessing a slave modules object dictionary
|
|
|
A remote node can call this function (by SDO) to load the standard Object dictionary (OD) from a persistent memore (EEProm, Flash, ...). This is useful, if the OD has been modified, but you want to undo this changes. the argument indicates which subindex is called (different subindicies stands for different load-options. see standard) |
|
this function is called by proccessRxCanMessages. it is responsible for proccessing SDO messages. e.g. if the server wants to read/write an entry in the Object dictionary
|
|
A remote node can call this function (by SDO) to save the state of the Object dictionary into a persistend memory (EEProm, Flash, ...). the argument indicates which subindex is called (different subindicies stands for different save-options. see standard) |