Architectures and Frameworks: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
|- style="background-color:#616366; border:none; color:#FFD500; text-align:center;" | |- style="background-color:#616366; border:none; color:#FFD500; text-align:center;" | ||
| '''Subcategories''' | | '''Subcategories''' | ||
| | | style="width:75%;" | '''Topics in Architectures and Frameworks''' | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| Line 20: | Line 20: | ||
== Architectures == | == Architectures == | ||
* [[ | * [[VI Hierarchy]] | ||
* [[By-Reference Architecture]] | * [[By-Reference Architecture]] | ||
| Line 29: | Line 26: | ||
=== Modular Design === | === Modular Design === | ||
* [[Actor Framework]] | * [[Actor Framework]] | ||
** [[Model View Actor (MVA) Framework]] | |||
* [[Delacor Queued Message Handler (DQMH)]] | * [[Delacor Queued Message Handler (DQMH)]] | ||
* [[Messenger Library]] | * [[Messenger Library]] | ||
| Line 45: | Line 43: | ||
* [[InstaCoverage]] | * [[InstaCoverage]] | ||
* [[NI Unit Test Framework]] | * [[NI Unit Test Framework]] | ||
=== Extend LabVIEW IDE === | |||
* [[Project Provider Framework]] | |||
[[Category:Portals|Application design and architecture]] | [[Category:Portals|Application design and architecture]] | ||
Latest revision as of 16:20, 14 March 2021
| The Architectures and Frameworks Portal |
| A Software Architecture refers to the organization of software components, design patterns, and Frameworks; and the relationships between them necessary to compose the structure of the application.
Frameworks refer to tools that accomplish different aspects of the software Architecture including: modular communication, user interface, hardware interface, unit testing etc. One or more Frameworks are used and added to as part of an overall Architecture to create an application. |
| Subcategories | Topics in Architectures and Frameworks |
ArchitecturesFrameworksModular Design
User InterfaceUnit Test FrameworksExtend LabVIEW IDE |