Allow single element arrays for SAL Java

Description

Allow XML definition of single element arrays in the SAL generated Java
code. Specified using a <isJavaArray>true</isJavaArray>

Attachments

2

Checklist

Lucidchart Diagrams

Issue Matrix

hide

Activity

Show:
Rob Bovill
September 27, 2021 at 4:16 PM

The work for this task is complete, and the PR is merged.

Dave Mills
September 24, 2021 at 10:47 PM

In PR #147

Dave Mills
September 24, 2021 at 10:37 PM
(edited)

Added ATCamera idl showing 1-d arrays , eg

double odi_warnHi[1]; // @Metadata=(Units="mA",Description="MISSING")
double odi_warnLo[1]; // @Metadata=(Units="mA",Description="MISSING")
double odi_limitHi[1]; // @Metadata=(Units="mA",Description="MISSING")
double odi_limitLo[1]; // @Metadata=(Units="mA",Description="MISSING")

Dave Mills
September 24, 2021 at 9:39 PM

Added version of ATCamera_Events.xml with the new <IsJavaArray> key and set all the
<Count>2 back to <Count>1 with new key added.

Done
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Reviewers

Rob Bovill

Story Points

RubinTeam

Sprint

None

Checklist

Created September 10, 2021 at 9:54 PM
Updated March 3, 2022 at 3:01 PM
Resolved September 27, 2021 at 4:46 PM