The rtems.rate_monotonic_create
directive creates a rate
monotonic period which is to be used by the calling task to
delineate a period. RTEMS allocates a Period Control Block
(PCB) from the PCB free list. This data structure is used by
RTEMS to manage the newly created rate monotonic period. RTEMS
returns a unique period ID to the application which is used by
other rate monotonic manager directives to access this rate
monotonic period.
Copyright © 1988-2008 OAR Corporation