source: rtems-central/spec/rtems/event/if/transient-send.yml @ c5ceae6

Last change on this file since c5ceae6 was d3edaca, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/20 at 13:07:38

spec: Add function attributes

  • Property mode set to 100644
File size: 809 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    attributes: null
9    body: |
10      return ${system-send:/name}( ${.:/params[0]/name}, ${system-transient:/name} );
11    params:
12    - ${../../type/if/id:/name} ${.:/params[0]/name}
13    return: ${../../status/if/code:/name}
14  variants: []
15description: null
16enabled-by: true
17index-entries: []
18interface-type: function
19links:
20- role: interface-placement
21  uid: header
22name: rtems_event_transient_send
23notes: null
24params:
25- description: is the identifier of the task to receive the transient event.
26  dir: null
27  name: id
28return:
29  return: null
30  return-values: []
31type: interface
Note: See TracBrowser for help on using the repository browser.