From baedb9b5712baeaa7b3ebdd9b08c8ebaa1c1cc3c Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 16 Oct 2018 13:28:21 +0200 Subject: [PATCH] Add startup and shutdown scripts to project --- ...a4ed91fd-d721-41c7-9bd0-c3d905ab3003.type.EntryPoint.xml | 2 ++ ...bede1981-8866-468d-a7c7-1307e358108e.type.EntryPoint.xml | 2 ++ .../Root.type.Files/project_shutdown.m.type.File.xml | 6 ++++++ .../Root.type.Files/project_startup.m.type.File.xml | 6 ++++++ 4 files changed, 16 insertions(+) create mode 100644 .SimulinkProject/Root.type.EntryPoints/a4ed91fd-d721-41c7-9bd0-c3d905ab3003.type.EntryPoint.xml create mode 100644 .SimulinkProject/Root.type.EntryPoints/bede1981-8866-468d-a7c7-1307e358108e.type.EntryPoint.xml create mode 100644 .SimulinkProject/Root.type.Files/project_shutdown.m.type.File.xml create mode 100644 .SimulinkProject/Root.type.Files/project_startup.m.type.File.xml diff --git a/.SimulinkProject/Root.type.EntryPoints/a4ed91fd-d721-41c7-9bd0-c3d905ab3003.type.EntryPoint.xml b/.SimulinkProject/Root.type.EntryPoints/a4ed91fd-d721-41c7-9bd0-c3d905ab3003.type.EntryPoint.xml new file mode 100644 index 0000000..491677b --- /dev/null +++ b/.SimulinkProject/Root.type.EntryPoints/a4ed91fd-d721-41c7-9bd0-c3d905ab3003.type.EntryPoint.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.SimulinkProject/Root.type.EntryPoints/bede1981-8866-468d-a7c7-1307e358108e.type.EntryPoint.xml b/.SimulinkProject/Root.type.EntryPoints/bede1981-8866-468d-a7c7-1307e358108e.type.EntryPoint.xml new file mode 100644 index 0000000..9851cc3 --- /dev/null +++ b/.SimulinkProject/Root.type.EntryPoints/bede1981-8866-468d-a7c7-1307e358108e.type.EntryPoint.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.SimulinkProject/Root.type.Files/project_shutdown.m.type.File.xml b/.SimulinkProject/Root.type.Files/project_shutdown.m.type.File.xml new file mode 100644 index 0000000..80b5b16 --- /dev/null +++ b/.SimulinkProject/Root.type.Files/project_shutdown.m.type.File.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.SimulinkProject/Root.type.Files/project_startup.m.type.File.xml b/.SimulinkProject/Root.type.Files/project_startup.m.type.File.xml new file mode 100644 index 0000000..80b5b16 --- /dev/null +++ b/.SimulinkProject/Root.type.Files/project_startup.m.type.File.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file