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
a52d0d92
Commit
a52d0d92
authored
Jul 25, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove MyReal type from dataview (not used in the model)
parent
55002a14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Demo_Blackbox/DataView.acn
Demo_Blackbox/DataView.acn
+1
-1
Demo_Blackbox/DataView.asn
Demo_Blackbox/DataView.asn
+1
-1
No files found.
Demo_Blackbox/DataView.acn
View file @
a52d0d92
...
...
@@ -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 @
a52d0d92
...
...
@@ -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 }
...
...
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