RoIS 1.1 RTF Avatar
  1. OMG Issue

ROIS11 — inconsistent use of vector and List in C++ PSM.

  • Key: ROIS11-11
  • Status: closed  
  • Source: JARA ( Mr. Koji Kamei)
  • Summary:

    In the definition of Move component in C++ PSM, List is used instead of vector.
    Other part in the C++ PSM consistently use vector and there seems no reason to use List.

  • Reported: RoIS 1.0 — Sat, 16 May 2015 16:44 GMT
  • Disposition: Resolved — RoIS 1.1
  • Disposition Summary:

    Use of List in C++ PSM is modified to vector.

    In the C++ PSM, use vector consistently instead of List.
    Use of List in the definition of Move Component (Move.h) are replaced with vector.

  • Updated: Tue, 29 Mar 2016 15:10 GMT