[PATCH rtems-docs] c-user: Add Local vs Global to Key Concepts Chapter
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Dec 2 09:17:32 UTC 2022
On 01.12.22 19:32, Joel Sherrill wrote:
> diff --git a/c-user/message/directives.rst b/c-user/message/directives.rst
> index 9cb88e2..b71cdc6 100644
> --- a/c-user/message/directives.rst
> +++ b/c-user/message/directives.rst
> @@ -99,6 +99,11 @@ effect. Default attributes can be selected by using the
> * the task wait queue discipline used by the message queue:
> :c:macro:`RTEMS_FIFO` (default) or :c:macro:`RTEMS_PRIORITY`.
>
> +.. index:: local scope
> +.. index:: global scope
> +.. index:: RTEMS_GLOBAL
> +.. index:: RTEMS_LOCAL
> +
> The message queue has a local or global **scope** in a multiprocessing network
> (this attribute does not refer to SMP systems). The scope is selected by the
> mutually exclusive :c:macro:`RTEMS_LOCAL` and :c:macro:`RTEMS_GLOBAL`
The directives.rst files are generated by a script. This block is shared
with the Doxygen documentation, so adding the index references here
would be a bit difficult. I can add them to the directive entry.
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax: +49-89-18 94 741 - 08
Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
More information about the devel
mailing list