Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
9614b7f5
Commit
9614b7f5
authored
Aug 07, 2019
by
Thanassis Tsiodras
Browse files
Patch requested from ISAE.
parent
13d63845
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/asn2aadlPlus.py
View file @
9614b7f5
...
...
@@ -484,6 +484,8 @@ end Stream_Element_Buffer;
o
.
write
(
' Length : data Base_Types::%s;
\n
'
%
(
bAADLv2
and
"Unsigned_32"
or
"uint32"
))
o
.
write
(
'PROPERTIES
\n
'
)
o
.
write
(
' Data_Model::Data_Representation => Struct;
\n
'
)
o
.
write
(
' Source_Data_Size => %d Bytes; -- Size of the buffer in bytes
\n
'
%
(
le_size_rounded
+
16
))
o
.
write
(
'END '
+
cleanName
+
'_Buffer.impl;
\n\n
'
)
# Generate a SYSTEM in the DataView, otherwise Ocarina cannot parse it
...
...
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