summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-interface/define.yml
blob: 00fec0c02cddc6a489cea2cd83c2207af79a4f13 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: null
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
  default: |
    \
      ((${float_t:/name}) 123)
  variants:
  - definition: ((${float_t:/name}) 456)
    enabled-by:
    - defined(${define-a:/name})
    - (${define-b:/name} > ${define-c:/name})
  - definition: ((${float_t:/name}) 789)
    enabled-by:
      and:
      - defined(C)
      - defined(D)
description: null
enabled-by: true
index-entries: []
interface-type: define
links:
- role: interface-placement
  uid: h
- role: interface-ingroup
  uid: ga
name: DEFINE
notes: null
type: interface