nodestoreAccessExample.h 392 B

123456789101112131415
  1. /*
  2. * nodestoreAccessExample.h
  3. *
  4. * Created on: Oct 16, 2014
  5. * Author: opcua
  6. */
  7. #ifndef NODESTOREACCESSEXAMPLE_H_
  8. #define NODESTOREACCESSEXAMPLE_H_
  9. UA_Int32 readNodes(UA_ReadValueId * readValueIds, UA_UInt32 *readValueIdIndices, UA_UInt32 readValueIdsSize, UA_DataValue *v, UA_Boolean timeStampToReturn, UA_DiagnosticInfo *diagnosticInfo);
  10. #endif /* NODESTOREACCESSEXAMPLE_H_ */