Update threads.puml

This commit is contained in:
Thomarini 2021-04-13 14:28:33 +02:00 committed by GitHub
parent 3531eb4ecb
commit b8c178620e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@
interface "CAN Joystick" as CAN interface "CAN Joystick" as CAN
interface "Ecran" as LCD interface "Ecran" as LCD
interface "Ethernet" as ether interface "Ethernet" as ether
interface "Queue\nchoc joueur" as Queue_J interface "Queue\n Queue_J\n choc joueur" as Queue_J
interface "Queue\nchoc ennemie" as Queue_E interface "Queue\n Queue_E\nchoc ennemie" as Queue_E
interface "Queue\nfin du jeu" as Queue_F interface "Queue\n Queue_F\nfin du jeu" as Queue_F
interface "Queue\nnouveau projectile" as Queue_N interface "Queue\nnouveau projectile" as Queue_N
component t_gm[ component t_gm[
Thread : game_master Thread : game_master
@ -63,4 +63,4 @@ Queue_N --> [t_proj]
[t_gm]..>[t_ennemie] : suspend [t_gm]..>[t_ennemie] : suspend
[t_gm]..>[t_proj] : suspend [t_gm]..>[t_proj] : suspend
@enduml @enduml