with unbounded_strings; use unbounded_strings; with Objects; use Objects; package Feasibility_Test.Wort_Case_Response_Time is procedure Audsley_Compute_Offset_Response_Time (My_Task_Groups : in Task_Groups_Set; Processor_Name : in Unbounded_String; Msg : in out Unbounded_String; Response_Time : out Response_Time_Table); procedure Tindell_Compute_Offset_Response_Time (My_Task_Groups : in Task_Groups_Set; Processor_Name : in Unbounded_String; Msg : in out Unbounded_String; Response_Time : out Response_Time_Table); end Feasibility_Test.Wort_Case_Response_Time;