[rtems-docs commit] eng: Add optional floating-point number type

Sebastian Huber sebh at rtems.org
Fri May 19 05:21:25 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    77e8b566b73f54070f6b5aef32c012d2bd6a0ff7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=77e8b566b73f54070f6b5aef32c012d2bd6a0ff7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu May  4 13:30:41 2023 +0200

eng: Add optional floating-point number type

Update #3715.

---

 eng/req/items.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index c5f95b5..1b1d48f 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -4622,6 +4622,17 @@ This type is used by the following types:
 
 * :ref:`SpecTypeSpecificationRefinementLinkRole`
 
+.. _SpecTypeOptionalFloatingPointNumber:
+
+Optional Floating-Point Number
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+A value of this type shall be of one of the following variants:
+
+* The value may be a floating-point number.
+
+* There may be no value (null).
+
 .. _SpecTypeOptionalString:
 
 Optional String



More information about the vc mailing list