UaServerConfig


Defines

#define UASERVER_SINGLETHREADED
 Threading configuration.
#define UASERVER_MAX_SUBSCRIPTIONS_PER_SESSION   100
 Maximum number of subscriptions per session.
#define UASERVER_MAX_PROVIDERNODES   1023
 Maximum number of nodes per provider supported by the server.
#define NUM_SAMPLINGRATES   7
 Configure Sampling Rates here.
#define UASERVER_MIN_SAMPLINGRATE   10
 Server supports the session-less HelloWorld service.
#define UASERVER_MONITOREDITEMMANAGER_ITEMS   1000
 Configure build to statically link providers.
#define UASERVER_SUPPORT_64BIT   1
 use 64bit variables
#define UASERVER_MAX_CONTINUATIONPOINTSPERSESSION   3
 ´maximum count of continuatinuationpoints per session
#define UASERVER_EVALUATION   0
 expiration of the server
#define UASERVER_PORT   4842
 Server/application URL/Is and names.

Define Documentation

#define NUM_SAMPLINGRATES   7

Configure Sampling Rates here.

#define UASERVER_MIN_SAMPLINGRATE   10

Server supports the session-less HelloWorld service.

Output the messages in errorhandling macros. Output the messages in errorhandling macros.

#define UASERVER_MONITOREDITEMMANAGER_ITEMS   1000

Configure build to statically link providers.

Maximum number of monitored items in the server.

#define UASERVER_SINGLETHREADED

Threading configuration.

Can can set this option as compiler flag -DUASERVER_SINGLETHREADED to override this configuration.