|
@@ -196,8 +196,13 @@ void Service_UnregisterNodes(UA_Server *server, UA_Session *session, const UA_Un
|
|
|
*/
|
|
|
void Service_Read(UA_Server *server, UA_Session *session, const UA_ReadRequest *request,
|
|
|
UA_ReadResponse *response);
|
|
|
-// Service_HistoryRead
|
|
|
+#define TEST
|
|
|
+#ifdef TEST
|
|
|
+void readValue(UA_Server *server, UA_TimestampsToReturn timestamps,
|
|
|
+ const UA_ReadValueId *id, UA_DataValue *v);
|
|
|
+#endif /*DEBUG */
|
|
|
|
|
|
+// Service_HistoryRead
|
|
|
/**
|
|
|
* Used to write one or more Attributes of one or more Nodes. For constructed
|
|
|
* Attribute values whose elements are indexed, such as an array, this Service
|