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
799fd46c
Commit
799fd46c
authored
Dec 13, 2014
by
Maxime Perrotin
Browse files
Update shared makefile with new path
parent
31d4ce1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
DataView.asn
deleted
100644 → 0
View file @
31d4ce1a
TASTE-Dataview DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
T-INTEGER ::= INTEGER (0..255)
T-SEQ ::= SEQUENCE {
hello INTEGER (0..10),
world ENUMERATED { hop, hips },
howareyou CHOICE { choice-A T-INTEGER, choice-B T-INTEGER }
}
T-POS ::= SEQUENCE {
x T-INTEGER,
y SEQUENCE { a BOOLEAN, b SEQUENCE (SIZE(3)) OF BOOLEAN },
z T-SEQ
}
myVar T-SEQ ::= { hello 4, world hop, howareyou choice-B: 42 }
-- TODO : add test T-A ::= T-B to see how ReferenceTypes are followed
END
GenericBackend.py
→
misc/
GenericBackend.py
View file @
799fd46c
File moved
tests/regression/shared.mk
View file @
799fd46c
OPENGEODE
=
../../../opengeode.py
OPENGEODE
=
../../../opengeode
/opengeode
.py
ASN1SCC
=
asn1.exe
CC
=
gcc
LLC
=
llc
...
...
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