-
``` javascript
package connection_bug
public
with Base_Types;
thread Test
features
setterAndGetter: feature group setGet;
end Test;
thread implementation Test.im…
-
The Problem
DoResourceBudgetLogic.java, Lines 194-195, part of the preamble to method sumBudgets says this: “@return double total, zero, if no budget, -1 if hardware only in substructure”
And indeed…
-
In the file deviceDefinition.aadl at line 106 are two end to end flows defined.
I added them via the Gui. I could maintain and change them via the gui until i set "in modes (...)".
Before i set the mo…
-
When invoking Analyze Resource Allocations [bound] for processors and memories on [a relatively simple model](https://gist.github.com/search?q=simplehub3tc10), the plugin crashes, resulting in a call …
-
Lets have the following AADL declarations.
A AADL model.aadl:
> PACKAGE client_server_Pkg
> PUBLIC
> WITH AI;
>
> SYSTEM client_server
> END client_server;
>
> SYSTEM IMPLEMENTATION client_server.…
-
Then you should only be able to create a new Aadl Project - nothing else (ends up in a npe)
-
Please review the [Scade-2-Open-Migration Document](https://github.com/openETCS/toolchain/raw/Scade2OpenReport/T7.3/MigrationScade2OpenAlternative/OpenETCS_MigrationScade2OpenAlternative.pdf).
Review…
-
Investigate whether there is a mechanism to allow .aadl files to be opened with the graphical editor. If possible implement it. Opening an AADL file would open up the appropriate package diagram. The…
-
By launching the following command:"ocarina -aadlv2 -o ./truc.xml -g cheddar ../../sandbox/examples/deployment.aadl ../../sandbox/examples/rma.aadl"
the following error is raised: "Message: directory …
-
When trying to parse the adiru model using the OSATE/Ocarina bridge, I got the following errors (see below). Seems that records are not parsed correctly.
/home/julien/local/bin/ocarina -k no-assert -…
juli1 updated
9 years ago