RTEMS Logo

RTEMS 4.6.5 On-Line Library


Dual-Ported Memory Manager Obtaining Port IDs

PREV UP NEXT Bookshelf RTEMS C User's Guide

15.3.2: Obtaining Port IDs

When a port is created, RTEMS generates a unique port ID and assigns it to the created port until it is deleted. The port ID may be obtained by either of two methods. First, as the result of an invocation of the rtems_port_create directive, the task ID is stored in a user provided location. Second, the port ID may be obtained later using the rtems_port_ident directive. The port ID is used by other dual-ported memory manager directives to access this port.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2004 OAR Corporation