open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Typedefs | Functions
ServerContext.h File Reference
#include <open62541/server.h>

Go to the source code of this file.

Typedefs

typedef struct ServerContext ServerContext
 

Functions

ServerContextServerContext_new (struct UA_Server *server)
 
void ServerContext_delete (ServerContext *serverContext)
 
struct UA_ServerServerContext_getServerObject (const ServerContext *serverContext)
 
void ServerContext_addNamespaceIdx (ServerContext *serverContext, UA_UInt16 serverIdx)
 
UA_UInt16 ServerContext_translateToServerIdx (const ServerContext *serverContext, UA_UInt16 nodesetIdx)
 

Typedef Documentation

◆ ServerContext

typedef struct ServerContext ServerContext

Definition at line 16 of file ServerContext.h.

Function Documentation

◆ ServerContext_addNamespaceIdx()

void ServerContext_addNamespaceIdx ( ServerContext serverContext,
UA_UInt16  serverIdx 
)

◆ ServerContext_delete()

void ServerContext_delete ( ServerContext serverContext)

◆ ServerContext_getServerObject()

struct UA_Server * ServerContext_getServerObject ( const ServerContext serverContext)

◆ ServerContext_new()

ServerContext * ServerContext_new ( struct UA_Server server)

◆ ServerContext_translateToServerIdx()

UA_UInt16 ServerContext_translateToServerIdx ( const ServerContext serverContext,
UA_UInt16  nodesetIdx 
)