0

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)??

rajadilipkolli
  • 3,475
  • 2
  • 26
  • 49
goodman
  • 424
  • 8
  • 24

1 Answers1

0

For a single ImplementationDataType of category ARRAY, you just create one ArrayValueSpecification that contains as many NumericalValueSpecifications 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