mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".
This commit is contained in:
@@ -51,6 +51,8 @@ characteristics of the new object.
|
||||
@item @code{@value{DIRPREFIX}boolean} may only take on the
|
||||
values of @code{TRUE} and @code{FALSE}.
|
||||
|
||||
This type is deprecated. Use "bool" instead.
|
||||
|
||||
@findex rtems_context
|
||||
@item @code{@value{DIRPREFIX}context} is the CPU dependent
|
||||
data structure used to manage the integer and system
|
||||
@@ -82,6 +84,8 @@ data type used to manage device minor numbers.
|
||||
type that corresponds to double precision floating point
|
||||
on the target hardware.
|
||||
|
||||
This type is deprecated. Use "double" instead.
|
||||
|
||||
@findex rtems_event_set
|
||||
@item @code{@value{DIRPREFIX}event_set} is the data
|
||||
type used to manage and manipulate RTEMS event sets
|
||||
@@ -219,6 +223,8 @@ that ensures it is portable across different target processors.
|
||||
type that corresponds to single precision floating point
|
||||
on the target hardware.
|
||||
|
||||
This type is deprecated. Use "float" instead.
|
||||
|
||||
@findex rtems_status_codes
|
||||
@item @code{@value{DIRPREFIX}status_codes} is the
|
||||
@findex rtems_task
|
||||
|
||||
Reference in New Issue
Block a user