RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
rtems_rate_monotonic_period_status Struct Reference

The following defines the period status structure. More...

#include <ratemon.h>

Data Fields

rtems_id owner
 This is the Id of the thread using this period.
rtems_rate_monotonic_period_states state
 This is the current state of this period.
rtems_rate_monotonic_period_time_t since_last_period
 This is the length of wall time that has passed since this period was last initiated.
rtems_thread_cpu_usage_t executed_since_last_period
 This is the amount of CPU time that has been used since this period was last initiated.

Detailed Description

The following defines the period status structure.


Field Documentation

This is the amount of CPU time that has been used since this period was last initiated.

If the period is expired or has not been initiated, then this field has no meaning.

This is the Id of the thread using this period.

This is the length of wall time that has passed since this period was last initiated.

If the period is expired or has not been initiated, then this field has no meaning.

This is the current state of this period.


The documentation for this struct was generated from the following file: