Details
Description
Function parameter type of
eip_eif_initialize_provider_update_request() and eip_eif_initialize_consumer_update_request()
shall be changed from
EIP_EIF_STACK_INTERFACE_T* to CIP_OBJ_ASYNC_REQUEST_T*.
This way the functions can be used by components that do not make use of the resource structure EIP_EIF_STACK_INTERFACE_T.
New prototypes will be:
void eip_eif_initialize_provider_update_request(CIP_OBJ_ASYNC_REQUEST_T* ptUpdateProducerDataRequest)
void eip_eif_initialize_consumer_update_request(CIP_OBJ_ASYNC_REQUEST_T* ptUpdateConsumerDataRequest)