source: rtems-central/spec/rtems/object/if/get-class-information.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: 901 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    attributes: null
9    body: null
10    params:
11    - int ${.:/params[0]/name}
12    - int ${.:/params[1]/name}
13    - ${api-class-information:/name} *${.:/params[2]/name}
14    return: ${../../status/if/code:/name}
15  variants: []
16description: null
17enabled-by: true
18index-entries: []
19interface-type: function
20links:
21- role: interface-placement
22  uid: header
23- role: interface-ingroup
24  uid: group
25name: rtems_object_get_class_information
26notes: null
27params:
28- description: '%'
29  dir: null
30  name: the_api
31- description: '%'
32  dir: null
33  name: the_class
34- description: '%'
35  dir: null
36  name: info
37return:
38  return: null
39  return-values: []
40type: interface
Note: See TracBrowser for help on using the repository browser.