XTCE 1.1 RTF Avatar
  1. OMG Issue

XTCE11 — includeCondition in commandContainer issue

  • Key: XTCE11-212
  • Legacy Issue Number: 8885
  • Status: closed  
  • Source: NASA ( Mr. James Kevin Rice)
  • Summary:

    In metacommand container/commandContainer - the includeCondition only allows parameterRef, it should also allow argumentRef.

    Here is an example from a simulated MER command that uses either an ARM or Elbow argument depending on the proceeding argument which is the motor_id... the arguments are different units as well.


    <CommandContainer name="CMD-MOTOR_Container">
    <EntryList>
    <ArgumentRefEntry argumentRef="motor_id"/>
    <ArgumentRefEntry argumentRef="distanceArm">
    <IncludeCondition>
    <Comparison parameterRef="motor_id" value="0"/>
    </IncludeCondition>
    </ArgumentRefEntry>
    <ArgumentRefEntry argumentRef="distanceElbow">
    <IncludeCondition>
    <Comparison parameterRef="motor_id" value="1"/>
    </IncludeCondition>
    </ArgumentRefEntry>
    </EntryList>
    </CommandContainer>

  • Reported: XTCE 1.0b1 — Tue, 28 Jun 2005 04:00 GMT
  • Disposition: Resolved — XTCE 1.1
  • Disposition Summary:

    No Data Available

  • Updated: Fri, 6 Mar 2015 20:59 GMT