mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-12-21 20:08:46 +01:00
feat(connector): update abstract layout of project
This commit is contained in:
@@ -5,15 +5,13 @@
|
||||
\begin{figure}[!h]
|
||||
\centering
|
||||
\begin{tikzpicture} [align=center, node distance=4cm]
|
||||
\node (connector) [box] {Checklist Tester Interface};
|
||||
\node (server) [box, below of=connector] {Checklist Tester Server};
|
||||
\node (plugin) [box, right of=server] {Simulator Connector Plugin};
|
||||
\node (formal) [box, left of=server] {Formal Method};
|
||||
\node (simulator) [box, below of=plugin] {Flight Simulator};
|
||||
\node (connector) [box] {Checklist Tester};
|
||||
\node (plugin) [box, right of=connector] {X-Plane Connect};
|
||||
\node (formal) [box, left of=connector] {Formal Method};
|
||||
\node (simulator) [box, below=0.75cm of plugin] {X-Plane 12};
|
||||
|
||||
\draw [arrow] (server) -- (connector);
|
||||
\draw [arrow] (formal) -- (server);
|
||||
\draw [arrow] (plugin) -- (server);
|
||||
\draw [arrow] (formal) -- (connector);
|
||||
\draw [arrow] (plugin) -- (connector);
|
||||
\draw [arrow] (plugin) -- (simulator);
|
||||
\end{tikzpicture}
|
||||
\caption{Abstract layout of components}
|
||||
|
||||
Binary file not shown.
@@ -12,7 +12,7 @@
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{shapes.geometric, arrows}
|
||||
\usetikzlibrary{shapes.geometric, arrows, positioning}
|
||||
|
||||
\tikzstyle{box} = [rectangle, minimum width=3cm, minimum height=1cm, text centered, text width=3cm, draw=black]
|
||||
\tikzstyle{arrow} = [thick,<->,>=stealth]
|
||||
|
||||
Reference in New Issue
Block a user