Skip to content
Snippets Groups Projects
Commit 5f845fc6 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] typo

parent c5b0c0dc
No related branches found
No related tags found
No related merge requests found
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 marshalling/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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment