Team:Aachen/Notebook/Software/Serial Client
From 2014.igem.org
m (→Serial Client - A WPF Application to Log Data) |
m |
||
Line 35: | Line 35: | ||
<center> | <center> | ||
- | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph1.png|align=center|title=Overview dependency graph of the Serial Client architechture|width=500px}} | + | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph1.png|align=center|title=Overview dependency graph of the Serial Client architechture|subtitle=In addition to the typical MVVM components (ViewModel, Converter, App, MainWindow), a ''Serial'' class is central to the architechture, receiving data from serial ports and forwarding it as ''SensorData'' to the ViewModel.|width=500px}} |
</center> | </center> | ||
Line 41: | Line 41: | ||
<center> | <center> | ||
- | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph2.png|align=center|title=Detailed dependency graph of the Serial Client architechture|width=1018px}} | + | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph2.png|align=center|title=Detailed dependency graph of the Serial Client architechture|subtitle=The ViewModel consists of public properties and RelayCommands that are required for DataBinding in the MainWindow. The methods within the ViewModel can be grouped in the categories ''Export'', ''Visualization'' and ''Data Accumulation''.|width=1018px}} |
</center> | </center> | ||
{{Team:Aachen/Footer}} | {{Team:Aachen/Footer}} |
Revision as of 17:33, 17 October 2014
|