Skip to content

Commit

Permalink
Update project.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
xLPMG authored Feb 5, 2024
1 parent ab4dabc commit 6b477ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/files/assignments/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All it takes is to send the correct commands to the server by sticking to the AP
GUI (Client-side)
*********************

The Gui is desigend to be as intuitively usable as possible. Therefore, we divided the functionality of the GUI into 5 sections, which are represented by the main tabs.
The GUI is designed to be as intuitively usable as possible. We divided the functionality into 5 sections, which are represented by the main tabs.

.. image:: ../../_static/assets/task-10-Gui_help.png

Expand Down Expand Up @@ -77,7 +77,7 @@ In the last window, data files can be selected and then sent to the server. Rece
Server-side
*********************

The first thing we did was to modularize our main ``tsunami_lab`` program.
The first task we had to tackle was to modularize our main ``tsunami_lab`` program.

The original ``main.cpp`` had one main function that executed the whole program loop.
The code was moved to ``Simulator.cpp`` and we now have separate functions for the different parts of the program, such as ``prepareForCalculation()`` and ``runCalculation()``.
Expand Down Expand Up @@ -219,4 +219,4 @@ Since all communication happens using text over TCP, we had to implement a struc
in order to guarantee correct communication. For this, we decided to send all data in JSON format and a ``Message`` struct.


.. note:: For further information, see :ref:`ns-lib`
.. note:: For further information, see :ref:`ns-lib`

0 comments on commit 6b477ef

Please sign in to comment.