source: rtems-central/spec/rtems/object/if/set-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: 766 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    - const char *${.:/params[1]/name}
12    return: ${../../status/if/code:/name}
13  variants: []
14description: null
15enabled-by: true
16interface-type: function
17links:
18- role: interface-placement
19  uid: header
20- role: interface-ingroup
21  uid: group
22name: rtems_object_set_name
23notes: null
24params:
25- description: '%'
26  dir: null
27  name: id
28- description: '%'
29  dir: null
30  name: name
31return:
32  return: null
33  return-values: []
34type: interface
Note: See TracBrowser for help on using the repository browser.