├── README.md ├── VSI.prj ├── models ├── Parameters.m └── VSI.slx └── resources └── project ├── Configuration.type.Config.xml ├── Extensions.type.Root └── Information.type.Extension.xml ├── Project.xml ├── ProjectData.type.Info.xml ├── Root.type.Categories ├── FileClassCategory.type.Category.xml └── FileClassCategory.type.Category │ ├── artifact.type.Label.xml │ ├── convenience.type.Label.xml │ ├── derived.type.Label.xml │ ├── design.type.Label.xml │ ├── none.type.Label.xml │ ├── other.type.Label.xml │ └── test.type.Label.xml ├── Root.type.EntryPointGroups └── 6d539be3-bac2-43b5-928f-fe5335682acd.type.EntryPointGroup.xml ├── Root.type.EntryPoints ├── 15cc7319-2923-40a7-a9a5-7e6b05615bc6.type.EntryPoint.xml └── 93fc2697-ac89-4696-b086-ab1867afc3ed.type.EntryPoint.xml ├── Root.type.Files ├── models.type.File.xml └── models.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── Parameters.m.type.File.xml │ └── VSI.slx.type.File.xml ├── Root.type.ProjectPath └── cb3b4205-a1ff-4608-8d9f-14957ac14e43.type.Reference.xml ├── Root.type.WorkingFolders ├── ProjectStartupFolder.type.Reference.xml ├── SimulinkCacheFolder.type.Reference.xml └── SimulinkCodeGenFolder.type.Reference.xml └── uuid-53835b1d-9c4c-47ec-a82d-71142ce22bbd.xml /README.md: -------------------------------------------------------------------------------- 1 | # mpc-vsi 2 | -------------------------------------------------------------------------------- /VSI.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/VSI.prj -------------------------------------------------------------------------------- /models/Parameters.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/models/Parameters.m -------------------------------------------------------------------------------- /models/VSI.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/models/VSI.slx -------------------------------------------------------------------------------- /resources/project/Configuration.type.Config.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Extensions.type.Root/Information.type.Extension.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/ProjectData.type.Info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/resources/project/Root.type.Categories/FileClassCategory.type.Category.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/6d539be3-bac2-43b5-928f-fe5335682acd.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/15cc7319-2923-40a7-a9a5-7e6b05615bc6.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/resources/project/Root.type.EntryPoints/15cc7319-2923-40a7-a9a5-7e6b05615bc6.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/93fc2697-ac89-4696-b086-ab1867afc3ed.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/resources/project/Root.type.EntryPoints/93fc2697-ac89-4696-b086-ab1867afc3ed.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/models.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/models.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/models.type.File/Parameters.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/resources/project/Root.type.Files/models.type.File/Parameters.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/models.type.File/VSI.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adeel-Abdullah/mpc-vsi/HEAD/resources/project/Root.type.Files/models.type.File/VSI.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/cb3b4205-a1ff-4608-8d9f-14957ac14e43.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.WorkingFolders/ProjectStartupFolder.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.WorkingFolders/SimulinkCacheFolder.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.WorkingFolders/SimulinkCodeGenFolder.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/uuid-53835b1d-9c4c-47ec-a82d-71142ce22bbd.xml: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------