Quantcast
Channel: Modeling Tools
Viewing all articles
Browse latest Browse all 1733

HCL RTist

$
0
0
Date Updated: 
Tue, 2020-08-04 08:50
HCL Software
Date Created: 
Thu, 2019-07-04 12:45

HCL RTist is a modeling and development environment for creating stateful event-driven realtime applications in C++. Such applications are often embedded and/or IoT applications. HCL RTist supports the Unified Modeling Language (UML) and its real-time profile (UML-RT) which allows you to develop your application at a higher abstraction level, and with more automation, compared to writing it manually in C++.

Some of the key features of HCL RTist include:

  • Development of realtime applications using graphical UML diagrams such as state charts and composite structure diagrams
  • A code view and code editor (based on Eclipse CDT) for writing C++ code for model elements, such as code for state transitions
  • A model compiler for generating optimized C++ code from the model and to build it into executables or libraries. The build process is highly customizable and allows multiple versions of an application to be built from the same source model.
  • A highly efficient run-time library ("TargetRTS") which provides your application with useful services such as message-based communication, state machines, timers, logging and much more. The TargetRTS is delivered as source code so you can build it for your platform of choice and customize it as needed.
  • Code-to-model synchronization which allows you to make changes in generated C++ code and have them automatically synchronized back to the model
  • A model debugger which allows you to debug your application at model level. You can debug your application both locally and remotely when it runs on the target, and model debugging can be combined with traditional code debugging using Eclipse CDT.
  • Compare and merge of model and code changes
  • Support for team development. Any SCM system can be used, but if you choose Git you will get superior support by means of an EGit integration that provides full support for RTist model files when using EGit.
  • Publishing models to a web server and accessing them from a web browser. This simplifies collaboration and enables all project members to contribute to the development of models.
  • Traceability between model elements and related items stored in other systems such as requirements, test cases etc. Support for generation of reports that may also include information about such related items.
  • Support for migrating UML-RT models created in IBM Rational Rose RealTime and IBM Rational Software Architect RealTime Edition.

For more information about HCL RTist see this page. Note that you can try HCL RTist in a virtual environment before you decide to install it.

You need a license to use HCL RTist. For academic and non-commercial use the license can be obtained without cost. For commercial use it's possible to get a free trial license for evaluating the product. Visit this page to get a license, or contact rtist@hcl.com.


Viewing all articles
Browse latest Browse all 1733

Trending Articles