RXF_Rpy_CPP_V7.02 Release Notes
About Release Notes
This document lists all changes that have been applied to the RXF product RXF_Rpy_CPP from version to version.
Changes can be new features which have been implemented, functional changes, fixed problems or new known issues.
If a change has been implemented for one parts this product consists of, if will be listed here. RXF_Rpy_CPP
consists of:
== Product RXF_Rpy_CPP ==
Environment ....... : Generic Environment
ModelingLang ...... : Rhapsody in C++
Modeling .......... : IBM Rational Rhapsody
Core .............. : C++
Customer .......... : Generic
New in Version V7.02
Changes introduced in RXF_Rpy_CPP_V7.02 which was released on 2018-08-15.
Fixed Issues
Identifier |
Description |
Case 7977 |
Fixed a problem with LiveAnimation when the first attribute of a class is const or static or the operations that generates the event is const. CPP |
Case 8033 |
fixed Linux adapter, improved Linux thread synchronisation |
New Features
Identifier |
Description |
Case 2724 |
added Green Hills Multi Exporter |
Case 4568 |
Improved Timer Management. Non Blocking Mutex will not be locked while send is called. That leads to less use of temp lists |
Case 4569 |
Improve Error Handling: added event reuse protection |
Case 7993 |
Added RTOS Adapter COORTX for Cyclic triggered Runtime Environment |
Changes in Behavior
Identifier |
Description |
Case 8006 |
MISRA Improvement: Changed modification performed by Simplifier on cancelTimeout() argument from “IOxfTimeout* const arg” to “const IOxfTimeout* const arg”. |
Case 8033 |
moved Critical Sections from WST_MSQ to WST_TSK to allow better critical Section handling |
New in Version V7.01
Changes introduced in RXF_Rpy_CPP_V7.01 which was released on 2018-07-17.
Fixed Issues
Identifier |
Description |
Case 7260 |
Classic WSTDeployer: XML Parsing of IAR project files sometimes removed white spaces from path names of already referenced files. |