source: rtems-central/spec/if/rtems/event/transient-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: 759 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: |
3  Sends the transient event to the specified task.
4copyrights:
5- Copyright (C) 2014, 2020 embedded brains GmbH (http://www.embedded-brains.de)
6definition:
7  default:
8    body: |
9      return ${system-send:/name}( ${.:/params[0]/name}, ${system-transient:/name} );
10    params:
11    - ${../types/id:/name} ${.:/params[0]/name}
12    return: ${../status/code:/name}
13  variants: []
14description: null
15enabled-by: true
16interface-type: function
17links:
18- role: interface-placement
19  uid: header
20name: rtems_event_transient_send
21notes: null
22params:
23- description: is the identifier of the task to receive the transient event.
24  dir: null
25  name: id
26return:
27  return: null
28  return-values: []
29type: interface
Note: See TracBrowser for help on using the repository browser.