OAR

RTEMS 4.5.1-pre3 On-Line Library


Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

4.4.4: SHUTDOWN_EXECUTIVE - Shutdown RTEMS

CALLING SEQUENCE:

procedure Shutdown_Executive(
  result : in     RTEMS.Unsigned32
);

DIRECTIVE STATUS CODES:

NONE

DESCRIPTION:

This directive is called when the application wishes to shutdown RTEMS and return control to the board support package. The board support package resumes execution at the code immediately following the invocation of the rtems.initialize_executive directive.

NOTES:

This directive MUST be the last RTEMS directive invoked by an application and it DOES NOT RETURN to the caller.

This directive should not be invoked until the executive has successfully completed initialization.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2000 OAR Corporation