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
be91d0d8
Commit
be91d0d8
authored
Mar 28, 2015
by
Maxime Perrotin
Browse files
Add prefix to context when targetting simulation
parent
a5017b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
be91d0d8
...
...
@@ -113,8 +113,10 @@ def _process(process, simu=False, **kwargs):
OUT_SIGNALS
.
extend
(
process
.
output_signals
)
PROCEDURES
.
extend
(
process
.
procedures
)
global
SHARED_LIB
global
LPREFIX
if
simu
:
SHARED_LIB
=
True
LPREFIX
=
process_name
+
u
'_ctxt'
# When building a shared library (with simu=True), generate a "mini-cv"
# for aadl2glueC to create the code interfacing with asn1scc
...
...
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