Sfoglia il codice sorgente

New commandline switch for enabling monitoring/subscription specific structs added.

ichrispa 9 anni fa
parent
commit
2c723d76ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/generate_datatypes.py

+ 1 - 1
tools/generate_datatypes.py

@@ -61,7 +61,7 @@ minimal_types = ["InvalidType", "Node", "NodeClass", "ReferenceNode", "Applicati
                  "UserIdentityToken", "UserNameIdentityToken", "AnonymousIdentityToken" ];
 
 subscription_types = [ "DeleteMonitoredItemsRequest", "DeleteMonitoredItemsResponse", "NotificationMessage",
-                  "MonitoredItemNotification", "DataChangeNotification"];                
+                  "MonitoredItemNotification", "DataChangeNotification"  ];
 
 class TypeDescription(object):
     def __init__(self, name, nodeid, namespaceid):