Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/toc.xml')
-rw-r--r--plugins/org.eclipse.etrice.doc/toc.xml307
1 files changed, 113 insertions, 194 deletions
diff --git a/plugins/org.eclipse.etrice.doc/toc.xml b/plugins/org.eclipse.etrice.doc/toc.xml
index afca46705..bee20f95c 100644
--- a/plugins/org.eclipse.etrice.doc/toc.xml
+++ b/plugins/org.eclipse.etrice.doc/toc.xml
@@ -1,194 +1,113 @@
-<toc topic="help/index.html" label="eTrice User Guide">
-<topic href="help/eTriceOverview.html" label="eTrice Overview">
-<topic href="help/eTriceOverview.html#WhatiseTrice" label="What is eTrice?"></topic>
-<topic href="help/ReductionofComplexity.html" label="Reduction of Complexity"></topic>
-</topic>
-<topic href="help/IntroductiontotheROOMLanguage.html" label="Introduction to the ROOM Language">
-<topic href="help/IntroductiontotheROOMLanguage.html#ScopeofROOM" label="Scope of ROOM">
-<topic href="help/IntroductiontotheROOMLanguage.html#Wheredoesitcomefrom" label="Where does it come from?"></topic>
-<topic href="help/IntroductiontotheROOMLanguage.html#WhichkindofSWSystemswillbeaddressed" label="Which kind of SW-Systems will be addressed?"></topic>
-<topic href="help/IntroductiontotheROOMLanguage.html#WhatistherelationbetweenOOPandROOM" label="What is the relation between OOP and ROOM?"></topic>
-<topic href="help/IntroductiontotheROOMLanguage.html#WhatarethebenefitsofROOM" label="What are the benefits of ROOM?"></topic>
-<topic href="help/IntroductiontotheROOMLanguage.html#Whichconsequencesmustbetakenintoaccount" label="Which consequences must be taken into account?"></topic>
-</topic>
-<topic href="help/BasicConcepts.html" label="Basic Concepts">
-<topic href="help/BasicConcepts.html#ActorPortProtocol" label="Actor, Port, Protocol"></topic>
-<topic href="help/BasicConcepts.html#HierarchyinStructureandBehavior" label="Hierarchy in Structure and Behavior"></topic>
-<topic href="help/BasicConcepts.html#Layering" label="Layering"></topic>
-<topic href="help/BasicConcepts.html#RuntoCompletion" label="Run to Completion"></topic>
-</topic>
-<topic href="help/ExecutionModels.html" label="Execution Models">
-<topic href="help/ExecutionModels.html#CommunicationMethods" label="Communication Methods"></topic>
-<topic href="help/ExecutionModels.html#ExecutionMethods" label="Execution Methods"></topic>
-<topic href="help/ExecutionModels.html#ExecutionModels2" label="Execution Models">
-<topic href="help/ExecutionModels.html#messagedriven" label="message driven"></topic>
-<topic href="help/ExecutionModels.html#datadriven" label="data driven"></topic>
-<topic href="help/ExecutionModels.html#synchronous" label="synchronous"></topic>
-</topic>
-</topic>
-</topic>
-<topic href="help/WorkingwiththeeTriceTutorials.html" label="Working with the eTrice Tutorials"></topic>
-<topic href="help/SettinguptheWorkspaceforJavaProjects.html" label="Setting up the Workspace for Java Projects"></topic>
-<topic href="help/TutorialHelloWorldforJava.html" label="Tutorial HelloWorld for Java">
-<topic href="help/TutorialHelloWorldforJava.html#Scope" label="Scope"></topic>
-<topic href="help/Createanewmodelfromscratch.html" label="Create a new model from scratch"></topic>
-<topic href="help/Createastatemachine.html" label="Create a state machine"></topic>
-<topic href="help/Buildandrunthemodel.html" label="Build and run the model"></topic>
-<topic href="help/OpentheMessageSequenceChart.html" label="Open the Message Sequence Chart"></topic>
-<topic href="help/Summary.html" label="Summary"></topic>
-</topic>
-<topic href="help/TutorialBlinkyJava.html" label="Tutorial Blinky (Java)">
-<topic href="help/TutorialBlinkyJava.html#Scope2" label="Scope"></topic>
-<topic href="help/Createanewmodelfromscratch2.html" label="Create a new model from scratch"></topic>
-<topic href="help/Addtwoadditionalactorclasses.html" label="Add two additional actor classes"></topic>
-<topic href="help/Createanewprotocol.html" label="Create a new protocol"></topic>
-<topic href="help/ImporttheTimingService.html" label="Import the Timing Service"></topic>
-<topic href="help/Finishthemodelstructure.html" label="Finish the model structure"></topic>
-<topic href="help/ImplementtheBehavior.html" label="Implement the Behavior"></topic>
-<topic href="help/Summary2.html" label="Summary"></topic>
-</topic>
-<topic href="help/TutorialSendingDataJava.html" label="Tutorial Sending Data (Java)">
-<topic href="help/TutorialSendingDataJava.html#Scope3" label="Scope"></topic>
-<topic href="help/Createanewmodelfromscratch3.html" label="Create a new model from scratch"></topic>
-<topic href="help/Addadataclass.html" label="Add a data class"></topic>
-<topic href="help/Createanewprotocol2.html" label="Create a new protocol"></topic>
-<topic href="help/CreateMrPingandMrPongActors.html" label="Create MrPing and MrPong Actors"></topic>
-<topic href="help/DefineActorStructureandBehavior.html" label="Define Actor Structure and Behavior">
-<topic href="help/DefineActorStructureandBehavior.html#DefineMrPongsbehavior" label="Define MrPongs behavior"></topic>
-<topic href="help/DefineActorStructureandBehavior.html#DefineMrPingbehavior" label="Define MrPing behavior"></topic>
-</topic>
-<topic href="help/Definethetoplevel.html" label="Define the top level"></topic>
-<topic href="help/Generateandrunthemodel.html" label="Generate and run the model"></topic>
-<topic href="help/Summary3.html" label="Summary"></topic>
-</topic>
-<topic href="help/TutorialPedestrianLightsJava.html" label="Tutorial Pedestrian Lights (Java)">
-<topic href="help/TutorialPedestrianLightsJava.html#Scope4" label="Scope"></topic>
-<topic href="help/Setupthemodel.html" label="Setup the model"></topic>
-<topic href="help/Whydoesitworkandwhyisitsafe.html" label="Why does it work and why is it safe?"></topic>
-</topic>
-<topic href="help/SettinguptheWorkspaceforCProjects.html" label="Setting up the Workspace for C Projects">
-<topic href="help/SettinguptheWorkspaceforCProjects.html#Testingtheenvironment" label="Testing the environment"></topic>
-<topic href="help/BuildingtheCruntimesystem.html" label="Building the C runtime system"></topic>
-</topic>
-<topic href="help/TutorialHelloWorldforC.html" label="Tutorial HelloWorld for C">
-<topic href="help/TutorialHelloWorldforC.html#Scope5" label="Scope"></topic>
-<topic href="help/Createanewmodelfromscratch4.html" label="Create a new model from scratch"></topic>
-<topic href="help/CreatetheHelloWorldmodel.html" label="Create the HelloWorld model"></topic>
-<topic href="help/CreatealaunchconfigurationtostarttheCcodegenerator.html" label="Create a launch configuration to start the C code generator"></topic>
-<topic href="help/Generatethecode.html" label="Generate the code"></topic>
-<topic href="help/Setuptheincludepath.html" label="Setup the include path"></topic>
-<topic href="help/Buildandrunthemodel2.html" label="Build and run the model"></topic>
-<topic href="help/Summary4.html" label="Summary"></topic>
-</topic>
-<topic href="help/TutorialRemoveCCommentC.html" label="Tutorial Remove C-Comment ( C )">
-<topic href="help/TutorialRemoveCCommentC.html#Scope6" label="Scope"></topic>
-<topic href="help/Createanewmodelfromscratch5.html" label="Create a new model from scratch"></topic>
-<topic href="help/Createyourowndatatype.html" label="Create your own data type"></topic>
-<topic href="help/Createthemodel.html" label="Create the model"></topic>
-<topic href="help/Generatebuildandrunthemodel.html" label="Generate, build and run the model"></topic>
-<topic href="help/Summary5.html" label="Summary"></topic>
-</topic>
-<topic href="help/ROOMConcepts.html" label="ROOM Concepts">
-<topic href="help/ROOMConcepts.html#Actors" label="Actors">
-<topic href="help/ROOMConcepts.html#Description" label="Description"></topic>
-<topic href="help/ROOMConcepts.html#Motivation" label="Motivation"></topic>
-<topic href="help/ROOMConcepts.html#Notation" label="Notation"></topic>
-<topic href="help/ROOMConcepts.html#Details" label="Details">
-<topic href="help/ROOMConcepts.html#ActorClassesActorReferencesPortsandBindings" label="Actor Classes, Actor References, Ports and Bindings"></topic>
-<topic href="help/ROOMConcepts.html#Attributes" label="Attributes"></topic>
-<topic href="help/ROOMConcepts.html#Operations" label="Operations"></topic>
-</topic>
-</topic>
-<topic href="help/Protocols.html" label="Protocols">
-<topic href="help/Protocols.html#Description2" label="Description"></topic>
-<topic href="help/Protocols.html#Motivation2" label="Motivation"></topic>
-<topic href="help/Protocols.html#Notation2" label="Notation"></topic>
-</topic>
-<topic href="help/Ports.html" label="Ports">
-<topic href="help/Ports.html#Description3" label="Description"></topic>
-<topic href="help/Ports.html#Motivation3" label="Motivation"></topic>
-<topic href="help/Ports.html#Notation3" label="Notation">
-<topic href="help/Ports.html#ClassPorts" label="Class Ports"></topic>
-<topic href="help/Ports.html#ReferencePorts" label="Reference Ports"></topic>
-</topic>
-</topic>
-<topic href="help/DataClass.html" label="DataClass">
-<topic href="help/DataClass.html#Description4" label="Description"></topic>
-<topic href="help/DataClass.html#Notation4" label="Notation"></topic>
-</topic>
-<topic href="help/Layering2.html" label="Layering">
-<topic href="help/Layering2.html#Description5" label="Description"></topic>
-<topic href="help/Layering2.html#Notation5" label="Notation"></topic>
-</topic>
-<topic href="help/FiniteStateMachines.html" label="Finite State Machines">
-<topic href="help/FiniteStateMachines.html#Description6" label="Description"></topic>
-<topic href="help/FiniteStateMachines.html#Motivation4" label="Motivation"></topic>
-<topic href="help/FiniteStateMachines.html#Notation6" label="Notation">
-<topic href="help/FiniteStateMachines.html#FlatFiniteStateMachine" label="Flat Finite State Machine"></topic>
-<topic href="help/FiniteStateMachines.html#HierarchicalFiniteStateMachine" label="Hierarchical Finite State Machine"></topic>
-</topic>
-<topic href="help/FiniteStateMachines.html#Examples" label="Examples">
-<topic href="help/FiniteStateMachines.html#Exampleofaflatfinitestatemachine" label="Example of a flat finite state machine:"></topic>
-<topic href="help/FiniteStateMachines.html#Exampleofahierarchicalfinitestatemachine" label="Example of a hierarchical finite state machine:"></topic>
-</topic>
-</topic>
-</topic>
-<topic href="help/AutomaticDiagramLayoutwithKIELER.html" label="Automatic Diagram Layout with KIELER">
-<topic href="help/AutomaticDiagramLayoutwithKIELER.html#Overview" label="Overview"></topic>
-<topic href="help/performLayout.html" label="Performing Automatic Layout"></topic>
-<topic href="help/layoutOptions.html" label="Layout Options"></topic>
-<topic href="help/configureOptions.html" label="Configuring Layout Options">
-<topic href="help/configureOptions.html#layoutView" label="The Layout View"></topic>
-<topic href="help/configureOptions.html#preferencePage" label="Preference Pages">
-<topic href="help/configureOptions.html#LayoutPreferencePage" label="Layout Preference Page"></topic>
-<topic href="help/configureOptions.html#BehaviorandStructurePreferencePages" label="Behavior and Structure Preference Pages"></topic>
-</topic>
-</topic>
-<topic href="help/specialOptions.html" label="Special Layout Options">
-<topic href="help/specialOptions.html#LayoutAlgorithm" label="Layout Algorithm"></topic>
-<topic href="help/specialOptions.html#DiagramType" label="Diagram Type"></topic>
-</topic>
-<topic href="help/FurtherReferences.html" label="Further References"></topic>
-<topic href="help/TheROOMModel.html" label="The ROOM Model"></topic>
-<topic href="help/TheConfigModel.html" label="The Config Model"></topic>
-<topic href="help/ThePhysicalModel.html" label="The Physical Model"></topic>
-<topic href="help/TheMappingModel.html" label="The Mapping Model"></topic>
-</topic>
-<topic href="help/eTriceDevelopersReference.html" label="eTrice Developer&rsquo;s Reference">
-<topic href="help/eTriceDevelopersReference.html#Architecture" label="Architecture">
-<topic href="help/eTriceDevelopersReference.html#EditorandGeneratorComponents" label="Editor and Generator Components"></topic>
-<topic href="help/eTriceDevelopersReference.html#Runtimes" label="Runtimes"></topic>
-<topic href="help/eTriceDevelopersReference.html#UnitTests" label="Unit Tests"></topic>
-</topic>
-<topic href="help/ComponentOverview.html" label="Component Overview">
-<topic href="help/ComponentOverview.html#RoomLanguageOverview" label="Room Language Overview">
-<topic href="help/ComponentOverview.html#ModelTweaks" label="Model Tweaks"></topic>
-<topic href="help/ComponentOverview.html#ImportsbyURIUsingNamespaces" label="Imports by URI Using Namespaces"></topic>
-<topic href="help/ComponentOverview.html#Naming" label="Naming"></topic>
-<topic href="help/ComponentOverview.html#Helpers" label="Helpers"></topic>
-<topic href="help/ComponentOverview.html#Validation" label="Validation"></topic>
-</topic>
-<topic href="help/ComponentOverview.html#ConfigLanguageOverview" label="Config Language Overview">
-<topic href="help/ComponentOverview.html#ModelTweaks2" label="Model Tweaks"></topic>
-<topic href="help/ComponentOverview.html#ImportsbyURIUsingNamespaces2" label="Imports by URI Using Namespaces"></topic>
-<topic href="help/ComponentOverview.html#Util" label="Util"></topic>
-</topic>
-<topic href="help/ComponentOverview.html#AggregationLayerOverview" label="Aggregation Layer Overview">
-<topic href="help/ComponentOverview.html#TheInstanceModel" label="The Instance Model"></topic>
-<topic href="help/ComponentOverview.html#TheExpandedActorClass" label="The Expanded Actor Class"></topic>
-<topic href="help/ComponentOverview.html#TransitionChains" label="Transition Chains"></topic>
-</topic>
-<topic href="help/ComponentOverview.html#GeneratorOverview" label="Generator Overview">
-<topic href="help/ComponentOverview.html#BaseClassesandInterfaces" label="Base Classes and Interfaces"></topic>
-<topic href="help/ComponentOverview.html#GenericGeneratorParts" label="Generic Generator Parts">
-<topic href="help/ComponentOverview.html#GenericActorClassGenerator" label="GenericActorClassGenerator"></topic>
-<topic href="help/ComponentOverview.html#GenericProtocolClassGenerator" label="GenericProtocolClassGenerator"></topic>
-<topic href="help/ComponentOverview.html#GenericStateMachineGenerator" label="GenericStateMachineGenerator"></topic>
-</topic>
-<topic href="help/ComponentOverview.html#TheJavaGenerator" label="The Java Generator"></topic>
-<topic href="help/ComponentOverview.html#TheANSICGenerator" label="The ANSI-C Generator"></topic>
-<topic href="help/ComponentOverview.html#TheDocumentationGenerator" label="The Documentation Generator"></topic>
-</topic>
-</topic>
-</topic>
-</toc>
+<toc topic="etrice-doc.html" label="eTrice User Guide">
+ <topic href="etrice-docch1.html#x3-20001" label="eTrice Overview">
+ <topic href="etrice-docse1.html#x4-30001.1" label="What is eTrice?"/>
+ <topic href="etrice-docse2.html#x5-40001.2" label="Reduction of Complexity"/>
+ </topic>
+ <topic href="etrice-docch2.html#x6-50002"
+ label=" Introduction to the ROOM Language">
+ <topic href="etrice-docse3.html#x7-60002.1" label="Scope of ROOM"/>
+ <topic href="etrice-docse4.html#x8-120002.2" label="Basic Concepts"/>
+ <topic href="etrice-docse5.html#x9-170002.3" label="Execution Models"/>
+ </topic>
+ <topic href="etrice-docch3.html#x10-240003"
+ label="Working with the eTrice Tutorials"/>
+ <topic href="etrice-docch4.html#x11-250004"
+ label="Setting up the Workspace for Java Projects"/>
+ <topic href="etrice-docch5.html#x12-260005"
+ label="Tutorial HelloWorld for Java">
+ <topic href="etrice-docse6.html#x13-270005.1" label="Scope"/>
+ <topic href="etrice-docse7.html#x14-280005.2"
+ label="Create a new model from scratch"/>
+ <topic href="etrice-docse8.html#x15-290005.3" label="Create a state machine"/>
+ <topic href="etrice-docse9.html#x16-300005.4" label="Build and run the model"/>
+ <topic href="etrice-docse10.html#x17-310005.5"
+ label="Open the Message Sequence Chart"/>
+ <topic href="etrice-docse11.html#x18-320005.6" label="Summary"/>
+ </topic>
+ <topic href="etrice-docch6.html#x19-330006" label="Tutorial Blinky (Java)">
+ <topic href="etrice-docse12.html#x20-340006.1" label="Scope"/>
+ <topic href="etrice-docse13.html#x21-350006.2"
+ label="Create a new model from scratch"/>
+ <topic href="etrice-docse14.html#x22-360006.3"
+ label="Add two additional actor classes"/>
+ <topic href="etrice-docse15.html#x23-370006.4" label="Create a new protocol"/>
+ <topic href="etrice-docse16.html#x24-380006.5"
+ label="Import the Timing Service"/>
+ <topic href="etrice-docse17.html#x25-390006.6"
+ label="Finish the model structure"/>
+ <topic href="etrice-docse18.html#x26-400006.7" label="Implement the Behavior"/>
+ <topic href="etrice-docse19.html#x27-410006.8" label="Summary"/>
+ </topic>
+ <topic href="etrice-docch7.html#x28-420007"
+ label="Tutorial Sending Data (Java)">
+ <topic href="etrice-docse20.html#x29-430007.1" label="Scope"/>
+ <topic href="etrice-docse21.html#x30-440007.2"
+ label="Create a new model from scratch"/>
+ <topic href="etrice-docse22.html#x31-450007.3" label="Add a data class"/>
+ <topic href="etrice-docse23.html#x32-460007.4" label="Create a new protocol"/>
+ <topic href="etrice-docse24.html#x33-470007.5"
+ label="Create MrPing and MrPong Actors"/>
+ <topic href="etrice-docse25.html#x34-480007.6"
+ label="Define Actor Structure and Behavior"/>
+ <topic href="etrice-docse26.html#x35-510007.7" label="Define the top level"/>
+ <topic href="etrice-docse27.html#x36-520007.8"
+ label="Generate and run the model"/>
+ <topic href="etrice-docse28.html#x37-530007.9" label="Summary"/>
+ </topic>
+ <topic href="etrice-docch8.html#x38-540008"
+ label="Tutorial Pedestrian Lights (Java)">
+ <topic href="etrice-docse29.html#x39-550008.1" label="Scope"/>
+ <topic href="etrice-docse30.html#x40-560008.2" label="Setup the model"/>
+ <topic href="etrice-docse31.html#x41-570008.3"
+ label="Why does it work and why is it safe?"/>
+ </topic>
+ <topic href="etrice-docch9.html#x42-580009"
+ label="Tutorial Remove C-Comment ( C )">
+ <topic href="etrice-docse32.html#x43-590009.1" label="Scope"/>
+ <topic href="etrice-docse33.html#x44-600009.2"
+ label="Create a new model from scratch"/>
+ <topic href="etrice-docse34.html#x45-610009.3"
+ label="Create your own data type"/>
+ <topic href="etrice-docse35.html#x46-620009.4" label="Create the model"/>
+ <topic href="etrice-docse36.html#x47-630009.5"
+ label="Generate, build and run the model"/>
+ <topic href="etrice-docse37.html#x48-640009.6" label="Summary"/>
+ </topic>
+ <topic href="etrice-docch10.html#x49-6500010" label="ROOM Concepts">
+ <topic href="etrice-docse38.html#x50-6600010.1" label="Actors"/>
+ <topic href="etrice-docse39.html#x51-7400010.2" label="Protocols"/>
+ <topic href="etrice-docse40.html#x52-7800010.3" label="Ports"/>
+ <topic href="etrice-docse41.html#x53-8400010.4" label="DataClass"/>
+ <topic href="etrice-docse42.html#x54-8700010.5" label="Layering"/>
+ <topic href="etrice-docse43.html#x55-9000010.6" label="Finite State Machines"/>
+ </topic>
+ <topic href="etrice-docch11.html#x56-9900011"
+ label="Automatic Diagram Layout with KIELER">
+ <topic href="etrice-docse44.html#x57-10000011.1" label="Overview"/>
+ <topic href="etrice-docse45.html#x58-10100011.2"
+ label="Performing Automatic Layout"/>
+ <topic href="etrice-docse46.html#x59-10200011.3" label="Layout Options"/>
+ <topic href="etrice-docse47.html#x60-10300011.4"
+ label="Configuring Layout Options"/>
+ <topic href="etrice-docse48.html#x61-10800011.5"
+ label="Special Layout Options"/>
+ <topic href="etrice-docse49.html#x62-11100011.6" label="Further References"/>
+ </topic>
+ <topic href="etrice-docch12.html#x63-11200012" label="eTrice Features">
+ <topic href="etrice-docse50.html#x64-11300012.1" label="Codegenerators"/>
+ </topic>
+ <topic href="etrice-docch13.html#x65-11700013" label="Codegenerators"/>
+ <topic href="etrice-docch14.html#x66-11800014" label="Runtimes"/>
+ <topic href="etrice-docch15.html#x67-11900015"
+ label="eTrice Models and Their Relations">
+ <topic href="etrice-docse51.html#x68-12000015.1" label="The ROOM Model"/>
+ <topic href="etrice-docse52.html#x69-12100015.2" label="The Config Model"/>
+ <topic href="etrice-docse53.html#x70-12200015.3" label="The Physical Model"/>
+ <topic href="etrice-docse54.html#x71-12300015.4" label="The Mapping Model"/>
+ </topic>
+ <topic href="etrice-docch16.html#x72-12400016"
+ label="eTrice Developer’s Reference">
+ <topic href="etrice-docse55.html#x73-12500016.1" label="Architecture"/>
+ <topic href="etrice-docse56.html#x74-12900016.2" label="Component Overview"/>
+ </topic>
+</toc>

Back to the top