2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1714/doc
	* user/datatypes.t: Add missing description of rtems_status_codes.
This commit is contained in:
Joel Sherrill
2010-11-01 15:58:12 +00:00
parent 47ce12c534
commit b9803bdeae
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1714/doc
* user/datatypes.t: Add missing description of rtems_status_codes.
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1568/doc

View File

@@ -226,7 +226,11 @@ on the target hardware.
This type is deprecated. Use "float" instead.
@findex rtems_status_codes
@item @code{@value{DIRPREFIX}status_codes} is the
@item @code{@value{DIRPREFIX}status_codes} is the return type for most
RTEMS services. This is an enumerated type of approximately twenty-five
values. In general, when a service returns a particular status code, it
indicates that a very specific error condition has occurred.
@findex rtems_task
@item @code{@value{DIRPREFIX}task} is the return type for an
RTEMS Task.