Ajustement Mélanie

This commit is contained in:
Leopold Clement 2021-09-10 15:01:51 +02:00
parent 176893cbe7
commit 66096b43a9
2 changed files with 4 additions and 6 deletions

View file

@ -36,8 +36,6 @@ package "Notre ajout" as us {
class "Maquette" as maquette{
+action_spec
+observation_spec
+reset()
+step()
-_reset()
-_step()
}

View file

@ -72,7 +72,7 @@
\column{0.45\textwidth}
Les conséquence sont : \pause
\begin{itemize}[<+->]
\item L'allongement du \rtt{},
\item l'allongement du \rtt{},
\item la perte de paquets.
\end{itemize}
\end{columns}
@ -88,7 +88,7 @@
\caption{Transaction \coap{}}
\end{figure}
\column{0.45\textwidth}
interface identique à \emph{HTTP}.
Interface identique à \emph{HTTP}.
Utilise \emph{UDP} et pas \emph{TCP}.
\pause
@ -220,7 +220,7 @@
\begin{frame}{Structure}
\begin{figure}[htp]
\centering
\includegraphics[width = \textwidth,height=0.7\textheight,keepaspectratio]{puml/classe.png}
\includegraphics[width = \textwidth,height=0.8\textheight,keepaspectratio]{puml/classe.png}
\caption{Diagramme de classes de l'implémentation de notre protocole.}
\end{figure}
\end{frame}
@ -326,7 +326,7 @@
\begin{frame}{Call Stack \coapthon{}}
\begin{figure}[htp]
\centering
\includegraphics[width=\linewidth]{puml/call_stack_envoie.png}
\includegraphics[width=1\linewidth]{puml/call_stack_envoie.png}
\caption{Appel de fonction pour l'envoi d'une transaction \coapthon{}}
\end{figure}
\end{frame}