Question
Outline (with code) how Ada supports sporadic tasks. How can the task protect itself from executing more often than its minimum inter-arrival time?
Step 1
```ada with Ada.Real_Time; with Ada.Task_Identification; use Ada.Real_Time; use Ada.Task_Identification; task type Sporadic_Task is pragma Priority (10); pragma Period (Millisecond); pragma Relative_Deadline (Millisecond); end Sporadic_Task; ``` Show more…
Show all steps
Your feedback will help us improve your experience
200,000+
Students learning Biology with Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD