EtherCAT Slave1.12.02

◆ EC_SLV_APP_cia402ObjectDictionary()

uint32_t EC_SLV_APP_cia402ObjectDictionary ( void *  pContext_p)

Generate CiA402 Objects.

Parameters
[in]ecSlaveApiSDK Instance.
Returns
ErrorCode Error code.
Example
#include <ecSlvApi.h>
// required variables
EC_API_SLV_SHandle_t* S_ecSlvApiHdl;
// the Call
retVal = EC_SLV_APP_usrApplCia402ObjectDictionary(S_ecSlvApiHdl);
struct EC_API_SLV_SHandle EC_API_SLV_SHandle_t
EC_API_SLV_SHandle_t describes the EtherCAT Slave API.
Definition: ecSlvApi.h:157
Examples
ESL_cia402Obd.c, and ecSlvCiA402.c.