1
0
mirror of https://github.com/FreeOpcUa/freeopcua synced 2025-10-26 19:56:54 +08:00
freeopcua/schemas
Ralf Müller bae882ed14 reduce stack impact of initialisation
- generate address space create blocks for each created node
  - unfortunately compilers are not forced reuse stack frames of
    blocks which are already done
  - as a result llvm created tremendously huge stack frames for
    generate address space
  - this commit creates separate functions to create nodes, which
    results in an extremly reduced stack usage
2017-10-02 19:02:27 +02:00
..
AttributeIds.csv codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
codegen.py improve logging (#264) 2017-09-18 10:16:19 +02:00
download.py Fix python 2/3 compatibility issues 2016-09-29 14:09:20 -07:00
generate_address_space.py reduce stack impact of initialisation 2017-10-02 19:02:27 +02:00
generate_model.py Autogeneration of a lot fo classes. Some tests are commented out because they do not make a lot sense with autogenerated structures. Many structures have changed constructor and now are using possible different values. 2015-06-08 13:44:31 +02:00
generate_protocol.py add ModifySubscription handling (#244) 2017-05-30 16:36:34 +02:00
NodeIds.csv codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Adi.NodeSet2.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Adi.Types.bsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Adi.Types.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Di.NodeSet2.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Di.Types.bsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Di.Types.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Endpoints.wsdl codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part3.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part4.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part5.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part8.xml Fix python 2/3 compatibility issues 2016-09-29 14:09:20 -07:00
Opc.Ua.NodeSet2.Part9.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part10.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part11.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.Part13.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.NodeSet2.xml codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Services.wsdl codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Types.bsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
Opc.Ua.Types.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
OPCBinarySchema.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
regen improve logging (#264) 2017-09-18 10:16:19 +02:00
SecuredApplication.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
StatusCode.csv codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
UANodeSet.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00
UAVariant.xsd codegen GetAttributeIDOptionValue 2014-11-26 11:30:31 -08:00