Kaynağa Gözat

Update ua_client_highlevel.h

StalderT 9 yıl önce
ebeveyn
işleme
5d15fc3e13
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      include/ua_client_highlevel.h

+ 1 - 1
include/ua_client_highlevel.h

@@ -280,7 +280,7 @@ void UA_EXPORT UA_Client_Subscriptions_manuallySendPublishRequest(UA_Client *cli
 UA_StatusCode UA_EXPORT
 UA_StatusCode UA_EXPORT
 UA_Client_Subscriptions_addMonitoredItem(UA_Client *client, UA_UInt32 subscriptionId,
 UA_Client_Subscriptions_addMonitoredItem(UA_Client *client, UA_UInt32 subscriptionId,
                                          UA_NodeId nodeId, UA_UInt32 attributeID,
                                          UA_NodeId nodeId, UA_UInt32 attributeID,
-                                         void *handlingFunction, void *handlingContext,
+                                         void (*handlingFunction)(UA_UInt32 handle, UA_DataValue *value, void *context), void *handlingContext,
                                          UA_UInt32 *newMonitoredItemId);
                                          UA_UInt32 *newMonitoredItemId);
 
 
 UA_StatusCode UA_EXPORT
 UA_StatusCode UA_EXPORT