Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Home-Appliances
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAS
Home-Appliances
Commits
5597326e
Commit
5597326e
authored
5 years ago
by
Andreas Kraft
Browse files
Options
Downloads
Patches
Plain Diff
Fixed missing enumerations. Fixed build script.
parent
9c6fde87
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
4.1.0/Extras/SDTTool Build Files/processSDT.sh
+7
-4
7 additions, 4 deletions
4.1.0/Extras/SDTTool Build Files/processSDT.sh
4.1.0/xsd/HD-enumerationTypes-v4_1_0.xsd
+1105
-0
1105 additions, 0 deletions
4.1.0/xsd/HD-enumerationTypes-v4_1_0.xsd
with
1112 additions
and
4 deletions
4.1.0/Extras/SDTTool Build Files/processSDT.sh
+
7
−
4
View file @
5597326e
...
...
@@ -6,13 +6,16 @@ CMD="python3 SDTTool.py"
mkdir
-p
out
for
f
in
modul
eClasses.
*
.conf
for
f
in
devic
eClasses.
*
.conf
do
echo
"Processing
$f
"
$CMD
@
$f
-i
$
MODUL
ECLASSES
$CMD
@
$f
-i
$
DEVIC
ECLASSES
done
for
f
in
deviceClasses.
*
.conf
# Note: Convert ModuleClasses later since the production of DeviceClasses
# overwrite the enumeration file (needs to be solved by SDTTool).
for
f
in
moduleClasses.
*
.conf
do
echo
"Processing
$f
"
$CMD
@
$f
-i
$
DEVIC
ECLASSES
$CMD
@
$f
-i
$
MODUL
ECLASSES
done
This diff is collapsed.
Click to expand it.
4.1.0/xsd/HD-enumerationTypes-v4_1_0.xsd
+
1105
−
0
View file @
5597326e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment