EtherCAT Slave  1.06.01

◆ EC_API_SLV_CBStackError_t

typedef void(* EC_API_SLV_CBStackError_t) (void *pAppRunCtxt_p, uint32_t errorCode_p, uint8_t fatal_p, uint8_t numOfParam_p, va_list arg_p)

Called on severe Stack error (OSAL_error)

Parameters
[in]pAppRunCtxt_pCallBack Content for use in complex applications.
[in]errorCode_pError code from DTK Stack
[in]fatal_pError type
[in]numOfParam_pnumber of upcoming parameters
[in]arg_prest of parameters
See also
OSAL_error