summaryrefslogtreecommitdiffstats
path: root/c_user/rate_monotonic_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-27 11:27:31 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commit859f0b73197ce9c41ac65ff5c6953923307ffed0 (patch)
tree4b2994971c2dde38b3015194dca9d2aec08c97c9 /c_user/rate_monotonic_manager.rst
parentCleanups. (diff)
downloadrtems-docs-859f0b73197ce9c41ac65ff5c6953923307ffed0.tar.bz2
Add an rtems-table class to wrap and align HTML tables.
Diffstat (limited to 'c_user/rate_monotonic_manager.rst')
-rw-r--r--c_user/rate_monotonic_manager.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/c_user/rate_monotonic_manager.rst b/c_user/rate_monotonic_manager.rst
index 92addb9..383dd80 100644
--- a/c_user/rate_monotonic_manager.rst
+++ b/c_user/rate_monotonic_manager.rst
@@ -480,6 +480,7 @@ relationship between the period's status and the directive status code returned
by the ``rtems_rate_monotonic_period`` directive:
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period is running
@@ -656,6 +657,7 @@ RATE_MONOTONIC_CREATE - Create a rate monotonic period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- rate monotonic period created successfully
@@ -697,6 +699,7 @@ RATE_MONOTONIC_IDENT - Get ID of a period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period identified successfully
@@ -734,6 +737,7 @@ RATE_MONOTONIC_CANCEL - Cancel a period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period canceled successfully
@@ -773,6 +777,7 @@ RATE_MONOTONIC_DELETE - Delete a rate monotonic period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period deleted successfully
@@ -814,6 +819,7 @@ RATE_MONOTONIC_PERIOD - Conclude current/Start next period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period initiated successfully
@@ -863,6 +869,7 @@ RATE_MONOTONIC_GET_STATUS - Obtain status from a period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period initiated successfully
@@ -926,6 +933,7 @@ RATE_MONOTONIC_GET_STATISTICS - Obtain statistics from a period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period initiated successfully
@@ -993,6 +1001,7 @@ RATE_MONOTONIC_RESET_STATISTICS - Reset statistics for a period
**DIRECTIVE STATUS CODES:**
.. list-table::
+ :class: rtems-table
* - ``RTEMS_SUCCESSFUL``
- period initiated successfully