Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Robodata
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
Robodata
Commits
5f845fc6
Commit
5f845fc6
authored
9 months ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] typo
parent
c5b0c0dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DFDL/dataFormats/rst/doc/ReadMe
+7
-7
7 additions, 7 deletions
DFDL/dataFormats/rst/doc/ReadMe
with
7 additions
and
7 deletions
DFDL/dataFormats/rst/doc/ReadMe
+
7
−
7
View file @
5f845fc6
DFDL parsing of DISPDU streams to element only XML
DFDL parsing of DISPDU streams to element only XML
1) Encoding for the DIS stream must be ISO-8859-1, else proper twos-compliment
1) Encoding for the DIS stream must be ISO-8859-1, else proper twos-compliment
for byte values of 128+ do not resolve correctly when parsed to XML.
for byte values of 128+ do not resolve correctly when parsed to XML.
2) Send only DIS spec (IEEE Std 1278.1-2012) streams and nothing else. No extra
2) Send only DIS spec (IEEE Std 1278.1-2012) streams and nothing else. No extra
data/padding allowed inside send/receive buffers. Examples of this convention
data/padding allowed inside send/receive buffers. Examples of this convention
are in the openDis7-java class:
are in the openDis7-java class:
edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface send and receive
edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface send and receive
threads. Using NIO vice data output streams (DOS) was found to be much more
threads. Using NIO vice data output streams (DOS) was found to be much more
efficient for marshal/unmarshalling DIS PDUs.
efficient for marshal
ling
/unmarshalling DIS PDUs.
3) Figuring out variable length arrays, particularly for the CommentPDU's
3) Figuring out variable length arrays, particularly for the CommentPDU's
VariableDatumRecords, was very challenging. Great help here:
VariableDatumRecords, was very challenging. Great help here:
https://public.dhe.ibm.com/software/htp/tpf/tpfug/tgf19/TPFUG_2019_WEBS_DFDL.pdf
https://public.dhe.ibm.com/software/htp/tpf/tpfug/tgf19/TPFUG_2019_WEBS_DFDL.pdf
4) TDML tests won't accept a schema with extension *.dfdl_xsd. Must be
4) TDML tests won't accept a schema with extension *.dfdl_xsd. Must be
*.dfdl.xsd
*.dfdl.xsd
5) TODO: proper choice branching for PDUTypes remains unresolved.
5) TODO: proper choice branching for PDUTypes remains unresolved.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment