Updated 2. Software Architecture Specification (markdown)

Cyber-Luke 2022-04-22 16:02:07 +02:00
parent c09dd4ecd7
commit 8168135b4c

@ -175,7 +175,7 @@ The architecture design in Figure 2 is the design created by the first developme
# 5. System Design <a name="SD"/> # 5. System Design <a name="SD"/>
<p align="center"> <p align="center">
<img src="https://user-images.githubusercontent.com/76038781/140761356-05e600c3-b11f-46a8-9bb2-355cdc1e82db.PNG" /> <img src="https://user-images.githubusercontent.com/76038781/140761356-05e600c3-b11f-46a8-9bb2-355cdc1e82db.PNG" alt="System" />
</p> </p>
This figure is showing the complete software structure design. This figure is showing the complete software structure design.
@ -192,7 +192,7 @@ Still the MVC pattern is a small part of the whole system design. In this case t
| AnimationClass | SOURCE/Plugin/Animationclass.cs | | AnimationClass | SOURCE/Plugin/Animationclass.cs |
| AutomationMLDataTables | SOURCE/Plugin/AutomationMLDataTables.cs | | AutomationMLDataTables | SOURCE/Plugin/AutomationMLDataTables.cs |
| ClassOfListFromReferenceFile | SOURCE/Plugin/ClassOfListsFromReferencefile.cs | | ClassOfListFromReferenceFile | SOURCE/Plugin/ClassOfListsFromReferencefile.cs |
| DeviceDescription | GUI: SOURCE/Plugin/DeviceDescription.Designer.cs Logic: SOURCE/Plugin/DeviceDescription.cs | | DeviceDescription | GUI: SOURCE/Plugin/DeviceDescription.Designer.cs <br> Logic: SOURCE/Plugin/DeviceDescription.cs |
| ModellingWizard | SOURCE/Plugin/ModellingWizard.xaml.cs | | ModellingWizard | SOURCE/Plugin/ModellingWizard.xaml.cs |
| MWController | SOURCE/Plugin/MWController.cs | | MWController | SOURCE/Plugin/MWController.cs |
| MWData | SOURCE/Plugin/MWData.cs | | MWData | SOURCE/Plugin/MWData.cs |