You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/baselibs/containers/docs/index.rst
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,44 @@
15
15
containers
16
16
##########
17
17
18
+
.. document:: Containers Library
19
+
:id: doc__containers
20
+
:status: draft
21
+
:safety: ASIL_B
22
+
:tags: baselibs_containers
23
+
:realizes: PROCESS_wp__cmpt_request
24
+
18
25
.. toctree::
19
26
:hidden:
20
27
21
28
requirements/index.rst
29
+
30
+
Abstract
31
+
========
32
+
33
+
This component request proposes the integration of a safe Containers library for common data structures like dynamic arrays and linked lists.
34
+
35
+
Motivation and Rationale
36
+
========================
37
+
38
+
The Containers library shall provide safe and efficient implementations of common data structures, such as dynamic arrays and linked lists.
39
+
Containers library shall enable developers to manage collections of data in a type-safe manner, reducing the risk of runtime errors and improving code quality.
40
+
A Containers library with type-safe data structures is needed in the S-CORE software platform due to the frequent use of collections in various features and the need for reliable data management.
41
+
There are multiple use-cases like managing lists of sensor readings, storing configuration parameters, or handling dynamic data sets.
42
+
43
+
Specification
44
+
=============
45
+
46
+
The following details and requirements describe the aspects of the current feature in the context of S-CORE.
47
+
48
+
General considerations
49
+
----------------------
50
+
51
+
The Containers library should provide type-safe data structures and efficient memory management capabilities:
0 commit comments