(self, _file)
| 220 | return result |
| 221 | |
| 222 | def _make_header(self, _file): |
| 223 | _file.write(""" |
| 224 | ''' |
| 225 | THIS FILE IS AUTOGENERATED, DO NOT EDIT!!! |
| 226 | ''' |
| 227 | |
| 228 | from datetime import datetime |
| 229 | import uuid |
| 230 | |
| 231 | from opcua import ua |
| 232 | """) |
| 233 | |
| 234 | def set_typeid(self, name, typeid): |
| 235 | for struct in self.model: |