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
13d63845
Commit
13d63845
authored
Aug 06, 2019
by
Thanassis Tsiodras
Browse files
Typo fix.
parent
77323a66
Changes
2
Hide whitespace changes
Inline
Side-by-side
dmt/asn2aadlPlus.py
View file @
13d63845
...
...
@@ -467,7 +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
)
o
.
write
(
' Source_Data_Size => %d
Bytes
; -- 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 @
13d63845
...
...
@@ -11,7 +11,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'dmt'
,
version
=
"2.1.3
6
"
,
version
=
"2.1.3
7
"
,
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