S2OPC OPCUA Toolkit
Functions | Variables
sopc_internal_app_dispatcher.h File Reference
#include "sopc_event_handler.h"
#include "sopc_user_app_itf.h"

Go to the source code of this file.

Functions

void SOPC_App_Initialize (void)
 
SOPC_LooperSOPC_App_GetLooper (void)
 
void SOPC_App_Clear (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)
 

Variables

SOPC_ComEvent_Fctsopc_appEventCallback
 
SOPC_AddressSpaceNotif_Fctsopc_appAddressSpaceNotificationCallback
 

Function Documentation

◆ SOPC_App_Initialize()

void SOPC_App_Initialize ( void  )

◆ SOPC_App_GetLooper()

SOPC_Looper* SOPC_App_GetLooper ( void  )

◆ SOPC_App_Clear()

void SOPC_App_Clear ( void  )

◆ SOPC_App_EnqueueComEvent()

SOPC_ReturnStatus SOPC_App_EnqueueComEvent ( SOPC_App_Com_Event  event,
uint32_t  id,
uintptr_t  params,
uintptr_t  auxParam 
)

◆ SOPC_App_EnqueueAddressSpaceNotification()

SOPC_ReturnStatus SOPC_App_EnqueueAddressSpaceNotification ( SOPC_App_AddSpace_Event  event,
uint32_t  id,
uintptr_t  params,
uintptr_t  auxParam 
)

Variable Documentation

◆ sopc_appEventCallback

SOPC_ComEvent_Fct* sopc_appEventCallback

◆ sopc_appAddressSpaceNotificationCallback

SOPC_AddressSpaceNotif_Fct* sopc_appAddressSpaceNotificationCallback