Process Identification (PId) - PowerPoint PPT Presentation

About This Presentation
Title:

Process Identification (PId)

Description:

Process Identification (PId) Each SDL process has a unique identifier, a value of data type PId. Special value NULL (no process) Predefined variables – PowerPoint PPT presentation

Number of Views:56
Avg rating:3.0/5.0
Slides: 9
Provided by: jyz3
Category:

less

Transcript and Presenter's Notes

Title: Process Identification (PId)


1
Process Identification (PId)
  • Each SDL process has a unique identifier, a value
    of data type PId.
  • Special value NULL (no process)
  • Predefined variables
  • SELF the process itself
  • OFFSPRING the most recent process created by
    SELF
  • PARENT SELF is OFFSPRING of PARENT
  • SENDER the process that sent the last signal
    received and processed by SELF

2
Use of PId Variables
3
Use of PId Variables (II)
4
5.5 Dynamic Generation of Process Instances
  • In SDL, a process may create other processes.
  • The creation is shown by a dashed line from
    PARENT to OFFSPRING.
  • Blocks cannot be generated dynamically.

5
Creation of Processes
6
PROCESS CUControl
Create Symbol
7
Process parameters
8
Stop Symbol
  • Processes are created by their parent.
  • A process terminates when it reaches a stop
    symbol. (Note processes may not kill each
    other).
Write a Comment
User Comments (0)
About PowerShow.com