From bd861cc6e02ec077e7f93b247169cd519a042016 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Nov 2009 14:36:14 +0000 Subject: 2009-11-09 Joel Sherrill * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files. --- doc/user/concepts.t | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/user/concepts.t') diff --git a/doc/user/concepts.t b/doc/user/concepts.t index 0d5ffab51e..d26f099c32 100644 --- a/doc/user/concepts.t +++ b/doc/user/concepts.t @@ -136,6 +136,9 @@ object class, node, and index. The data type @code{@value{DIRPREFIX}id} is used to store object IDs. +@float Figure,fig:Object-Id-32 +@caption{Thirty-Two Bit Object Id} + @ifset use-ascii @example @group @@ -151,15 +154,16 @@ is used to store object IDs. @ifset use-tex @sp1 -@center{@image{ObjectId-32Bits,,2in}} +@center{@image{ObjectId-32Bits,,2in,Thirty-Two Bit Object Id}} @end ifset @ifset use-html @html

32 Bit Object Id

+ WIDTH=550 HEIGHT=400 ALT="Thirty-Two Bit Object Id">

@end html @end ifset +@end float The most significant five bits are the object class. The next three bits indicate the API to which the object class belongs. @@ -176,6 +180,9 @@ The sixteen bit format for an object ID is composed of three parts: API, object class, and index. The data type @code{@value{DIRPREFIX}id} is used to store object IDs. +@float Figure,fig:Object-Id-16 +@caption{Sixteen Bit Object Id} + @ifset use-ascii @example @@ -192,7 +199,7 @@ is used to store object IDs. @ifset use-tex @sp1 -@center{@image{ObjectId-16Bits,,2in}} +@center{@image{ObjectId-16Bits,,2in,Sixteen Bit Object Id}} @end ifset @ifset use-html @@ -201,6 +208,7 @@ is used to store object IDs. WIDTH=550 HEIGHT=400 ALT="16 Bit Object Id">

@end html @end ifset +@end float The sixteen-bit format is designed to be as similar as possible to the thrity-two bit format. The differences are limited to the eliminatation -- cgit v1.2.3