RTEMS 6.1-rc2
|
This header file defines the Rate-Monotonic Manager API. More...
#include <stdint.h>
#include <sys/_timespec.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
#include <rtems/score/watchdogticks.h>
Go to the source code of this file.
Data Structures | |
struct | rtems_rate_monotonic_period_statistics |
This structure provides the statistics of a period. More... | |
struct | rtems_rate_monotonic_period_status |
This structure provides the detailed status of a period. More... | |
Macros | |
#define | RTEMS_PERIOD_STATUS WATCHDOG_NO_TIMEOUT |
This constant is the interval passed to the rtems_rate_monotonic_period() directive to obtain status information. | |
Enumerations | |
enum | rtems_rate_monotonic_period_states { RATE_MONOTONIC_INACTIVE , RATE_MONOTONIC_ACTIVE , RATE_MONOTONIC_EXPIRED } |
This enumeration defines the states in which a period may be. More... | |
This header file defines the Rate-Monotonic Manager API.