[添加]opcua exporter

This commit is contained in:
2024-08-27 15:16:04 +08:00
parent 90b0ebaf93
commit 78aa275ae5
38 changed files with 60110 additions and 80 deletions

37
opcua-expoter/.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
### C++ template
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
#Clion
.idea
cmake-build-*