rhapsody

How to communicate between Rhapsody models in different processes/systems?

We are using IBM (formerly Telelogic) Rhapsody for a new project to do model driven development of a complex device. The device consists of several subsystems that are connected by various network interfaces. We'd like to model the entire system in Rhapsody and then generate code separately for the various subsystems. The problem is thi...

Marshal.GetActiveObject throws error from C++/CLI but not C#

I am trying to get access to an running instance of an application, Rational Rhapsody, through COM. I am trying to use the C++/CLI COM calls. From C++ calling: rhapsody::RPApplication^ App = safe_cast<rhapsody::RPApplication^>( Marshal::GetActiveObject("Rhapsody.Application")); Causes a COM Exception : 800401E3 (Operation Unavailable...

What is your review process for Rhapsody development?

My team is using the IBM's Rhapsody tool to do real-time embedded development. Unfortunately, we are unhappy with our current review process. More specifically, we've had difficulty because: there is a lack of a good diff tool for diagram changes the Rhapsody diff tool doesn't generate reports that you can use in a review source file ...

Symphonia (CSV file)

Hi I'm trying to do a route in Rhapsody that transform CSV to ASTM. The problem is when i'm going to test the mapper, appears this error: unable to parse message. The character encoding may not have been recognised correctly. I don't know what to do. I hope you can help me. Thanks for all ...

Develop MDD / C++ Dashboards with Sonar or something else?

I am looking for the functionality of sonar. Almost all our projects are Model Driven, and the code centric ones are in C++. We generally use trac and bitten for our CI needs with Make (with some help from Rhapsody) providing the build magic. Being pragmatic, is Sonar the way to go (in lite mode, maybe?) or what other tools should I be...

matlab stateflow vs. Rhapsody

In Rhapsody - after creating a class, one can create many similar objects (instances) of that class. In matlab's stateflow tool - one can create a state which is, as far as I know, an object. Is there a possibility to use a state in matlab's stateflow tool as a class and create one or more objects of it? ...