RTEMS Logo

RTEMS 4.9.2 On-Line Library


Error Reporting Support rtems_status_text - ASCII Version of RTEMS Status

PREV UP NEXT Bookshelf New Chapters

1.4.1: rtems_status_text - ASCII Version of RTEMS Status

CALLING SEQUENCE:

const char *rtems_status_text(
  rtems_status_code status
);

STATUS CODES:

Returns a pointer to a constant string that describes the given RTEMS status code.

DESCRIPTION:

This routine returns a pointer to a string that describes the RTEMS status code specified by status.

NOTES:

NONE


PREV UP NEXT Bookshelf New Chapters

Copyright © 1988-2008 OAR Corporation