Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
4dedd636
Commit
4dedd636
authored
Jun 20, 2016
by
Maxime Perrotin
Browse files
Include move to new DMT without .py
parent
30e54f28
Pipeline
#356
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
c/asn2datamodel.c
View file @
4dedd636
...
...
@@ -2,7 +2,7 @@
* contact: maxime.perrotin@esa.int
* License is LGPL, check LICENSE file */
/*
* Call 'asn2dataModel
.py
' tool to complete the generation
* Call 'asn2dataModel' tool to complete the generation
* of function skeleton with the data types transformed
* from ASN.1 to the target language (C, Ada, RTDS, etc.).
*
...
...
@@ -91,7 +91,7 @@ void Call_asn2dataModel(FV * fv)
exit
(
-
1
);
}
command
=
make_string
(
"asn2dataModel
.py
-o %s -to%s %s/%s"
,
command
=
make_string
(
"asn2dataModel -o %s -to%s %s/%s"
,
dataviewpath
,
LANGUAGE
(
fv
),
dataview_path
,
dataview_uniq
);
...
...
Write
Preview
Supports
Markdown
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