COParaRestore
Description
This function is responsible for removing the changes on the parameter values of the given parameter group. The changes in NVM of the given parameter group will be replaced with the default values by calling the user callback function CO_ParaDefault()
.
Prototype
void COParaRestore(CO_PARA *pg, CO_NODE *node);
Parameter | Description |
---|---|
pg | Ptr to parameter group info |
node | Ptr to node info |
Returned Value
none
Additional Information
This function can be removed from the CANopen device by disabling the parameter support with the configuration CO_OBJ_PARA.EN
.