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

Last change on this file since bb2a124 was bb2a124, checked in by Sebastian Huber <sebastian.huber@…>, on 11/09/20 at 12:16:40

spec: Review Event Manager API

  • Property mode set to 100644
File size: 894 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: |
3  Sends the system event set to the 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    attributes: null
10    body: null
11    params:
12    - ${../../type/if/id:/name} ${.:/params[0]/name}
13    - ${set:/name} ${.:/params[1]/name}
14    return: ${../../status/if/code:/name}
15  variants: []
16description: null
17enabled-by: true
18index-entries: []
19interface-type: function
20links:
21- role: interface-placement
22  uid: header
23name: rtems_event_system_send
24notes: null
25params:
26- description: is the identifier of the target task to receive the event set.
27  dir: null
28  name: id
29- description: is the event set to send.
30  dir: null
31  name: event_in
32return:
33  return: null
34  return-values: []
35type: interface
Note: See TracBrowser for help on using the repository browser.