How to configure the Invalid Value for implementation data types (Especially for arrays, based on the size of the array we have to create that many array value specifications)??
Asked
Active
Viewed 314 times
1 Answers
0
For a single ImplementationDataType
of category
ARRAY, you just create one ArrayValueSpecification
that contains as many NumericalValueSpecification
s as required.

Uwe Honekamp
- 2,478
- 1
- 17
- 15
-
I configured 3 NumericalValueSpecifications inside the ArrayValueSpecifications but in a generation which value I have to consider either first or all three of them values? – goodman Jun 13 '17 at 09:56
-
All three of them need to be considered. – Uwe Honekamp Jun 13 '17 at 10:51
-
I have one query, the generated invalid value macro will be like #define InvalidValue_
{1,2,3} like this or any other form.{1,2,3} are the values specified in ArrayValueSpecification. – goodman Apr 24 '19 at 09:14