pnp-software / cordetfw-pus

PUS Extension of the CORDET Framework
Mozilla Public License 2.0
2 stars 1 forks source link

Array-Like Data Pool Items #5

Open pasetti opened 5 years ago

pasetti commented 5 years ago

The concept of "multiplicity" for data pool items does not exist at specification level. I need to define it in the UM and in particular I need to define how identifiers are allocated to the elements of an array-like data item.

pasetti commented 1 year ago

At present, a data pool item can be of either primitive or array-like type. In both cases, a data item has a single identifier. While specifying service 20, I realized that I need to be able to address individual elements of an array. I therefore need to extend the concept of "data item identifier" as follows:

This concept has, I believe, no impact on the validation tests of the existing services but it requires a change to the code generators because we need to generate the identifiers for the array elements

pasetti commented 1 year ago

The specification of the Data Pool Concept in the PUS Extension Spec Document has been updated as per previous post.