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
a55e4067
Commit
a55e4067
authored
Jul 11, 2016
by
Maxime Perrotin
Browse files
Simulation: timers use 64bits param, not 32bits
parent
62a1277f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a55e4067
...
...
@@ -142,8 +142,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
1.
4.5 (07/2016)
-
Code generation fix for the simulator
1.
4.5 (07/2016): fixed related to the simulator mode
-
Context variable was not prefixed properly
-
Callback function for timers use 64bits integer
1.
4.4 (06/2016)
-
Minor bugfix in Ada backend to support typeless systems
...
...
opengeode/AdaGenerator.py
View file @
a55e4067
...
...
@@ -662,7 +662,7 @@ package {process_name} is'''.format(process_name=process_name,
if
simu
:
# Declare callback registration for the SET and RESET functions
ads_template
.
append
(
u
'type SET_{}_T is access procedure'
'(name: chars_ptr; duration:
Integer
);'
'(name: chars_ptr; duration:
Asn1Int
);'
.
format
(
timer
))
ads_template
.
append
(
u
'type RESET_{}_T is access procedure'
'(name: chars_ptr);'
.
format
(
timer
))
...
...
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