Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/Developer/Design"

m (Added codegen notes)
m (Updated links)
 
Line 23: Line 23:
 
== Code generation ==
 
== Code generation ==
  
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_High_Level|A high-level description of the general transformation architecture]]
+
* [[Papyrus-RT/Developer/Design/0.8/Codegen_High_Level_Overview|A high-level description of the general transformation architecture]]
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_Details|Detailed description of the transformation architecture]]
+
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Architecture_Details|Detailed description of the transformation architecture]]
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_API|Code generation interface (API)]]
+
* [[Papyrus-RT/Developer/Design/0.8/Codegen_API|Code generation interface (API)]]
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_CodePattern|Structural code pattern]]
+
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Code_Pattern|Structural code pattern]]
* [[Papyrus-RT/Developer/Developer_Guide/Codegen_Extension|Extending the code generator]]
+
* [[Papyrus-RT/Developer/Design/0.8/Codegen_Extension|Extending the code generator]]

Latest revision as of 15:46, 20 February 2017

PapyrusForRealTime-Logo-Icon.png




Design Notes




Overview

This page collects design notes for specific features and other development activities, organized by release and then by topic.


0.9 Release

Language (UML-RT)


0.8 Release

Code generation

Back to the top