Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Categories Code and Execution
Created by Guest
Created on Aug 9, 2024

Enhancement request to show the code pattern in Rhapsody browser .

I have an operation which signature as

operation signature is modelled as void MechGeo_MotorStatusReceivedNotification(const AcsLib_ActuatorSysMotorIdType SourceActuatorSysMotorId,const AcsLib_MotorStatusMessageType * const MotorStatusMessagePtr)


Where const and * const are code pattern not type .


Then in Rhapsody browser :

It shows as

MechGeo_MotorStatusReceivedNotification(AcsLib_ActuatorSysMotorIdType SourceActuatorSysMotorId,AcsLib_MotorStatusMessageType MotorStatusMessagePtr)

The same is updated RMM web also .

MechGeo_MotorStatusReceivedNotification(AcsLib_ActuatorSysMotorIdType SourceActuatorSysMotorId,AcsLib_MotorStatusMessageType MotorStatusMessagePtr)

Even if we try Go to View > Browser Display Options > Show Implementation Arguments. in rhapsody to show all the implementaion but in RMM web it does not reflect.


It seems Rhapsody /RMM web has a limitation to show only the type of the argument not the code pattern.


Idea priority Medium
  • Admin
    SANTHARAM SUNEEL
    Reply
    |
    Sep 9, 2024

    Hi,

    Thank you for bringing this to our attention.
    We recognize that this concern requires additional investigation.
    We will revisit it during our future backlog grooming session to ensure we address it appropriately.

    We appreciate your patience and understanding as we work through this.

    Regards,
    Suneel...

  • Guest
    Reply
    |
    Aug 28, 2024

    Hi Suneel,

    View > Browser Display Options > Show Implementation Arguments. this can show the arguments in Rhapsody but the same is not visible in RMM web .

    In RMM web it is always shown as
    MechGeo_MotorStatusReceivedNotification(AcsLib_ActuatorSysMotorIdType SourceActuatorSysMotorId,AcsLib_MotorStatusMessageType MotorStatusMessagePtr) which is a limitation in Rhapsody .


  • Guest
    Reply
    |
    Aug 23, 2024

    Hi Suneel,

    Will this setting have effect also on Rhapsody Web view?

    Please read the IBM case which generated this idea to have the complete context before deciding the final status.

    Thank you!

    Ramona

  • Admin
    SANTHARAM SUNEEL
    Reply
    |
    Aug 23, 2024

    Hi,

    This is already available through the Browser display options:

    Go to View > Browser Display Options > Show Implementation Arguments.

    Hope this helps.

    Regards,
    Suneel...