summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-25 19:46:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-25 19:46:30 +0200
commitc927d908f886d94b9854f94c94dc041c4dde88e3 (patch)
treebcee1ffa01801cb1a90a8f189fd4abe0ffbff92b
parentspec: Review options (diff)
downloadrtems-central-c927d908f886d94b9854f94c94dc041c4dde88e3.tar.bz2
spec: Review types
-rw-r--r--spec/rtems/type/if/header.yml3
-rw-r--r--spec/rtems/type/if/id-none.yml4
-rw-r--r--spec/rtems/type/if/id.yml2
-rw-r--r--spec/rtems/type/if/mpci-entry.yml2
-rw-r--r--spec/rtems/type/if/name.yml2
-rw-r--r--spec/rtems/type/if/no-timeout.yml5
-rw-r--r--spec/rtems/type/if/time-of-day.yml2
7 files changed, 11 insertions, 9 deletions
diff --git a/spec/rtems/type/if/header.yml b/spec/rtems/type/if/header.yml
index c7427c74..3f2f69f7 100644
--- a/spec/rtems/type/if/header.yml
+++ b/spec/rtems/type/if/header.yml
@@ -1,5 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: This header file defines types provided by the API.
+brief: |
+ This header file defines types provided by the Classic API.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
diff --git a/spec/rtems/type/if/id-none.yml b/spec/rtems/type/if/id-none.yml
index 30f7e94e..12fa38d7 100644
--- a/spec/rtems/type/if/id-none.yml
+++ b/spec/rtems/type/if/id-none.yml
@@ -1,13 +1,13 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This is an invalid object identifier.
+ This constant represents an invalid RTEMS object identifier.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
default: ${/score/object/if/id-none:/name}
variants: []
description: |
- No object can have this identifier.
+ No RTEMS object can have this identifier.
enabled-by: true
interface-type: define
links:
diff --git a/spec/rtems/type/if/id.yml b/spec/rtems/type/if/id.yml
index f342a3d7..625a11f1 100644
--- a/spec/rtems/type/if/id.yml
+++ b/spec/rtems/type/if/id.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Values of this type identify an object.
+ Values of this type identify an RTEMS object.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
diff --git a/spec/rtems/type/if/mpci-entry.yml b/spec/rtems/type/if/mpci-entry.yml
index 79c8119e..9f46c49c 100644
--- a/spec/rtems/type/if/mpci-entry.yml
+++ b/spec/rtems/type/if/mpci-entry.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- Return type of every MPCI handler routine.
+ Every MPCI handler routine shall have this return type.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/type/if/name.yml b/spec/rtems/type/if/name.yml
index e55d9ee2..9e2bf302 100644
--- a/spec/rtems/type/if/name.yml
+++ b/spec/rtems/type/if/name.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This type is used to represent an Classic API object name.
+ This type is used to represent a Classic API object name.
copyrights:
- Copyright (C) 2009, 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
diff --git a/spec/rtems/type/if/no-timeout.yml b/spec/rtems/type/if/no-timeout.yml
index 9e5ff7bf..a81b8895 100644
--- a/spec/rtems/type/if/no-timeout.yml
+++ b/spec/rtems/type/if/no-timeout.yml
@@ -1,8 +1,9 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
+brief: |
+ This clock tick interval constant indicates that the calling task is willing
+ to wait potentially forever on a resource.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default: |
( (${interval:/name}) ${/score/watchdog/if/no-timeout:/name} )
diff --git a/spec/rtems/type/if/time-of-day.yml b/spec/rtems/type/if/time-of-day.yml
index 5fb8f8c0..54534dc1 100644
--- a/spec/rtems/type/if/time-of-day.yml
+++ b/spec/rtems/type/if/time-of-day.yml
@@ -55,7 +55,7 @@ definition:
- default:
brief: |
This member represents the clock tick of the second with values from 0 to
- rtems_clock_get_ticks_per_second() minus one.
+ ${../../clock/if/get-ticks-per-second:/name} minus one.
definition: ${/c/if/uint32_t:/name} ${.:name}
description: null
kind: member