20#ifndef SOPC_INTERNAL_APP_DISPATCHER_H
21#define SOPC_INTERNAL_APP_DISPATCHER_H
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
struct _SOPC_Looper SOPC_Looper
Manages the processing of events on a given thread.
Definition sopc_event_handler.h:43
SOPC_Looper * SOPC_App_GetLooper(void)
SOPC_ReturnStatus SOPC_App_EnqueueComEvent(SOPC_App_Com_Event event, uint32_t id, uintptr_t params, uintptr_t auxParam)
SOPC_ReturnStatus SOPC_App_EnqueueAddressSpaceNotification(SOPC_App_AddSpace_Event event, uint32_t id, uintptr_t params, uintptr_t auxParam)
SOPC_AddressSpaceNotif_Fct * sopc_appAddressSpaceNotificationCallback
void SOPC_App_Initialize(void)
void SOPC_App_Clear(void)
SOPC_ComEvent_Fct * sopc_appEventCallback
Contains the types to be used by the user application to use the Toolkit.
void SOPC_ComEvent_Fct(SOPC_App_Com_Event event, uint32_t IdOrStatus, void *param, uintptr_t appContext)
Toolkit communication events application callback type.
Definition sopc_user_app_itf.h:471
enum _SOPC_App_AddSpace_Event SOPC_App_AddSpace_Event
Server address space access/modification notifications to applicative code.
void SOPC_AddressSpaceNotif_Fct(const SOPC_CallContext *callCtxPtr, SOPC_App_AddSpace_Event event, void *opParam, SOPC_StatusCode opStatus)
Toolkit address space notification events callback type.
Definition sopc_user_app_itf.h:476
enum _SOPC_App_Com_Event SOPC_App_Com_Event
Client and Server communication events to be managed by applicative code.