source: rtems-central/spec/if/rtems/event/system-send.yml @ 51eded1

Last change on this file since 51eded1 was 51eded1, checked in by Sebastian Huber <sebastian.huber@…>, on 07/23/20 at 14:13:01

spec: Add event manager documentation

  • Property mode set to 100644
File size: 840 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: |
3  Sends a system event set to a task.
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
7definition:
8  default:
9    body: null
10    params:
11    - ${../types/id:/name} ${.:/params[0]/name}
12    - ${set:/name} ${.:/params[1]/name}
13    return: ${../status/code:/name}
14  variants: []
15description: null
16enabled-by: true
17interface-type: function
18links:
19- role: interface-placement
20  uid: header
21name: rtems_event_system_send
22notes: null
23params:
24- description: is the identifier of the target task to receive the event set.
25  dir: null
26  name: id
27- description: is the event set to send.
28  dir: null
29  name: event_in
30return:
31  return: null
32  return-values: []
33type: interface
Note: See TracBrowser for help on using the repository browser.