summaryrefslogtreecommitdiffstats
path: root/doc/user/concepts.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:37:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:37:00 +0000
commitd5671b160ee1be663a1ed8c56c1cb6b8eb82005f (patch)
tree0437a0e3e8c0ee78e888bc573a8054326f2ed00f /doc/user/concepts.t
parent2008-01-29 Jennifer Averett <jennifer.averett@OARcorp.com> (diff)
downloadrtems-d5671b160ee1be663a1ed8c56c1cb6b8eb82005f.tar.bz2
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t, user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t, user/userext.t: Add new Object Services collection. Tidy up some configuration documentation from earlier changes. * user/object.t: New file.
Diffstat (limited to 'doc/user/concepts.t')
-rw-r--r--doc/user/concepts.t19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/user/concepts.t b/doc/user/concepts.t
index 0763d423b0..5708cd1d9a 100644
--- a/doc/user/concepts.t
+++ b/doc/user/concepts.t
@@ -230,8 +230,9 @@ directives are not necessary in a properly designed single
processor application.
In addition, services are provided to portably examine the
-three subcomponents of an RTEMS ID. These services are
-prototyped as follows:
+subcomponents of an RTEMS ID. These services are
+described in detail later in this manual but are prototyped
+as follows:
@cindex obtaining class from object ID
@cindex obtaining node from object ID
@@ -239,14 +240,16 @@ prototyped as follows:
@cindex get class from object ID
@cindex get node from object ID
@cindex get index from object ID
-@findex rtems_get_class
-@findex rtems_get_node
-@findex rtems_get_index
+@findex rtems_object_id_get_api
+@findex rtems_object_id_get_class
+@findex rtems_object_id_get_node
+@findex rtems_object_id_get_index
@example
-uint32_t rtems_get_class( rtems_id );
-uint32_t rtems_get_node( rtems_id );
-uint32_t rtems_get_index( rtems_id );
+uint32_t rtems_object_id_get_api( rtems_id );
+uint32_t rtems_object_id_get_class( rtems_id );
+uint32_t rtems_object_id_get_node( rtems_id );
+uint32_t rtems_object_id_get_index( rtems_id );
@end example
An object control block is a data structure defined