summaryrefslogtreecommitdiffstats
path: root/spec/rtems/ratemon/if/group.yml
blob: 8b044a5ac80fe1a5579f9d4d69b4fceecc2d4878 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  The Rate-Monotonic Manager provides facilities to implement tasks which
  execute in a periodic fashion.  Critically, it also gathers information about
  the execution of those periods and can provide important statistics to the
  user which can be used to analyze and tune the application.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
description: null
enabled-by: true
identifier: RTEMSAPIClassicRatemon
index-entries: []
interface-type: group
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: ../../if/group
- role: placement-order
  uid: create
- role: placement-order
  uid: ident
- role: placement-order
  uid: cancel
- role: placement-order
  uid: delete
- role: placement-order
  uid: period
- role: placement-order
  uid: get-status
- role: placement-order
  uid: get-statistics
- role: placement-order
  uid: reset-statistics
- role: placement-order
  uid: reset-all-statistics
- role: placement-order
  uid: report-statistics
- role: placement-order
  uid: report-statistics-with-plugin
name: Rate-Monotonic Manager
text: |
  The Classic API shall provide an interface to the Rate-Monotonic Manager.
type: interface