218
edits
Changes
→Class Diagram
== Class Diagram ==
[[File:Cw classdiagram.png|1100x1100px]]
The general architectural idea is to start the Flow with a TraceSource, allow the connection off multiple preprocessing modules (that are both a TraceObserver and a TraceSource) and end the chain in an TraceObserver (that can be a widget or an AnalysisSource).
[TraceSource] -> [(Active)TraceObserver, TraceSource] -> [(Passive/Active)TraceObserver]
| | |
Channel PreprocessingBase AnalysisSource -------------> [AnalysisObserver]
TraceManager TraceRecorder |
WaveFormWidget [AttackObserver]
|
Analysis Widgets (ResultsTable, CorrelationVsTrace, ...)