Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
2eef9a74
Commit
2eef9a74
authored
Oct 21, 2015
by
Maxime Perrotin
Browse files
fix dataview and simu.sh script
dataview contained a type: Enum0 ::= ENUMERATED {enum1} which made asn2aadlPlus fail
parent
c7e2d31d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-aggregation2/dataview-uniq.asn
View file @
2eef9a74
...
...
@@ -28,7 +28,6 @@ Type2 ::= BOOLEAN
Toto ::= SEQUENCE { elem-1 Type1, elem-2 Type2 }
SeqBool ::= SEQUENCE(SIZE(1..5)) OF BOOLEAN
Enum ::= ENUMERATED {enum1}
default-seqof SeqOf ::= {4,7,9}
default-str My-OctStr ::= 'DEADBEEF'H
...
...
tests/regression/test-aggregation2/simu.sh
View file @
2eef9a74
...
...
@@ -6,7 +6,7 @@ asn2aadlPlus dataview-uniq.asn simu/DataView.aadl
cp
libog.so dataview-uniq.asn
*
.pr simu
mv
*
.aadl simu
cd
simu
aadl2glueC DataView.aadl o
rchestrator
_interface.aadl
aadl2glueC DataView.aadl o
g
_interface.aadl
asn2dataModel
-toPython
dataview-uniq.asn
make
-f
Makefile.python
echo
"errCodes=
$(
taste-asn1-errCodes ./dataview-uniq.h
)
"
>>
datamodel.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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