Changes between Version 4 and Version 5 of Packages/EDROOM


Ignore:
Timestamp:
04/01/08 12:38:50 (16 years ago)
Author:
Aitor.viana
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Packages/EDROOM

    v4 v5  
    66EDROOM is a tool inspired on ROOM and UML2 methodologies. This tool provides facilities for modeling real-time systems using the object oriented paradigm and it integrates an automatic Embedded C++ code generator. EDROOM lets the designer describe the structure, communication and behavior of the real-time system using diagrams. Both the structure and the behavior can have several levels of definition to make easier the iterative design of the system. The components of the multilevel structure are communicated with each other by message passing through their ports.
    77
     8EdroomEditor.JPG
     9
     10
    811The Embedded C++ compliant generated code is supported over a EDROOM services library that has been redesigned to run on a tiny real time kernel. This library has a two level structure with an extremely thin kernel interface in order to facility the port to any kernel. The interface specification is provided with a group of code test bench to validate the ports. Other improvement added to EDROOM is the static control of all memory resources in order to completely avoid the dynamic allocation.
    912
    10 EdroomEditor.JPG
    1113
    1214(more is comming...)