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:
rtems_build_name
- build object name from characters
rtems_object_get_classic_name
- lookup name from Id
rtems_object_get_name
- obtain object name as string
rtems_object_set_name
- set object name
rtems_object_id_get_api
- obtain API from Id
rtems_object_id_get_class
- obtain class from Id
rtems_object_id_get_node
- obtain node from Id
rtems_object_id_get_index
- obtain index from Id
rtems_build_id
- build object id from components
rtems_object_id_api_minimum
- obtain minimum API value
rtems_object_id_api_maximum
- obtain maximum API value
rtems_object_id_api_minimum_class
- obtain minimum class value
rtems_object_id_api_maximum_class
- obtain maximum class value
rtems_object_get_api_name
- obtain API name
rtems_object_get_api_class_name
- obtain class name
rtems_object_get_class_information
- obtain class information
Copyright © 1988-2008 OAR Corporation