mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:36:50 +08:00
Manually apply patch from textinfo dooc.
Patch https://git.rtems.org/rtems/commit/?id=265312a5be98d59e9758cc78c0f313920fa40016
This commit is contained in:
parent
c9aaf3145f
commit
080608f70f
@ -38,7 +38,7 @@ facilitate efficient object manipulation by the executive.
|
|||||||
Object Names
|
Object Names
|
||||||
------------
|
------------
|
||||||
.. index:: object name
|
.. index:: object name
|
||||||
.. index:: rtems_object_name
|
.. index:: rtems_name
|
||||||
|
|
||||||
An object name is an unsigned thirty-two bit entity associated with the object
|
An object name is an unsigned thirty-two bit entity associated with the object
|
||||||
by the user. The data type ``rtems_name`` is used to store object
|
by the user. The data type ``rtems_name`` is used to store object
|
||||||
@ -52,7 +52,7 @@ example illustrates this: .. code:: c
|
|||||||
|
|
||||||
.. code:: c
|
.. code:: c
|
||||||
|
|
||||||
rtems_object_name my_name;
|
rtems_name my_name;
|
||||||
my_name = rtems_build_name( 'L', 'I', 'T', 'E' );
|
my_name = rtems_build_name( 'L', 'I', 'T', 'E' );
|
||||||
|
|
||||||
However, it is not required that the application use ASCII characters to build
|
However, it is not required that the application use ASCII characters to build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user