EtherCAT Slave  1.04.06

◆ EC_API_SLV_CoE_generateObjectDict()

uint32_t EC_API_SLV_CoE_generateObjectDict ( EC_API_SLV_SHandle_t pEcSlaveApi_p)

Generate Object Dictionary.

Configures the Application OBD based on the user configuration. Basic OBD is configured using the VendorID, Product Code and so on as well as the SyncManger PDO Assignment Objects (1C1X) and the objects defined by the user

Parameters
[in]pEcSlaveApi_ppointer to API instance.
Returns
EC_API_EError_t Returns the API error code.
Example
#include <ecSlvApi.h>
// required variables
EC_API_EError_t retVal = 0;
// the Call
retVal = EC_API_SLV_generateObjectDict(ecSlaveApi);
EC_API_EError_t
enum EC_API_EError EC_API_EError_t