From d93daaab6b78fede9ccde2c7cb63b8fa3e1e55a8 Mon Sep 17 00:00:00 2001 From: makotocc0107 <1424018999@qq.com> Date: Wed, 4 Sep 2024 09:51:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84exporter=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {opcua-expoter => opcua-exporter}/.gitignore | 0 {opcua-expoter => opcua-exporter}/CMakeLists.txt | 0 {opcua-expoter => opcua-exporter}/Dockerfile | 0 {opcua-expoter => opcua-exporter}/client/client.cpp | 0 {opcua-expoter => opcua-exporter}/client/client.h | 0 {opcua-expoter => opcua-exporter}/cmake/civetweb-config.cmake | 0 {opcua-expoter => opcua-exporter}/collector/collector.cpp | 0 {opcua-expoter => opcua-exporter}/collector/collector.h | 0 .../fault-simulation-algorithm/.gitignore | 0 .../fault-simulation-algorithm/CMakeLists.txt | 0 .../fault-simulation-algorithm/include/algorithm.hpp | 0 .../periodic_interference/CMakeLists.txt | 0 .../fault-simulation-algorithm/periodic_interference/main.cpp | 0 .../periodic_interference/periodic_interference.cpp | 0 .../periodic_interference/periodic_interference.h | 0 .../fault-simulation-algorithm/simulation-manager/CMakeLists.txt | 0 .../simulation-manager/algorithm_wrap.hpp | 0 .../fault-simulation-algorithm/simulation-manager/main.cpp | 0 .../simulation-manager/simulation_manager.hpp | 0 .../fault-simulation-algorithm/step/CMakeLists.txt | 0 .../fault-simulation-algorithm/step/main.cpp | 0 .../fault-simulation-algorithm/step/step.cpp | 0 .../fault-simulation-algorithm/step/step.h | 0 .../fault-simulation-algorithm/temperature-drift/CMakeLists.txt | 0 .../fault-simulation-algorithm/temperature-drift/main.cpp | 0 .../temperature-drift/temperature_drift.cpp | 0 .../temperature-drift/temperature_drift.h | 0 .../fault-simulation-algorithm/white_noise/CMakeLists.txt | 0 .../fault-simulation-algorithm/white_noise/main.cpp | 0 .../fault-simulation-algorithm/white_noise/white_noise.cpp | 0 .../fault-simulation-algorithm/white_noise/white_noise.h | 0 {opcua-expoter => opcua-exporter}/main.cpp | 0 {opcua-expoter => opcua-exporter}/new_opcua.yaml | 0 {opcua-expoter => opcua-exporter}/opcua.yaml | 0 {opcua-expoter => opcua-exporter}/opcua.yml | 0 {opcua-expoter => opcua-exporter}/opcua_fake.yaml | 0 {opcua-expoter => opcua-exporter}/vcpkg.json | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename {opcua-expoter => opcua-exporter}/.gitignore (100%) rename {opcua-expoter => opcua-exporter}/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/Dockerfile (100%) rename {opcua-expoter => opcua-exporter}/client/client.cpp (100%) rename {opcua-expoter => opcua-exporter}/client/client.h (100%) rename {opcua-expoter => opcua-exporter}/cmake/civetweb-config.cmake (100%) rename {opcua-expoter => opcua-exporter}/collector/collector.cpp (100%) rename {opcua-expoter => opcua-exporter}/collector/collector.h (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/.gitignore (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/include/algorithm.hpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/periodic_interference/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/periodic_interference/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/periodic_interference/periodic_interference.h (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/simulation-manager/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/simulation-manager/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/step/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/step/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/step/step.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/step/step.h (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/temperature-drift/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/temperature-drift/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/temperature-drift/temperature_drift.h (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/white_noise/CMakeLists.txt (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/white_noise/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/white_noise/white_noise.cpp (100%) rename {opcua-expoter => opcua-exporter}/fault-simulation-algorithm/white_noise/white_noise.h (100%) rename {opcua-expoter => opcua-exporter}/main.cpp (100%) rename {opcua-expoter => opcua-exporter}/new_opcua.yaml (100%) rename {opcua-expoter => opcua-exporter}/opcua.yaml (100%) rename {opcua-expoter => opcua-exporter}/opcua.yml (100%) rename {opcua-expoter => opcua-exporter}/opcua_fake.yaml (100%) rename {opcua-expoter => opcua-exporter}/vcpkg.json (100%) diff --git a/opcua-expoter/.gitignore b/opcua-exporter/.gitignore similarity index 100% rename from opcua-expoter/.gitignore rename to opcua-exporter/.gitignore diff --git a/opcua-expoter/CMakeLists.txt b/opcua-exporter/CMakeLists.txt similarity index 100% rename from opcua-expoter/CMakeLists.txt rename to opcua-exporter/CMakeLists.txt diff --git a/opcua-expoter/Dockerfile b/opcua-exporter/Dockerfile similarity index 100% rename from opcua-expoter/Dockerfile rename to opcua-exporter/Dockerfile diff --git a/opcua-expoter/client/client.cpp b/opcua-exporter/client/client.cpp similarity index 100% rename from opcua-expoter/client/client.cpp rename to opcua-exporter/client/client.cpp diff --git a/opcua-expoter/client/client.h b/opcua-exporter/client/client.h similarity index 100% rename from opcua-expoter/client/client.h rename to opcua-exporter/client/client.h diff --git a/opcua-expoter/cmake/civetweb-config.cmake b/opcua-exporter/cmake/civetweb-config.cmake similarity index 100% rename from opcua-expoter/cmake/civetweb-config.cmake rename to opcua-exporter/cmake/civetweb-config.cmake diff --git a/opcua-expoter/collector/collector.cpp b/opcua-exporter/collector/collector.cpp similarity index 100% rename from opcua-expoter/collector/collector.cpp rename to opcua-exporter/collector/collector.cpp diff --git a/opcua-expoter/collector/collector.h b/opcua-exporter/collector/collector.h similarity index 100% rename from opcua-expoter/collector/collector.h rename to opcua-exporter/collector/collector.h diff --git a/opcua-expoter/fault-simulation-algorithm/.gitignore b/opcua-exporter/fault-simulation-algorithm/.gitignore similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/.gitignore rename to opcua-exporter/fault-simulation-algorithm/.gitignore diff --git a/opcua-expoter/fault-simulation-algorithm/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/include/algorithm.hpp b/opcua-exporter/fault-simulation-algorithm/include/algorithm.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/include/algorithm.hpp rename to opcua-exporter/fault-simulation-algorithm/include/algorithm.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/main.cpp b/opcua-exporter/fault-simulation-algorithm/periodic_interference/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/main.cpp rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp b/opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.h b/opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.h rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.h diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/main.cpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/main.cpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/step/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/step/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/step/main.cpp b/opcua-exporter/fault-simulation-algorithm/step/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/main.cpp rename to opcua-exporter/fault-simulation-algorithm/step/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/step.cpp b/opcua-exporter/fault-simulation-algorithm/step/step.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/step.cpp rename to opcua-exporter/fault-simulation-algorithm/step/step.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/step.h b/opcua-exporter/fault-simulation-algorithm/step/step.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/step.h rename to opcua-exporter/fault-simulation-algorithm/step/step.h diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/main.cpp b/opcua-exporter/fault-simulation-algorithm/temperature-drift/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/main.cpp rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp b/opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.h b/opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.h rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.h diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/white_noise/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/white_noise/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/main.cpp b/opcua-exporter/fault-simulation-algorithm/white_noise/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/main.cpp rename to opcua-exporter/fault-simulation-algorithm/white_noise/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.cpp b/opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.cpp rename to opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.h b/opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.h rename to opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.h diff --git a/opcua-expoter/main.cpp b/opcua-exporter/main.cpp similarity index 100% rename from opcua-expoter/main.cpp rename to opcua-exporter/main.cpp diff --git a/opcua-expoter/new_opcua.yaml b/opcua-exporter/new_opcua.yaml similarity index 100% rename from opcua-expoter/new_opcua.yaml rename to opcua-exporter/new_opcua.yaml diff --git a/opcua-expoter/opcua.yaml b/opcua-exporter/opcua.yaml similarity index 100% rename from opcua-expoter/opcua.yaml rename to opcua-exporter/opcua.yaml diff --git a/opcua-expoter/opcua.yml b/opcua-exporter/opcua.yml similarity index 100% rename from opcua-expoter/opcua.yml rename to opcua-exporter/opcua.yml diff --git a/opcua-expoter/opcua_fake.yaml b/opcua-exporter/opcua_fake.yaml similarity index 100% rename from opcua-expoter/opcua_fake.yaml rename to opcua-exporter/opcua_fake.yaml diff --git a/opcua-expoter/vcpkg.json b/opcua-exporter/vcpkg.json similarity index 100% rename from opcua-expoter/vcpkg.json rename to opcua-exporter/vcpkg.json