mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
renamed hook to pierog
This commit is contained in:
38
01_DCS/dcs_engine_events.puml
Normal file
38
01_DCS/dcs_engine_events.puml
Normal file
@@ -0,0 +1,38 @@
|
||||
@startuml
|
||||
'https://plantuml.com/sequence-diagram
|
||||
|
||||
autonumber
|
||||
|
||||
participant UI
|
||||
participant Server
|
||||
participant Mission
|
||||
participant Simulation
|
||||
participant Paused
|
||||
participant Active
|
||||
|
||||
UI -> Server: onNetMissionChange
|
||||
note left: start server
|
||||
Server -> Mission: onMissionLoadBegin
|
||||
Server -> Mission: onMissionLoadEnd
|
||||
|
||||
Mission -> Paused: onSimulationStart
|
||||
note right: if starting configured, will unpause automatically
|
||||
Paused -> Active: onSimulationResume
|
||||
|
||||
|
||||
Active -> Paused: onSimulationPaused
|
||||
note left: when paused in the UI
|
||||
Paused -> Active: onSimulationResume
|
||||
note right: when simulation is unpaused
|
||||
|
||||
Simulation -> Mission: onSimulationStop
|
||||
note right: when simulation is stopped
|
||||
|
||||
|
||||
UI -> Server: onNetMissionChange
|
||||
note left: change mission
|
||||
Server -> Mission: onMissionLoadBegin
|
||||
|
||||
@enduml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user