mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 15:26:38 +08:00

This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.
48 lines
1.1 KiB
ReStructuredText
48 lines
1.1 KiB
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
|
|
|
Introduction
|
|
============
|
|
|
|
RTEMS provides a collection of services to assist in the management and usage
|
|
of the objects created and utilized via other managers. These services assist
|
|
in the manipulation of RTEMS objects independent of the API used to create
|
|
them. The object related services provided by RTEMS are:
|
|
|
|
- :ref:`rtems_build_id`
|
|
|
|
- :ref:`rtems_build_name`
|
|
|
|
- :ref:`rtems_object_get_classic_name`
|
|
|
|
- :ref:`rtems_object_get_name`
|
|
|
|
- :ref:`rtems_object_set_name`
|
|
|
|
- :ref:`rtems_object_id_get_api`
|
|
|
|
- :ref:`rtems_object_id_get_class`
|
|
|
|
- :ref:`rtems_object_id_get_node`
|
|
|
|
- :ref:`rtems_object_id_get_index`
|
|
|
|
- :ref:`rtems_build_id`
|
|
|
|
- :ref:`rtems_object_id_api_minimum`
|
|
|
|
- :ref:`rtems_object_id_api_maximum`
|
|
|
|
- :ref:`rtems_object_id_api_minimum_class`
|
|
|
|
- :ref:`rtems_object_id_api_maximum_class`
|
|
|
|
- :ref:`rtems_object_get_api_name`
|
|
|
|
- :ref:`rtems_object_get_api_class_name`
|
|
|
|
- :ref:`rtems_object_get_class_information`
|
|
|
|
- :ref:`rtems_object_get_local_node`
|