From 5f845fc6472515c047fa477cb0a12f885fe187bd Mon Sep 17 00:00:00 2001 From: git <tdnorbra@nps.edu> Date: Wed, 25 Sep 2024 09:51:19 -0700 Subject: [PATCH] [Terry N.] typo --- DFDL/dataFormats/rst/doc/ReadMe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DFDL/dataFormats/rst/doc/ReadMe b/DFDL/dataFormats/rst/doc/ReadMe index c6eb583..b232cb7 100644 --- a/DFDL/dataFormats/rst/doc/ReadMe +++ b/DFDL/dataFormats/rst/doc/ReadMe @@ -1,20 +1,20 @@ 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. -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 - are in the openDis7-java class: +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 + are in the openDis7-java class: edu.nps.moves.dis7.utilities.DisThreadedNetworkInterface send and receive - threads. Using NIO vice data output streams (DOS) was found to be much more - efficient for marshal/unmarshalling DIS PDUs. + threads. Using NIO vice data output streams (DOS) was found to be much more + efficient for marshalling/unmarshalling DIS PDUs. 3) Figuring out variable length arrays, particularly for the CommentPDU's VariableDatumRecords, was very challenging. Great help here: 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 5) TODO: proper choice branching for PDUTypes remains unresolved. -- GitLab