Ada Programming/Attributes/'Relative Deadline
Description
editRelative deadline of P.
Denotes a non-aliased component of the protected object P. This component is of type Ada.Real_Time.Time_Span and its value is the relative deadline of P. P'Relative_Deadline denotes a variable if and only if P denotes a variable. A reference to this attribute shall appear only within the body of P.
Example
editP’Relative_Deadline return Ada.Real_Time.Time_Span