diff options
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -9,13 +9,14 @@ With the final objective of designing a lightweight FAR 23 compliant airfoil. I adapted it from my own code for the UCLA MAE 154B final project (Spring 2019). -#+CAPTION: Test image for the README -#+NAME: fig:Test-Image -[[./doc/diagram.png]] - -#+CAPTION: Second test image for the README -#+NAME: fig:Test-Image2 -[[./doc/diagram2.png]] +#+BEGIN_UML +Alice -> Bob: Authentication Request +Bob --> Alice: Authentication Response +#+END_UML + +#+CAPTION: Program Flow Sequence +#+NAME: fig:sequence-program +[[./doc/sequence_program.png]] * Program Structure |