summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/id-get-index.yml
blob: 7de2d018d4a64d91e3005ba9a0ac3373673619ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Gets the index component of the object identifier.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default: ${/score/object/if/get-index:/name}( ${.:/params[0]/name} )
  variants: []
description: null
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: rtems_object_id_get_index
notes: |
  This directive is strictly local and does not impact task scheduling.

  This directive does not validate the object identifier provided in
  ``${.:/params[0]/name}``.

  A body is also provided.
params:
- description: |
    is the object identifier with the index component to get.
  dir: null
  name: _id
return:
  return: |
    Returns the index component of the object identifier.
  return-values: []
type: interface