source: rtems-central/spec/rtems/object/if/get-name.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: 832 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) 1988, 2008 On-Line Applications Research Corporation (OAR)
6definition:
7  default:
8    body: null
9    params:
10    - ${../../type/if/id:/name} ${.:/params[0]/name}
11    - ${/c/if/size_t:/name} ${.:/params[1]/name}
12    - char *${.:/params[2]/name}
13    return: char *
14  variants: []
15description: null
16enabled-by: true
17interface-type: function
18links:
19- role: interface-placement
20  uid: header
21- role: interface-ingroup
22  uid: group
23name: rtems_object_get_name
24notes: null
25params:
26- description: '%'
27  dir: null
28  name: id
29- description: '%'
30  dir: null
31  name: length
32- description: '%'
33  dir: null
34  name: name
35return:
36  return: null
37  return-values: []
38type: interface
Note: See TracBrowser for help on using the repository browser.