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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
See this idea on ideas.ibm.com
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 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
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...
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 .
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
Hi,
This is already available through the Browser display options:
Go to View > Browser Display Options > Show Implementation Arguments.
Hope this helps.
Regards,
Suneel...