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
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
7ad62217
Commit
7ad62217
authored
Feb 22, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install data types used in DataViews
parent
40f8ebb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
install/90_misc.sh
install/90_misc.sh
+4
-0
misc/taste-common-types/taste-types.asn
misc/taste-common-types/taste-types.asn
+17
-0
No files found.
install/90_misc.sh
View file @
7ad62217
...
@@ -14,6 +14,10 @@ rm -f taste-config.pl.tmp
...
@@ -14,6 +14,10 @@ rm -f taste-config.pl.tmp
mkdir
-p
${
PREFIX
}
/share/taste
mkdir
-p
${
PREFIX
}
/share/taste
cp
taste-directives/TASTE-Directives.asn
${
PREFIX
}
/share/taste/TASTE-Directives.asn
||
exit
1
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
# Gnuplot
cp
gnuplot/driveGnuPlotsStreams.pl
${
PREFIX
}
/bin/taste-gnuplot-streams
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
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