OARIS 1.0 FTF Avatar
  1. OMG Issue

OARIS — C++ for general_polar_volume_type does not compile

  • Key: OARIS-41
  • Status: closed  
  • Source: BAE SYSTEMS ( Mr. Simon Mettrick)
  • Summary:

    The stand alone C++ mapping for general_polar_volume_type does not compile (at least for v6.4 of OpenSplice). This is because the fields within the union have the same name as as their type (also declared in that namespace). Therefore access functions hide the struct declaration below the point at which they are declared.

  • Reported: OARIS 1.0b1 — Tue, 10 Mar 2015 15:42 GMT
  • Disposition: Resolved — OARIS 1.0
  • Disposition Summary:

    Suffix all Shape_Model class names with _type to make unique

    Suffix each class name in package Shape_Model with '_type'. This is in accordance with the REG's modelling guidelines and is consistent with the rest of the specification. (Note that general_polar_volume_type already has _type suffix - no change required in that respect).

  • Updated: Tue, 22 Dec 2015 15:07 GMT