summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/id-get-node.yml
blob: 4cd0d318658660b5a3f9dcd1d3f3ffea1159d1f4 (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 MPCI node 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-node:/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_node
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 MPCI node component to get.
  dir: null
  name: _id
return:
  return: |
    Returns the MPCI node component of the object identifier.
  return-values: []
type: interface