You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/08 19:42:18 UTC

[jira] [Commented] (MYNEWT-738) Fix Parameter arrays in events and elsewhere

    [ https://issues.apache.org/jira/browse/MYNEWT-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043301#comment-16043301 ] 

ASF subversion and git services commented on MYNEWT-738:
--------------------------------------------------------

Commit f0ca77a427f0aca30400b71a21f3206471a878fa in incubator-mynewt-core's branch refs/heads/master from [~janc]
[ https://gitbox.apache.org/repos/asf?p=incubator-mynewt-core.git;h=f0ca77a ]

Merge pull request #311 from wes3/myn738

MYNEWT-738: Fix parameter arrays

> Fix Parameter arrays in events and elsewhere
> --------------------------------------------
>
>                 Key: MYNEWT-738
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-738
>             Project: Mynewt
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>          Components: Nimble
>    Affects Versions: v1_0_0_rel
>            Reporter: William San Filippo
>            Assignee: William San Filippo
>             Fix For: v1_1_0_rel
>
>
> It appears that for some events and possible commands that the specification was interpreted incorrectly. Multiple parameter arrays are treated in the following manner:
> Arrayed parameters are specified using the following notation: ParameterA[i]. If more than one set of arrayed parameters are specified (e.g. ParameterA[i], ParameterB[i]), then the order of the parameters are as follows: ParameterA[0], ParameterB[0], ParameterA[1], ParameterB[1], ParameterA[2], ParameterB[2], … ParameterA[n], ParameterB[n]
> Need to go through the controller and host code to fix all places where this is incorrect.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)