Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
7ad62217
Commit
7ad62217
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Install data types used in DataViews
parent
40f8ebb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/90_misc.sh
View file @
7ad62217
...
...
@@ -14,6 +14,10 @@ rm -f taste-config.pl.tmp
mkdir
-p
${
PREFIX
}
/share/taste
cp
taste-directives/TASTE-Directives.asn
${
PREFIX
}
/share/taste/TASTE-Directives.asn
||
exit
1
# TASTE types
mkdir
-p
${
PREFIX
}
/share/taste-types
cp
misc/taste-common-types/taste-types.asn
${
PREFIX
}
/share/taste-types/
||
exit
1
# Gnuplot
cp
gnuplot/driveGnuPlotsStreams.pl
${
PREFIX
}
/bin/taste-gnuplot-streams
...
...
misc/taste-common-types/taste-types.asn
0 → 100644
View file @
7ad62217
TASTE-BasicTypes DEFINITIONS ::=
BEGIN
-- Set of TASTE predefined basic types
T-Int32 ::= INTEGER (-2147483648 .. 2147483647)
T-UInt32 ::= INTEGER (0 .. 4294967295)
T-Int8 ::= INTEGER (-128 .. 127)
T-UInt8 ::= INTEGER (0 .. 255)
T-Boolean ::= BOOLEAN
END
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