Explorar el Código

Removed maxBrowseContinuationPoints and minSupportedSampleRate

Henrik Norrman hace 7 años
padre
commit
87e9171ddb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/ua_server_config.h

+ 0 - 2
include/ua_server_config.h

@@ -86,7 +86,6 @@ struct UA_ServerConfig {
 
     /* Limits for Requests */
     UA_UInt32 maxReferencesPerNode;
-    UA_UInt16 maxBrowseContinuationPoints;
 
     /* Limits for Subscriptions */
     UA_DurationRange publishingIntervalLimits;
@@ -98,7 +97,6 @@ struct UA_ServerConfig {
     /* Limits for MonitoredItems */
     UA_DurationRange samplingIntervalLimits;
     UA_UInt32Range queueSizeLimits; /* Negotiated with the client */
-    UA_Double minSupportedSampleRate;
 
     /* Discovery */
 #ifdef UA_ENABLE_DISCOVERY