ua_nodestore_default.h 625 B

1234567891011121314151617181920212223242526
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
  3. *
  4. * Copyright 2017 (c) Julian Grothoff
  5. * Copyright 2017 (c) Stefan Profanter, fortiss GmbH
  6. */
  7. #ifndef UA_NODESTORE_DEFAULT_H_
  8. #define UA_NODESTORE_DEFAULT_H_
  9. #include "ua_plugin_nodestore.h"
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* Initializes the nodestore, sets the context and function pointers */
  14. UA_StatusCode UA_EXPORT
  15. UA_Nodestore_default_new(UA_Nodestore *ns);
  16. #ifdef __cplusplus
  17. } // extern "C"
  18. #endif
  19. #endif /* UA_NODESTORE_DEFAULT_H_ */