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
6980955e
Commit
6980955e
authored
Sep 19, 2019
by
Thanassis Tsiodras
Browse files
Explain what --fast does.
parent
01d3ade1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmt/asn2aadlPlus.py
View file @
6980955e
...
...
@@ -348,6 +348,9 @@ def main():
# Time to use the maximum of Native (SIZ2) and UPER (SIZE) and ACN (SIZ3)...
if
not
bFast
:
# If taste-updata-dataview is called, then we just want the GUI to be aware
# of the list of ASN.1 types - the Ellidiss GUI does not care about the
# Source_Data_Size values... so skip all GCC-related work!
messageSizes
=
calculateForNativeAndASN1SCC
(
absASN1SCCpath
,
autosrc
,
asnParser
.
g_names
,
inputFiles
)
for
nodeTypename
in
list
(
messageSizes
.
keys
()):
messageSizes
[
nodeTypename
]
=
[
messageSizes
[
nodeTypename
],
(
8
*
(
int
((
messageSizes
[
nodeTypename
]
-
1
)
/
8
))
+
8
)]
...
...
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