Ada Programming/Libraries/Ada.Interrupts.Names


This language feature is available from Ada 95 on.

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

Ada.Interrupts.Names is a unit of the Predefined Language Environment since Ada 95.

Specification

edit
package Ada.Interrupts.Names is

   implementation_defined : constant Interrupt_ID :=
       implementation_defined;
         . . .
   implementation_defined : constant Interrupt_ID :=
       implementation_defined;

end Ada.Interrupts.Names;

See also

edit

Wikibook

edit

External examples

edit

Ada Reference Manual

edit

Ada 95

edit

Ada 2005

edit

Ada 2012

edit

Open-Source Implementations

edit

FSF GNAT