summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/if/api-maximum-class.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/object/if/api-maximum-class.yml')
-rw-r--r--spec/rtems/object/if/api-maximum-class.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/spec/rtems/object/if/api-maximum-class.yml b/spec/rtems/object/if/api-maximum-class.yml
index f583fdc7..ca8069f8 100644
--- a/spec/rtems/object/if/api-maximum-class.yml
+++ b/spec/rtems/object/if/api-maximum-class.yml
@@ -1,5 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
+brief: |
+ Gets the highest valid class value of the object API.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
@@ -21,12 +22,18 @@ links:
- role: interface-ingroup
uid: group
name: rtems_object_api_maximum_class
-notes: null
+notes: |
+ This directive is strictly local and does not impact task scheduling.
params:
-- description: '%'
+- description: |
+ is the object API to get the highest valid class value.
dir: null
name: api
return:
- return: null
- return-values: []
+ return: |
+ Returns the highest valid class value of the object API.
+ return-values:
+ - description: |
+ The object API was invalid.
+ value: 0
type: interface