nodestore_default.h 652 B

1234567891011121314151617181920212223
  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 2014-2017 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
  5. * Copyright 2017 (c) Julian Grothoff
  6. * Copyright 2017 (c) Stefan Profanter, fortiss GmbH
  7. */
  8. #ifndef UA_NODESTORE_DEFAULT_H_
  9. #define UA_NODESTORE_DEFAULT_H_
  10. #include <open62541/plugin/nodestore.h>
  11. _UA_BEGIN_DECLS
  12. /* Initializes the nodestore, sets the context and function pointers */
  13. UA_StatusCode UA_EXPORT
  14. UA_Nodestore_default_new(UA_Nodestore *ns);
  15. _UA_END_DECLS
  16. #endif /* UA_NODESTORE_DEFAULT_H_ */