source: rtems-central/spec/rtems/object/if/id-get-api.yml @ 0500b9a

Last change on this file since 0500b9a was 0500b9a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/01/20 at 13:23:41

interface/interfacedoc: Format parameter names

  • Property mode set to 100644
File size: 988 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: |
3  Gets the API component of the object identifier.
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: ${/score/object/if/get-api:/name}( ${.:/params[0]/name} )
9  variants: []
10description: null
11enabled-by: true
12index-entries: []
13interface-type: macro
14links:
15- role: interface-placement
16  uid: header
17- role: interface-ingroup
18  uid: group
19name: rtems_object_id_get_api
20notes: |
21  This directive is strictly local and does not impact task scheduling.
22
23  This directive does not validate the object identifier provided in
24  ${.:/params[0]/name}.
25
26  A body is also provided.
27params:
28- description: |
29    is the object identifier with the API component to get.
30  dir: null
31  name: _id
32return:
33  return: |
34    Returns the API component of the object identifier.
35  return-values: []
36type: interface
Note: See TracBrowser for help on using the repository browser.