Ada Code Generation : Package Specification : Definition of Activities

Definition of Activities

Each activity in the module is represented by a data structure that contains information on the activity’s current status, and on its hierarchical relations with other activities.

CHECK_TIME2 : ACTIVITY := dummy_act;

In addition, if in the Compilation Profile the user asks to implement a basic activity as task, then an appropriate task declaration appears:

task CHECK_TIME1_TASK is
entry START;
end CHECK_TIME1_TASK ;