RTEMS Logo

RTEMS 4.9.2 On-Line Library


Rate Monotonic Manager RATE_MONOTONIC_RESET_STATISTICS - Reset statistics for a period

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

19.4.8: RATE_MONOTONIC_RESET_STATISTICS - Reset statistics for a period

CALLING SEQUENCE:

procedure Rate_Monotonic_Reset_Statistics (
   ID     : in     RTEMS.ID;
   Result :    out RTEMS.Status_Codes
);

DIRECTIVE STATUS CODES:

RTEMS.SUCCESSFUL - period initiated successfully
RTEMS.INVALID_ID - invalid rate monotonic period id

DESCRIPTION:

This directive resets the statistics information associated with this rate monotonic period instance.

NOTES:

This directive will not cause the running task to be preempted.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation