From 7ee4fae5ada51cdfb0ec1792ce69955057643f4f Mon Sep 17 00:00:00 2001 From: aaronlong Date: Tue, 24 Dec 2019 10:08:59 +0000 Subject: [PATCH] Added tcUNIT, including helper functions and app test folder, to generic structure --- .../tcUNIT/app_tests/tcUNIT_APP_RUN.TcPOU | 20 ++ .../tcUNIT/common/FB_tcUNIT_common.TcPOU | 187 ++++++++++++++++++ .../tcUNIT/common/tcUNIT_GVL.TcGVL | 28 +++ .../tc_project_app/tc_project_app.tmcRefac | 15 ++ 4 files changed, 250 insertions(+) create mode 100644 solution/tc_project_app/tcUNIT/app_tests/tcUNIT_APP_RUN.TcPOU create mode 100644 solution/tc_project_app/tcUNIT/common/FB_tcUNIT_common.TcPOU create mode 100644 solution/tc_project_app/tcUNIT/common/tcUNIT_GVL.TcGVL create mode 100644 solution/tc_project_app/tc_project_app.tmcRefac diff --git a/solution/tc_project_app/tcUNIT/app_tests/tcUNIT_APP_RUN.TcPOU b/solution/tc_project_app/tcUNIT/app_tests/tcUNIT_APP_RUN.TcPOU new file mode 100644 index 0000000..ccb726d --- /dev/null +++ b/solution/tc_project_app/tcUNIT/app_tests/tcUNIT_APP_RUN.TcPOU @@ -0,0 +1,20 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/solution/tc_project_app/tcUNIT/common/FB_tcUNIT_common.TcPOU b/solution/tc_project_app/tcUNIT/common/FB_tcUNIT_common.TcPOU new file mode 100644 index 0000000..e59f78a --- /dev/null +++ b/solution/tc_project_app/tcUNIT/common/FB_tcUNIT_common.TcPOU @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/solution/tc_project_app/tcUNIT/common/tcUNIT_GVL.TcGVL b/solution/tc_project_app/tcUNIT/common/tcUNIT_GVL.TcGVL new file mode 100644 index 0000000..3b89d11 --- /dev/null +++ b/solution/tc_project_app/tcUNIT/common/tcUNIT_GVL.TcGVL @@ -0,0 +1,28 @@ + + + + + + \ No newline at end of file diff --git a/solution/tc_project_app/tc_project_app.tmcRefac b/solution/tc_project_app/tc_project_app.tmcRefac new file mode 100644 index 0000000..d6415b5 --- /dev/null +++ b/solution/tc_project_app/tc_project_app.tmcRefac @@ -0,0 +1,15 @@ + + + + + TCUNIT_RUN + tcUNIT_STD_LIB_1 + tcUNIT_APP_RUN + + + PrepareMove + motionStrategy + eMotionStrategy + + + \ No newline at end of file