Bläddra i källkod

Subscriptions: Small comment improvement

Julius Pfrommer 6 år sedan
förälder
incheckning
9fa38fedc6
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      src/server/ua_subscription.h

+ 2 - 1
src/server/ua_subscription.h

@@ -99,7 +99,8 @@ struct UA_MonitoredItem {
     UA_UInt32 attributeId;
     UA_String indexRange;
     UA_Double samplingInterval; // [ms]
-    UA_UInt32 maxQueueSize;
+    UA_UInt32 maxQueueSize; /* The max number of enqueued notifications (not
+                               counting overflow events) */
     UA_Boolean discardOldest;
     // TODO: dataEncoding is hardcoded to UA binary
     union {