# HG changeset patch # User Edouard Tisserant # Date 1642428900 -3600 # Node ID 3aac4241dafa62c43ecd96941e85127932824fa8 # Parent 6f5cd8d5dc115c6427608a08c0ac1ed7f6c5092f OPC-UA: cosmetic fix and armless typo diff -r 6f5cd8d5dc11 -r 3aac4241dafa opc_ua/opcua_client_maker.py --- a/opc_ua/opcua_client_maker.py Sun Jan 16 16:59:40 2022 +0100 +++ b/opc_ua/opcua_client_maker.py Mon Jan 17 15:15:00 2022 +0100 @@ -29,7 +29,7 @@ UA_NODE_ID_types = { "int" : ("UA_NODEID_NUMERIC", "{}" ), "str" : ("UA_NODEID_STRING" , '"{}"'), - "UUIS" : ("UA_NODEID_UUID" , '"{}"'), + "UUID" : ("UA_NODEID_UUID" , '"{}"'), } lstcolnames = [ "Name", "NSIdx", "IdType", "Id", "Type", "IEC"] @@ -501,7 +501,7 @@ } -#define INIT_READ_VARIANT(ua_type, c_loc_name) \\ +#define INIT_READ_VARIANT(ua_type, c_loc_name) \\ UA_Variant_init(&c_loc_name##_variant); #define INIT_WRITE_VARIANT(ua_type, ua_type_enum, c_loc_name) \\