Update threads.puml

doc
Thomarini 3 years ago committed by GitHub
parent 3531eb4ecb
commit b8c178620e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save