8#ifndef __NODESETLOADER_BACKEND_OPEN62541_DATATYPES_H__
9#define __NODESETLOADER_BACKEND_OPEN62541_DATATYPES_H__
14#define LOADER_EXPORT __attribute__((dllexport))
16#define LOADER_EXPORT __declspec(dllexport)
19#if __GNUC__ || __clang__
20#define LOADER_EXPORT __attribute__((visibility("default")))
struct UA_Server UA_Server
void NodesetLoader_cleanupCustomDataTypes(const UA_DataTypeArray *customTypes)
const struct UA_DataType * NodesetLoader_getCustomDataType(struct UA_Server *server, const UA_NodeId *typeId)
#define LOADER_EXPORT
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Datatype arrays with custom type definitions can be added in a linked list to the client or server co...