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
870eaa17
Commit
870eaa17
authored
Aug 06, 2019
by
Thanassis Tsiodras
Browse files
Additional property requested by Jerome.
parent
88a80ee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
dmt/asn2aadlPlus.py
View file @
870eaa17
...
...
@@ -467,6 +467,7 @@ end Stream_Element_Buffer;
o
.
write
(
'PROPERTIES
\n
'
)
o
.
write
(
' Data_Model::Data_Representation => array;
\n
'
)
o
.
write
(
' Data_Model::Dimension => (%d); -- Size of the buffer
\n
'
%
le_size_rounded
)
o
.
write
(
' Source_Data_Size => %d; -- Size of the buffer in bytes
\n
'
%
le_size_rounded
)
if
bAADLv2
:
o
.
write
(
' Data_Model::Base_Type => (classifier (DataView::Stream_Element_Buffer));
\n
'
)
else
:
...
...
setup.py
View file @
870eaa17
...
...
@@ -11,7 +11,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'dmt'
,
version
=
"2.1.3
5
"
,
version
=
"2.1.3
6
"
,
packages
=
find_packages
(),
author
=
'Thanassis Tsiodras'
,
author_email
=
'Thanassis.Tsiodras@esa.int'
,
...
...
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