summaryrefslogtreecommitdiffstats
path: root/c-user/signal/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/signal/introduction.rst')
-rw-r--r--c-user/signal/introduction.rst33
1 files changed, 29 insertions, 4 deletions
diff --git a/c-user/signal/introduction.rst b/c-user/signal/introduction.rst
index 292db52..449022a 100644
--- a/c-user/signal/introduction.rst
+++ b/c-user/signal/introduction.rst
@@ -1,13 +1,38 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
+.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. This file is part of the RTEMS quality process and was automatically
+.. generated. If you find something that needs to be fixed or
+.. worded better please post a report or patch to an RTEMS mailing list
+.. or raise a bug report:
+..
+.. https://www.rtems.org/bugs.html
+..
+.. For information on updating and regenerating please refer to the How-To
+.. section in the Software Requirements Engineering chapter of the
+.. RTEMS Software Engineering manual. The manual is provided as a part of
+.. a release. For development sources please refer to the online
+.. documentation at:
+..
+.. https://docs.rtems.org
+
+.. Generated from spec:/rtems/signal/if/group
+
+.. _SignalManagerIntroduction:
+
Introduction
============
-The signal manager provides the capabilities required for asynchronous
-communication. The directives provided by the signal manager are:
+.. The following list was generated from:
+.. spec:/rtems/signal/if/catch
+.. spec:/rtems/signal/if/send
+
+The Signal Manager provides the capabilities required for asynchronous
+communication. The directives provided by the Signal Manager are:
-- :ref:`rtems_signal_catch`
+* :ref:`InterfaceRtemsSignalCatch` - Establishes an asynchronous signal routine
+ (ASR) for the calling task.
-- :ref:`rtems_signal_send`
+* :ref:`InterfaceRtemsSignalSend` - Sends the signal set to the task.