Skip to content
Snippets Groups Projects
Commit bf9f2a3a authored by Martin Hustoles's avatar Martin Hustoles
Browse files

minor changes on sequence diagam

parent 49abd218
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,10 @@ participant CPCookieResponseMsg
#Questions to Schöller
#Timeout Delay? (e.g at receive)
#Classes without Constructor? (e.g at line 60 in CPProtocol)
#
#To-Do
#Sort into Blocks
#Add Datagram Socket
[->CPClient:main
activate CPClient
......@@ -80,7 +83,7 @@ PhyProtocol-->CPProtocol:
deactivate PhyProtocol
#Creates Cookie Response Msg
CPProtocol->CPMsg:
CPProtocol->CPMsg:parse()
activate CPMsg
CPMsg->CPCookieResponseMsg:<<create>>
activate CPCookieResponseMsg
......@@ -100,4 +103,4 @@ deactivate CPProtocol
CPClient->CPProtocol:receive
activate CPProtocol
CPProtocol-->CPClient:
deactivate CPProtocol
\ No newline at end of file
deactivate CPProtocol
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment