|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <open62541/server.h>Go to the source code of this file.
Typedefs | |
| typedef struct ServerContext | ServerContext |
Functions | |
| ServerContext * | ServerContext_new (struct UA_Server *server) |
| void | ServerContext_delete (ServerContext *serverContext) |
| struct UA_Server * | ServerContext_getServerObject (const ServerContext *serverContext) |
| void | ServerContext_addNamespaceIdx (ServerContext *serverContext, UA_UInt16 serverIdx) |
| UA_UInt16 | ServerContext_translateToServerIdx (const ServerContext *serverContext, UA_UInt16 nodesetIdx) |
| typedef struct ServerContext ServerContext |
Definition at line 16 of file ServerContext.h.
| void ServerContext_addNamespaceIdx | ( | ServerContext * | serverContext, |
| UA_UInt16 | serverIdx | ||
| ) |
| void ServerContext_delete | ( | ServerContext * | serverContext | ) |
| struct UA_Server * ServerContext_getServerObject | ( | const ServerContext * | serverContext | ) |
| ServerContext * ServerContext_new | ( | struct UA_Server * | server | ) |
| UA_UInt16 ServerContext_translateToServerIdx | ( | const ServerContext * | serverContext, |
| UA_UInt16 | nodesetIdx | ||
| ) |