Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
@startuml
Participant -> CLAMP_Runtime: Participant Registration
Participant <- CLAMP_Runtime: Participant Registration Ack
loop over Control Loop Type Definitions
	CLAMP_Runtime -> CLAMP_Runtime: Collect Control Loop Element Type Definitions and\nCommon Property Values for\nParticipant Type of this Participant
end
Participant <- CLAMP_Runtime: Participant Update\nControl Loop Types and Common Property Values for\nParticipant Type of Participant]
Participant -> CLAMP_Runtime: Participant Update Ack

...

PlantUML Macro
@startuml
Commissioning_REST -> CLAMP_Runtime: Commission Control Loop
loop over Participant Types in Control Loop Type Definition
	CLAMP_Runtime -> CLAMP_Runtime: Collect Control Loop Element Type Definitions and\nCommon Property Values for\nParticipant Type
end
CLAMP_Runtime -> 
Participant <- CLAMP_Runtime: Participant Update [Control Loop Type Definition and Common Property Values for Participant Type of Participant]
Participant -> CLAMP_Runtime: Participant Update Ack

...