Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
a35833b4
Commit
a35833b4
authored
Jul 29, 2019
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitrepos.estec.esa.int/taste/regression-suites
parents
8bba1358
9ef3658a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
Demo_Blackbox/DataView.acn
Demo_Blackbox/DataView.acn
+1
-1
Demo_Blackbox/DataView.asn
Demo_Blackbox/DataView.asn
+1
-1
Demo_CVProperties/DataView.asn
Demo_CVProperties/DataView.asn
+0
-1
Demo_Multi_Instances/DataView.asn
Demo_Multi_Instances/DataView.asn
+0
-1
Demo_Multi_Instances/DeploymentView.aadl
Demo_Multi_Instances/DeploymentView.aadl
+1
-1
No files found.
Demo_Blackbox/DataView.acn
View file @
a35833b4
...
...
@@ -9,7 +9,7 @@ TASTE-Dataview DEFINITIONS ::= BEGIN
/*A few simple types to start with ASN.1*/
MyInteger[size 16, encoding pos-int]
MyReal[encoding IEEE754-1985-64]
--
MyReal[encoding IEEE754-1985-64]
MyEnum[size 2, encoding pos-int]
...
...
Demo_Blackbox/DataView.asn
View file @
a35833b4
...
...
@@ -4,7 +4,7 @@ BEGIN
-- A few simple types to start with ASN.1
MyInteger ::= INTEGER (0..255)
MyReal ::= REAL (0.0 .. 1000.0)
--
MyReal ::= REAL (0.0 .. 1000.0)
MyEnum ::= ENUMERATED { hello, world, howareyou }
...
...
Demo_CVProperties/DataView.asn
View file @
a35833b4
...
...
@@ -5,7 +5,6 @@ IMPORTS T-Int32, T-UInt32, T-Int8, T-UInt8, T-Boolean FROM TASTE-BasicTypes;
-- A few simple types to start with ASN.1
MyInteger ::= T-UInt8
MyReal ::= REAL (0.0 .. 1000.0)
MyEnum ::= ENUMERATED { hello, world, howareyou }
...
...
Demo_Multi_Instances/DataView.asn
View file @
a35833b4
...
...
@@ -9,7 +9,6 @@ IMPORTS T-Int32, T-UInt32, T-Int8, T-UInt8, T-Boolean FROM TASTE-BasicTypes;
-- Simple types:
MyInteger ::= INTEGER (0..255)
MyReal ::= REAL (0.0 .. 1000.0)
MyBool ::= BOOLEAN
MyEnum ::= ENUMERATED { hello, world, how-are-you }
...
...
Demo_Multi_Instances/DeploymentView.aadl
View file @
a35833b4
...
...
@@ -79,6 +79,6 @@ PROPERTIES
Taste::coordinates => "0 0 297000 210000";
Taste::version => "2.0";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
/home/taste
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment