source: rtems-central/spec/rtems/object/if/get-local-node.yml @ 3bdf817

Last change on this file since 3bdf817 was 3bdf817, checked in by Sebastian Huber <sebastian.huber@…>, on 09/16/20 at 09:48:29

spec: Group items by component

  • Property mode set to 100644
File size: 642 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2brief: '%'
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5- Copyright (C) 1989, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default:
8    body: |
9      return ${/score/object/if/local-node:/name};
10    params: []
11    return: ${/c/if/uint16_t:/name}
12  variants: []
13description: null
14enabled-by: true
15interface-type: function
16links:
17- role: interface-placement
18  uid: header
19- role: interface-ingroup
20  uid: group
21name: rtems_object_get_local_node
22notes: null
23params: []
24return:
25  return: null
26  return-values: []
27type: interface
Note: See TracBrowser for help on using the repository browser.