rtems-docs/c-user/object-services/introduction.rst
Sebastian Huber 05f06aa7e7 c-user: Split up object services
This makes it easier to automatically generate parts of the module
documentation in the future.

Update #3993.
2020-11-20 14:25:59 +01:00

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`