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

Last change on this file since d3edaca 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: 681 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    attributes: null
9    body: |
10      return ${/score/object/if/local-node:/name};
11    params: []
12    return: ${/c/if/uint16_t:/name}
13  variants: []
14description: null
15enabled-by: true
16index-entries: []
17interface-type: function
18links:
19- role: interface-placement
20  uid: header
21- role: interface-ingroup
22  uid: group
23name: rtems_object_get_local_node
24notes: null
25params: []
26return:
27  return: null
28  return-values: []
29type: interface
Note: See TracBrowser for help on using the repository browser.