diff --git a/src-generated/edu/nps/moves/dis7/entities/EntityTypeFactory.java b/src-generated/edu/nps/moves/dis7/entities/EntityTypeFactory.java index f91db06e710f5816032304991ff8dc8955ae821b..b257fe73c61034b0aba3f5b7fe7bda354d24a64e 100644 --- a/src-generated/edu/nps/moves/dis7/entities/EntityTypeFactory.java +++ b/src-generated/edu/nps/moves/dis7/entities/EntityTypeFactory.java @@ -41,9 +41,12 @@ public class EntityTypeFactory Constructor<EntityType> constr = (Constructor<EntityType>) cls.getConstructors()[0]; return constr.newInstance(); } - catch(ClassNotFoundException | InstantiationException | IllegalAccessException | InvocationTargetException ex) { - System.err.println(name+"(uid "+uid+") could not be instantiated. Check for proper entity jar(s) on classpath."); - return null; + catch(ClassNotFoundException | InstantiationException | IllegalAccessException | InvocationTargetException ex) + { + System.out.flush(); // ensure contiguous console outputs + System.err.println(name+"(uid "+uid+") could not be instantiated. Check for proper entity jar(s) on classpath."); + System.err.flush(); // ensure contiguous console outputs + return null; } } } diff --git a/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java index 48fba414ef4db4d59fa46225bf84a41bb7cad3c6..5f2e4849289120fbbb9b112ac696e5f779c0e037 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/APAParameterIndexAPAStatus.java @@ -65,12 +65,14 @@ public enum APAParameterIndexAPAStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration APAParameterIndexAPAStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum APAParameterIndexAPAStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum APAParameterIndexAPAStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum APAParameterIndexAPAStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum APAParameterIndexAPAStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java index 5475072c48d670418d97790ed29b425c9c1cefa7..01e7885f471e89b7633f877139debf7f530a9c9d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeAcknowledgeFlag.java @@ -67,12 +67,14 @@ public enum AcknowledgeAcknowledgeFlag if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AcknowledgeAcknowledgeFlag"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum AcknowledgeAcknowledgeFlag } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -89,7 +91,7 @@ public enum AcknowledgeAcknowledgeFlag byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum AcknowledgeAcknowledgeFlag } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -110,7 +112,7 @@ public enum AcknowledgeAcknowledgeFlag /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java index 8dbf9399b2e2ab10cb53260ebf4a354d48abf95d..f3462dd281dce1209dea774ec6b0e512dc881378 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AcknowledgeResponseFlag.java @@ -65,12 +65,14 @@ public enum AcknowledgeResponseFlag if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AcknowledgeResponseFlag"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AcknowledgeResponseFlag } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum AcknowledgeResponseFlag byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum AcknowledgeResponseFlag } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum AcknowledgeResponseFlag /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java b/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java index f6c809c368e317d68990f30098b0e4368bf2d406..ac01b94a0f222b2e844b0ec72100ded25870df48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ActionRequestActionID.java @@ -161,12 +161,14 @@ public enum ActionRequestActionID if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ActionRequestActionID"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -175,7 +177,7 @@ public enum ActionRequestActionID } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -183,7 +185,7 @@ public enum ActionRequestActionID } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -193,7 +195,7 @@ public enum ActionRequestActionID } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static ActionRequestActionID unmarshalEnum (ByteBuffer byteBuffer) @@ -203,7 +205,7 @@ public enum ActionRequestActionID /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java index ec1a78eed8ab350eba2a4eca48704f8cb282c9f0..39ef178cd95c88ed6473c5f2aaf63b947ad09d31 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ActionResponseRequestStatus.java @@ -85,12 +85,14 @@ public enum ActionResponseRequestStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ActionResponseRequestStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -99,7 +101,7 @@ public enum ActionResponseRequestStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -107,7 +109,7 @@ public enum ActionResponseRequestStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum ActionResponseRequestStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static ActionResponseRequestStatus unmarshalEnum (ByteBuffer byteBuffer) @@ -127,7 +129,7 @@ public enum ActionResponseRequestStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java index fd0a36dd6f42b87f7c47f071ae1f6f566e42aa70..a86a191f17db6358a66c0adc8ef682fc54da24fe 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddSpecificDimensionEnumerationsforSubsurfaceAreaSize.java @@ -71,12 +71,14 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AddSpecificDimensionEnumerationsforSubsurfaceAreaSize"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum AddSpecificDimensionEnumerationsforSubsurfaceAreaSize /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java index 614c9e879dc54d5a4c6491700224286e9a740771..b54955c991c86fc0ec4a48021f0018422a750bfc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforAirCategory201Insect.java @@ -63,12 +63,14 @@ public enum AddVariantsforAirCategory201Insect if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AddVariantsforAirCategory201Insect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AddVariantsforAirCategory201Insect } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AddVariantsforAirCategory201Insect } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AddVariantsforAirCategory201Insect } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AddVariantsforAirCategory201Insect /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java index 1c02c94046e59d3a3deef9a49a5d5890c5b90df0..76e48f4d04c18b554e46fdb0fcf7067759eab6cb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforLandCategory200Mammal.java @@ -69,12 +69,14 @@ public enum AddVariantsforLandCategory200Mammal if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AddVariantsforLandCategory200Mammal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AddVariantsforLandCategory200Mammal } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum AddVariantsforLandCategory200Mammal } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum AddVariantsforLandCategory200Mammal } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum AddVariantsforLandCategory200Mammal /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java index 38440404033bc39a7796e4623d201ba7ec686e5c..941a8f3e1a9d70d993ee53c56bd60b039324cc7d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect.java @@ -73,12 +73,14 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum AddVariantsforSubsurfaceCategoriesFishMolluskCrustaceanandInsect /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java index 5f7639907a1cbf20a9d829e3e5ff572617b2d125..59ba6f4e8b47faf0b1ee1677236c328f6494fabd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateKind.java @@ -69,12 +69,14 @@ public enum AggregateStateAggregateKind if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AggregateStateAggregateKind"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AggregateStateAggregateKind } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum AggregateStateAggregateKind } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum AggregateStateAggregateKind } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum AggregateStateAggregateKind /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java index ead121f13ed6d78e0a3b8ddec6ed57f68a050dc0..4ae137b13e18f86aa69c9c540649514edcc71ed0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateAggregateState.java @@ -69,12 +69,14 @@ public enum AggregateStateAggregateState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AggregateStateAggregateState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AggregateStateAggregateState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum AggregateStateAggregateState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum AggregateStateAggregateState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum AggregateStateAggregateState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java index f577660a4881adfb3ec89b750fd6cea36777a34d..ab00046a8fad3fa51f1e36a9e5e1840191b61512 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateFormation.java @@ -69,12 +69,14 @@ public enum AggregateStateFormation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AggregateStateFormation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AggregateStateFormation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -91,7 +93,7 @@ public enum AggregateStateFormation } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AggregateStateFormation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static AggregateStateFormation unmarshalEnum (ByteBuffer byteBuffer) @@ -111,7 +113,7 @@ public enum AggregateStateFormation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java index 0ed9ca7c5e8d1b337d21d0922eb0e2e3bbca06a3..6f1d7270bbfb6dca9be9e3fd081e801fab4b9dee 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSpecific.java @@ -61,12 +61,14 @@ public enum AggregateStateSpecific if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AggregateStateSpecific"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AggregateStateSpecific } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AggregateStateSpecific } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AggregateStateSpecific } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AggregateStateSpecific /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java index 33016080e1bb35b4777ced59a2a657ad307d8367..8ada89cb91ae1327abc72b2531b2b7c757b94373 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AggregateStateSubcategory.java @@ -103,12 +103,14 @@ public enum AggregateStateSubcategory implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AggregateStateSubcategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -117,7 +119,7 @@ public enum AggregateStateSubcategory implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -126,7 +128,7 @@ public enum AggregateStateSubcategory implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -143,7 +145,7 @@ public enum AggregateStateSubcategory implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -162,7 +164,7 @@ public enum AggregateStateSubcategory implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java index a089aa527694d6ac82b36841b35bd889cdacd4b1..b4955623990fbe753b023bb972d316cca971374f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftAddressSource.java @@ -61,12 +61,14 @@ public enum AircraftAddressSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AircraftAddressSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AircraftAddressSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AircraftAddressSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AircraftAddressSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AircraftAddressSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java index 5e728a3349b905d3fcefa40c3322aece29a6455d..168970111673ac17edd4d5b7206f97c6fe13d761 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftIdentificationType.java @@ -63,12 +63,14 @@ public enum AircraftIdentificationType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AircraftIdentificationType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AircraftIdentificationType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AircraftIdentificationType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AircraftIdentificationType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AircraftIdentificationType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java index 4bddf165a1a8abd880d87d7d45058a0d2a03cbae..78478fde201e7edd11e57c42f8944b65ad56aaf5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftPresentDomain.java @@ -63,12 +63,14 @@ public enum AircraftPresentDomain if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AircraftPresentDomain"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AircraftPresentDomain } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AircraftPresentDomain } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AircraftPresentDomain } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AircraftPresentDomain /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java b/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java index ca36ca3e9a5fd6ca612d2ae9406fd7fe7bf5e837..dd6ba3fba18df6ca7b59481b918fc3e062c7f00a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AircraftTypeWake.java @@ -59,12 +59,14 @@ public enum AircraftTypeWake if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AircraftTypeWake"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum AircraftTypeWake } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum AircraftTypeWake } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum AircraftTypeWake } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum AircraftTypeWake /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java b/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java index a4b5757927f829d9ba999c2db0d9c4b1564dbcf0..eee78eb073ddfd36045420b9dd89413f96b80d5b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AnimalLifeformGroupSizeRangeEnumerationforallDomains.java @@ -87,12 +87,14 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AnimalLifeformGroupSizeRangeEnumerationforallDomains"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -110,7 +112,7 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum AnimalLifeformGroupSizeRangeEnumerationforallDomains /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java b/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java index 39e2a82c3113c8e80a0e3c505ffd16aeaa31cb8b..2ec3d1f3a66fdbb361d69a7451b0f4f2efcd017a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AntennaSelection.java @@ -65,12 +65,14 @@ public enum AntennaSelection if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AntennaSelection"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AntennaSelection } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AntennaSelection } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AntennaSelection } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AntennaSelection /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java index 9cc8e5bca63d21272ed03fe29d828e337fe80b5c..5d8645e4fd1512b780debb3ee99a111bdad37d58 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AntennaStatus.java @@ -63,12 +63,14 @@ public enum AntennaStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AntennaStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AntennaStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AntennaStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AntennaStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AntennaStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java index 78bc31d49c459ee16087c524e4f44b8f0582cc53..159a56812cd01fabe19a6bac8e102bb616ffa2ff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceAntiCollisionDayNight.java @@ -61,12 +61,14 @@ public enum AppearanceAntiCollisionDayNight if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceAntiCollisionDayNight"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceAntiCollisionDayNight } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceAntiCollisionDayNight } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceAntiCollisionDayNight } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceAntiCollisionDayNight /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java index 3510ccf9dcf52a6b5557274c79ead7010b37fa1d..b02a3f204dc6936396341bf2af7f9e73db1bc0a3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCamouflageType.java @@ -65,12 +65,14 @@ public enum AppearanceCamouflageType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceCamouflageType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceCamouflageType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceCamouflageType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceCamouflageType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceCamouflageType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java index f0c54211b4ec0794dc8b15d349ebd350b7a23ee3..8423b98a8559b9ec48a64787ceac061a573633de 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceCanopy.java @@ -71,12 +71,14 @@ public enum AppearanceCanopy if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceCanopy"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum AppearanceCanopy } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum AppearanceCanopy } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum AppearanceCanopy } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum AppearanceCanopy /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java index ef61edae58d13e743d2812db874e59b7f89446f5..8a3a245113ed8ea658acde80c8992eb1104c5d8a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedMovement.java @@ -61,12 +61,14 @@ public enum AppearanceConcealedMovement if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceConcealedMovement"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceConcealedMovement } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceConcealedMovement } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceConcealedMovement } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceConcealedMovement /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java index 317dca8d799686a1661f70e707025080e4560d2d..6ccbf48041943244663b125b92a4eaa398a37c62 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceConcealedPosition.java @@ -61,12 +61,14 @@ public enum AppearanceConcealedPosition if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceConcealedPosition"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceConcealedPosition } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceConcealedPosition } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceConcealedPosition } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceConcealedPosition /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java index 528b5b21ed1ae49ecb3918441c54b43dc6e361a5..bbe03d308f2f65be5fb722ab351ad7acc5c790ad 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceDamage.java @@ -65,12 +65,14 @@ public enum AppearanceDamage if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceDamage"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceDamage } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceDamage } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceDamage } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceDamage /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java index 35d9ca79e5893082eb469efddb0b7a0fe18df3e6..f8e5365d9318f20258da33df23b02bf5ba834adc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEntityorObjectState.java @@ -61,12 +61,14 @@ public enum AppearanceEntityorObjectState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceEntityorObjectState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceEntityorObjectState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceEntityorObjectState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceEntityorObjectState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceEntityorObjectState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java index d781d375e928d79cbab0e631b43119c66d02400c..e3402e3d03720ffd67dd98750f90105222df6c18 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceEnvironmentalDensity.java @@ -67,12 +67,14 @@ public enum AppearanceEnvironmentalDensity if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceEnvironmentalDensity"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum AppearanceEnvironmentalDensity } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum AppearanceEnvironmentalDensity } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum AppearanceEnvironmentalDensity } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum AppearanceEnvironmentalDensity /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java index 9b91c98d31e79287f71452e7dbcab73f0562519b..ad61ba7099c2f8ec059cf19219b067309b00e2e2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceHatch.java @@ -69,12 +69,14 @@ public enum AppearanceHatch if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceHatch"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AppearanceHatch } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum AppearanceHatch } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum AppearanceHatch } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum AppearanceHatch /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java index 4eaeb42b425dc88e01a76a67469ca8e65ffc025f..7fb1427e5a0eeff1eb0168886413fb608b58a0e4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLauncherOperational.java @@ -61,12 +61,14 @@ public enum AppearanceLauncherOperational if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLauncherOperational"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceLauncherOperational } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceLauncherOperational } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceLauncherOperational } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceLauncherOperational /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java index ddf3d803a28f354c1b0011c73fb877b55d478c1b..e2ab88377e6510ef22d55aba79bc594e5ca1bce3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormComplianceStatus.java @@ -89,12 +89,14 @@ public enum AppearanceLifeFormComplianceStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLifeFormComplianceStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -103,7 +105,7 @@ public enum AppearanceLifeFormComplianceStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -112,7 +114,7 @@ public enum AppearanceLifeFormComplianceStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -129,7 +131,7 @@ public enum AppearanceLifeFormComplianceStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -148,7 +150,7 @@ public enum AppearanceLifeFormComplianceStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java index 803d387621c6ff316951158e33730ce2b7df18a5..1520cecd987f85913bace34ae1665dd6868d0ec3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormPosture.java @@ -89,12 +89,14 @@ public enum AppearanceLifeFormPosture if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLifeFormPosture"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -103,7 +105,7 @@ public enum AppearanceLifeFormPosture } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -112,7 +114,7 @@ public enum AppearanceLifeFormPosture } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -129,7 +131,7 @@ public enum AppearanceLifeFormPosture } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -148,7 +150,7 @@ public enum AppearanceLifeFormPosture /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java index db27a51fd137d713bb1bc4f540ffd03e85b7b260..6d33845d0540cb95a4402d2804197dcccd5ddcbe 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeFormWeaponImplement.java @@ -65,12 +65,14 @@ public enum AppearanceLifeFormWeaponImplement if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLifeFormWeaponImplement"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceLifeFormWeaponImplement } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceLifeFormWeaponImplement } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceLifeFormWeaponImplement } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceLifeFormWeaponImplement /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java index d987cb78f23966ddea0b2807725ee7454b13da63..714cb7387ecf7ab04dc01fc55f84b9ae57861bf1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLifeformHealth.java @@ -65,12 +65,14 @@ public enum AppearanceLifeformHealth if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLifeformHealth"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceLifeformHealth } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceLifeformHealth } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceLifeformHealth } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceLifeformHealth /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java index a8808afa272b89b4714118ce0699093a3d32f5f0..d3d49c96c47193bb78ce547793700996574fe231 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectLaneMarkerVisible.java @@ -63,12 +63,14 @@ public enum AppearanceLinearObjectLaneMarkerVisible if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLinearObjectLaneMarkerVisible"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AppearanceLinearObjectLaneMarkerVisible } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AppearanceLinearObjectLaneMarkerVisible } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AppearanceLinearObjectLaneMarkerVisible } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AppearanceLinearObjectLaneMarkerVisible /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java index bd3e05ca23f6584de26b842a74aa2fee19fb6373..237cd3a17c42f89453658b22b70ca8b90b8fb5a2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceLinearObjectTankDitchBreach.java @@ -65,12 +65,14 @@ public enum AppearanceLinearObjectTankDitchBreach if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceLinearObjectTankDitchBreach"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceLinearObjectTankDitchBreach } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceLinearObjectTankDitchBreach } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceLinearObjectTankDitchBreach } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceLinearObjectTankDitchBreach /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java index 858989ea0d91cd64cc1cecec0f2c8f8157a31e1f..f5d6f093355c18f9e1f87cf467a9d93d8e9cb8d8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNVGMode.java @@ -61,12 +61,14 @@ public enum AppearanceNVGMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceNVGMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceNVGMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceNVGMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceNVGMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceNVGMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java index dc2b9ef73c46724734d3a42e65ad72140a4f6cf6..48c0447dd16261436c2b695b52f3f3664c60695d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceNavigationPositionBrightness.java @@ -61,12 +61,14 @@ public enum AppearanceNavigationPositionBrightness if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceNavigationPositionBrightness"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceNavigationPositionBrightness } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceNavigationPositionBrightness } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceNavigationPositionBrightness } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceNavigationPositionBrightness /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java index 65e43f4336f4063e4c691d6b951aa24576558c80..dc03ea300e43afaee06b6a15070a9d6c2930163b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralDamage.java @@ -63,12 +63,14 @@ public enum AppearanceObjectGeneralDamage if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceObjectGeneralDamage"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AppearanceObjectGeneralDamage } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AppearanceObjectGeneralDamage } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AppearanceObjectGeneralDamage } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AppearanceObjectGeneralDamage /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java index 1668dc8437bd9cca3991c76ea8dcd4bf61421631..7e8e820811c5b4d76e6a64a6334bbdc1e66942f9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralIEDPresent.java @@ -65,12 +65,14 @@ public enum AppearanceObjectGeneralIEDPresent if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceObjectGeneralIEDPresent"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceObjectGeneralIEDPresent } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceObjectGeneralIEDPresent } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceObjectGeneralIEDPresent } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceObjectGeneralIEDPresent /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java index c9e91e323df7f52aaf2ee1989f1db60f2133cda5..677484c6a5f0acc560d518b038869dce18d11c0c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectGeneralPredistributed.java @@ -61,12 +61,14 @@ public enum AppearanceObjectGeneralPredistributed if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceObjectGeneralPredistributed"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearanceObjectGeneralPredistributed } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearanceObjectGeneralPredistributed } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearanceObjectGeneralPredistributed } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearanceObjectGeneralPredistributed /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java index 175f08e2d84e0c19b389140e79e6308c5986b34d..1b1680b8c9891765c952ae43ad8b474060c6ec48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificBreachState.java @@ -63,12 +63,14 @@ public enum AppearanceObjectSpecificBreachState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceObjectSpecificBreachState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AppearanceObjectSpecificBreachState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AppearanceObjectSpecificBreachState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AppearanceObjectSpecificBreachState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AppearanceObjectSpecificBreachState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java index 6923b67e07b9c5732488e99552e4f9164b5affd9..36049313e879052a207cbc8ba44383810cb40384 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceObjectSpecificChemicalType.java @@ -65,12 +65,14 @@ public enum AppearanceObjectSpecificChemicalType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceObjectSpecificChemicalType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceObjectSpecificChemicalType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceObjectSpecificChemicalType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceObjectSpecificChemicalType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceObjectSpecificChemicalType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java index 30f10722b2f47b0e3c9f90fa94634d71b7b679b9..2273dec5f2692da5bdb6fb93c972d09bb8d05df6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearancePaintScheme.java @@ -61,12 +61,14 @@ public enum AppearancePaintScheme if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearancePaintScheme"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AppearancePaintScheme } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AppearancePaintScheme } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AppearancePaintScheme } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AppearancePaintScheme /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java index 9e04e94660e5a741b305632ab7389ba650e927c9..c6197358c6348f8c010210a4f5a2993d4702b8c8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSubsurfaceHatch.java @@ -63,12 +63,14 @@ public enum AppearanceSubsurfaceHatch if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceSubsurfaceHatch"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum AppearanceSubsurfaceHatch } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum AppearanceSubsurfaceHatch } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum AppearanceSubsurfaceHatch } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum AppearanceSubsurfaceHatch /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java index bdca032b6ea6b8c4fbf0caf2c90f4f53cfb10443..d59f2274567a034f4d78abafdb601653cec344a7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceSupplyDeployed.java @@ -65,12 +65,14 @@ public enum AppearanceSupplyDeployed if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceSupplyDeployed"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceSupplyDeployed } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceSupplyDeployed } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceSupplyDeployed } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceSupplyDeployed /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java index a416868231e9046d4b0c4ecaec94e2aae50e5110..4a61324dc5cd110b905a5a1139001648b4e7ed2d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AppearanceTrailingEffects.java @@ -65,12 +65,14 @@ public enum AppearanceTrailingEffects if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AppearanceTrailingEffects"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum AppearanceTrailingEffects } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum AppearanceTrailingEffects } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum AppearanceTrailingEffects } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum AppearanceTrailingEffects /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java index ca629ebd0bd60d3922b312353a4c26ffea16548d..7db88ec0803714a01d4908f57b2b157e4c002b95 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeClass.java @@ -547,12 +547,14 @@ public enum ArticulatedPartsTypeClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ArticulatedPartsTypeClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -561,7 +563,7 @@ public enum ArticulatedPartsTypeClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -569,7 +571,7 @@ public enum ArticulatedPartsTypeClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -579,7 +581,7 @@ public enum ArticulatedPartsTypeClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static ArticulatedPartsTypeClass unmarshalEnum (ByteBuffer byteBuffer) @@ -589,7 +591,7 @@ public enum ArticulatedPartsTypeClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java index cea338aa86e89ddf7aa440f158b89f54959e5aeb..ca6709760b19116eeecb505ddc9ef535f4b4f8e3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ArticulatedPartsTypeMetric.java @@ -91,12 +91,14 @@ public enum ArticulatedPartsTypeMetric if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ArticulatedPartsTypeMetric"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -105,7 +107,7 @@ public enum ArticulatedPartsTypeMetric } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -114,7 +116,7 @@ public enum ArticulatedPartsTypeMetric } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -131,7 +133,7 @@ public enum ArticulatedPartsTypeMetric } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -150,7 +152,7 @@ public enum ArticulatedPartsTypeMetric /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java index 2bffd8587fabb02520d178f22847316e9f2b252b..c75a742b7a253bba388607fc9952070000bb2c70 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AttachedPartDetachedIndicator.java @@ -61,12 +61,14 @@ public enum AttachedPartDetachedIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AttachedPartDetachedIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum AttachedPartDetachedIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum AttachedPartDetachedIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum AttachedPartDetachedIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum AttachedPartDetachedIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java b/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java index 4e52092ce011d829186e3c527150b13c82b0c3a2..816e89056fc14a4807f414dbac017b772143905a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AttachedParts.java @@ -79,12 +79,14 @@ public enum AttachedParts if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AttachedParts"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -93,7 +95,7 @@ public enum AttachedParts } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -101,7 +103,7 @@ public enum AttachedParts } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum AttachedParts } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static AttachedParts unmarshalEnum (ByteBuffer byteBuffer) @@ -121,7 +123,7 @@ public enum AttachedParts /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java b/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java index cc43127081fe37c3f67725fc82ac05bc6de26980..ac6a17cdc138ee27d6b7afe8b3353c5d0564732e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/AustralianCategoryOverlay.java @@ -69,12 +69,14 @@ public enum AustralianCategoryOverlay if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration AustralianCategoryOverlay"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum AustralianCategoryOverlay } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum AustralianCategoryOverlay } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum AustralianCategoryOverlay } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum AustralianCategoryOverlay /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java b/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java index 6de96e49c5f5b8548086b6e424fc282f4d74b75a..c79935121746f0c0430d2ee66d379680c8cb4db1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/BeamStatusBeamState.java @@ -61,12 +61,14 @@ public enum BeamStatusBeamState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration BeamStatusBeamState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum BeamStatusBeamState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum BeamStatusBeamState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum BeamStatusBeamState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum BeamStatusBeamState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java index 57621f09ad34c84fe8ba840c6da25afe36aea02b..92f575f204a1e472aef56731bcf486b3fb41663b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/BuildingPaintScheme.java @@ -59,12 +59,14 @@ public enum BuildingPaintScheme if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration BuildingPaintScheme"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum BuildingPaintScheme } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum BuildingPaintScheme } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum BuildingPaintScheme } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum BuildingPaintScheme /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java index 264439039e3060e82384c3b6d2451ee40391f6ba..bc3ae66a215c010ab976a95c42d314b8fee4525a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSClearChannel.java @@ -61,12 +61,14 @@ public enum CCTTSINCGARSClearChannel if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CCTTSINCGARSClearChannel"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum CCTTSINCGARSClearChannel } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum CCTTSINCGARSClearChannel } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum CCTTSINCGARSClearChannel } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum CCTTSINCGARSClearChannel /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java index 9a7d4f7aba5ee26f3319566e2eae4d31ec786751..2339b93c4d965f2319bd28f5ee211a309e7584e8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CCTTSINCGARSStartofMessage.java @@ -61,12 +61,14 @@ public enum CCTTSINCGARSStartofMessage if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CCTTSINCGARSStartofMessage"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum CCTTSINCGARSStartofMessage } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum CCTTSINCGARSStartofMessage } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum CCTTSINCGARSStartofMessage } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum CCTTSINCGARSStartofMessage /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java b/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java index e4aa9855149bd547edf7ba62ffbf23d37b68dd6f..315404d5a27fd978c407acfbb555311f58ec512c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CIGIExtensionPacketID.java @@ -63,12 +63,14 @@ public enum CIGIExtensionPacketID if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CIGIExtensionPacketID"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum CIGIExtensionPacketID } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum CIGIExtensionPacketID byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum CIGIExtensionPacketID } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum CIGIExtensionPacketID /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java b/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java index 07538fa06256533d81a562f94b3168050beb5acf..b8d414327c35424167b16419818343a331b8d96f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CapabilityReport.java @@ -75,12 +75,14 @@ public enum CapabilityReport if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CapabilityReport"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum CapabilityReport } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum CapabilityReport } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum CapabilityReport } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum CapabilityReport /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java b/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java index 5fc9b55d7e6e618f7af460718fc270cabf9d0d3b..c22761c6d874834166ce2ed0dad6a33172aa290a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms.java @@ -59,12 +59,14 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum Class10SupplyCategoryMaterialtoSupportNonMilitaryPrograms implements /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java b/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java index 2a4670363438d43d0ed0c5deff1e3f4336f9c28b..dc6b449d281fce1dbecb97948f766b39644fc339 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class11SupplyCategorySuppliesNonDoctrinal.java @@ -67,12 +67,14 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class11SupplyCategorySuppliesNonDoctrinal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum Class11SupplyCategorySuppliesNonDoctrinal implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java b/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java index 5f04752c4b5c6435151227ad074cffb9d7554c94..e3c816b44414eea8f096a004781f4aedc8e24c29 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class12SupplyCategorySlingLoadsNonDoctrinal.java @@ -81,12 +81,14 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class12SupplyCategorySlingLoadsNonDoctrinal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -95,7 +97,7 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -104,7 +106,7 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -121,7 +123,7 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -140,7 +142,7 @@ public enum Class12SupplyCategorySlingLoadsNonDoctrinal implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java b/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java index b88ad927345b47e5549076bc5fb04183dbc180ae..83d80be09d60a65fae627f80fd0cc2a6ad778848 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class1SupplyCategorySubsistence.java @@ -69,12 +69,14 @@ public enum Class1SupplyCategorySubsistence implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class1SupplyCategorySubsistence"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum Class1SupplyCategorySubsistence implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum Class1SupplyCategorySubsistence implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum Class1SupplyCategorySubsistence implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum Class1SupplyCategorySubsistence implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java b/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java index d39cfe36e17d02c00e8e0d0c10ba03593bf979ad..2a18d44f30296d6d8590c49cda6d3db201292f7c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies.java @@ -73,12 +73,14 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum Class2SupplyCategoryClothingIndividualEquipmentToolsAdminSupplies im /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java b/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java index 53bcf5a52c6c46ea4becd8b7e1c9efb2a3c62c2e..cee2de8a0698266b3c0e6000ee62a8b3267522e9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class3SupplyCategoryPetroleumOilsLubricants.java @@ -65,12 +65,14 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class3SupplyCategoryPetroleumOilsLubricants"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Class3SupplyCategoryPetroleumOilsLubricants implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java b/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java index 75270d3e8bd63eeadfca377538de7570cf642ca1..3d94e71e13a19cdd87e3299468bd4e9f2cc57c6d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class4SupplyCategoryConstructionMaterials.java @@ -63,12 +63,14 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class4SupplyCategoryConstructionMaterials"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Class4SupplyCategoryConstructionMaterials implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java b/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java index 6c77d0caa61a967cf5a8b5c0a12aceb2d26ec5ad..fe85dd6698f4fe5520159164c378ea739f5f24d8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class6SupplyCategoryPersonnelDemandItems.java @@ -59,12 +59,14 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class6SupplyCategoryPersonnelDemandItems"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum Class6SupplyCategoryPersonnelDemandItems implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java b/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java index 0fa1f0359dc4b9fc8a345983cb8f9dfa5cfba29f..fd52003d01f8fcaf8fa8cd8e68798f68030f3293 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class7SupplyCategoryMajorItems.java @@ -103,12 +103,14 @@ public enum Class7SupplyCategoryMajorItems implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class7SupplyCategoryMajorItems"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -117,7 +119,7 @@ public enum Class7SupplyCategoryMajorItems implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -126,7 +128,7 @@ public enum Class7SupplyCategoryMajorItems implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -143,7 +145,7 @@ public enum Class7SupplyCategoryMajorItems implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -162,7 +164,7 @@ public enum Class7SupplyCategoryMajorItems implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java b/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java index c8f5c16ebd1109aa63f5cc52dc05707e30dcd0cf..955e22c4687cf35e57bdf50016082af53db3c86e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class8SupplyCategoryMedicalMaterial.java @@ -63,12 +63,14 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class8SupplyCategoryMedicalMaterial"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Class8SupplyCategoryMedicalMaterial implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java b/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java index ba712b55264d9a00e04b408e5b79fb100ea08e7d..75c8ec48f4dd0e4154256a5cebaec54460ba54ef 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Class9SupplyCategoryRepairPartsandComponents.java @@ -77,12 +77,14 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Class9SupplyCategoryRepairPartsandComponents"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum Class9SupplyCategoryRepairPartsandComponents implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java b/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java index f22cd767124f5e9d8a972757b230246042edf182..c8b425a220f7f121ff4ac0e0adea64d5d5d98e89 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CollisionType.java @@ -63,12 +63,14 @@ public enum CollisionType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CollisionType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum CollisionType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum CollisionType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum CollisionType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum CollisionType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Color.java b/src-generated/edu/nps/moves/dis7/enumerations/Color.java index 4606d046e79262fae860a45335996efb4c669555..f9f9d501facfd0cff31b40612a03264a1b535643 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Color.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Color.java @@ -379,12 +379,14 @@ public enum Color if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Color"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -393,7 +395,7 @@ public enum Color } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -402,7 +404,7 @@ public enum Color } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -419,7 +421,7 @@ public enum Color } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -438,7 +440,7 @@ public enum Color /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java index a5e3cc0f26da864033661c9d4511a98ffaf32bd8..ff10bca1f6ea291923607de1a7c074f5fa6ac039 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSmoke.java @@ -65,12 +65,14 @@ public enum ComponentVisualDamageStatusSmoke if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ComponentVisualDamageStatusSmoke"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum ComponentVisualDamageStatusSmoke } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum ComponentVisualDamageStatusSmoke } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum ComponentVisualDamageStatusSmoke } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum ComponentVisualDamageStatusSmoke /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java index 6739b4dfec2ee9d8ab70df128fef4a874d7a6e8f..c5f3884b524097a166670fce9984c89b48526100 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ComponentVisualDamageStatusSurfaceDamage.java @@ -65,12 +65,14 @@ public enum ComponentVisualDamageStatusSurfaceDamage if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ComponentVisualDamageStatusSurfaceDamage"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum ComponentVisualDamageStatusSurfaceDamage } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum ComponentVisualDamageStatusSurfaceDamage } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum ComponentVisualDamageStatusSurfaceDamage } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum ComponentVisualDamageStatusSurfaceDamage /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Country.java b/src-generated/edu/nps/moves/dis7/enumerations/Country.java index f5d402ebc661066c240771045d641573468457b7..7e32400ed7ba0086b0d19556847f6410ccc8f8ec 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Country.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Country.java @@ -615,12 +615,14 @@ public enum Country if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Country"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -629,7 +631,7 @@ public enum Country } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -637,7 +639,7 @@ public enum Country byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -647,7 +649,7 @@ public enum Country } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -658,7 +660,7 @@ public enum Country /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java index 5e91ee62d74736ea14f05c5eca24c5d7c184347d..6570f9ee979d448535cae95e27bdfdf67e925d48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CoverShroudStatus.java @@ -65,12 +65,14 @@ public enum CoverShroudStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CoverShroudStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum CoverShroudStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum CoverShroudStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum CoverShroudStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum CoverShroudStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java b/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java index bb3b045deab1b177a218cd760def3fc1a511658e..c221d8185e1625f5d4d5a4d75ab19291f8c92f09 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/CryptoKeyIDCryptoMode.java @@ -61,12 +61,14 @@ public enum CryptoKeyIDCryptoMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration CryptoKeyIDCryptoMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum CryptoKeyIDCryptoMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum CryptoKeyIDCryptoMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum CryptoKeyIDCryptoMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum CryptoKeyIDCryptoMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java index 712e62ad81a08978bc606e38a22a53b186a29170..b3912b03a6f5176070df5786f0ae5a36956d1999 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentDamageStatus.java @@ -67,12 +67,14 @@ public enum DEDamageDescriptionComponentDamageStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DEDamageDescriptionComponentDamageStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum DEDamageDescriptionComponentDamageStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum DEDamageDescriptionComponentDamageStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum DEDamageDescriptionComponentDamageStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum DEDamageDescriptionComponentDamageStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java index cdeca2ac3abfe74391e9442be3c5366f915c6cbf..8b9df6cf6ef769a62bad56c1ad4ef237de6d0778 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEDamageDescriptionComponentVisualSmokeColor.java @@ -65,12 +65,14 @@ public enum DEDamageDescriptionComponentVisualSmokeColor if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DEDamageDescriptionComponentVisualSmokeColor"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum DEDamageDescriptionComponentVisualSmokeColor } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum DEDamageDescriptionComponentVisualSmokeColor } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum DEDamageDescriptionComponentVisualSmokeColor } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum DEDamageDescriptionComponentVisualSmokeColor /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java index 8c34dc03e95987f16d05492cca9cabf67c523897..2e80b87cb47836ad677b4ee2135eaa5f210dd9d6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEFireFlagsStateUpdateFlag.java @@ -61,12 +61,14 @@ public enum DEFireFlagsStateUpdateFlag if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DEFireFlagsStateUpdateFlag"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DEFireFlagsStateUpdateFlag } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DEFireFlagsStateUpdateFlag } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DEFireFlagsStateUpdateFlag } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DEFireFlagsStateUpdateFlag /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java b/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java index 064da6e2e7d00da12b9a9c56372beb8ba7fc10fa..9c7deeeaa6501135aea93793eb1fd0fd2ed96809 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEFirePulseShape.java @@ -65,12 +65,14 @@ public enum DEFirePulseShape if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DEFirePulseShape"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum DEFirePulseShape } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum DEFirePulseShape } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum DEFirePulseShape } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum DEFirePulseShape /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java b/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java index 67b1ce88441fde164a97578f2189be6f254d767e..68ecc756eec1255f8cb240cd60449020c5aea5ce 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DEPrecisionAimpointBeamSpotType.java @@ -63,12 +63,14 @@ public enum DEPrecisionAimpointBeamSpotType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DEPrecisionAimpointBeamSpotType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DEPrecisionAimpointBeamSpotType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DEPrecisionAimpointBeamSpotType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DEPrecisionAimpointBeamSpotType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DEPrecisionAimpointBeamSpotType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java b/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java index 4a362fb88295913b0ee1ccb32dc82a0cff4dc623..488030eb7cd1bb2970aebb752e59718e5f3a3de7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISAttributeActionCode.java @@ -59,12 +59,14 @@ public enum DISAttributeActionCode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISAttributeActionCode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum DISAttributeActionCode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum DISAttributeActionCode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum DISAttributeActionCode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum DISAttributeActionCode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java index 3018836f46124082980422c2dc3e6bcff201cd33..50c6a0efd15a052110dcf6fcd8e5df604ac39b28 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISLiveEntitySubprotocolNumber.java @@ -59,12 +59,14 @@ public enum DISLiveEntitySubprotocolNumber if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISLiveEntitySubprotocolNumber"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum DISLiveEntitySubprotocolNumber } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum DISLiveEntitySubprotocolNumber } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum DISLiveEntitySubprotocolNumber } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum DISLiveEntitySubprotocolNumber /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java index a6489342d0a64975818ed699b194707ddb2d1bf4..498ff9aabc638d321ce4ef3feb46ed6ac43f396f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusActiveInterrogationIndicatorAII.java @@ -61,12 +61,14 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusActiveInterrogationIndicatorAII"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DISPDUStatusActiveInterrogationIndicatorAII /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java index 488b0e54330a3afa4f3c1efe91ad461900af9d05..f95c3dee5eba920282d1fd3e19df41cd137b26a1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusCoupledExtensionIndicatorCEI.java @@ -61,12 +61,14 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusCoupledExtensionIndicatorCEI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DISPDUStatusCoupledExtensionIndicatorCEI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java index 03b8b1078717969fe33bd2d9faf10b839b8c3bf8..a51eace5cd22a3c5062ce4bb2f3a2734a6222839 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusDetonationTypeIndicatorDTI.java @@ -63,12 +63,14 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusDetonationTypeIndicatorDTI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DISPDUStatusDetonationTypeIndicatorDTI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java index 9658cc45af102ee6a323695b3f225a91d8b2410d..2822c229d5963931fa77b873d8fdc1b8ed16592e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusFireTypeIndicatorFTI.java @@ -61,12 +61,14 @@ public enum DISPDUStatusFireTypeIndicatorFTI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusFireTypeIndicatorFTI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DISPDUStatusFireTypeIndicatorFTI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DISPDUStatusFireTypeIndicatorFTI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DISPDUStatusFireTypeIndicatorFTI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DISPDUStatusFireTypeIndicatorFTI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java index d5e57ba356df89293dd2308d94027c2748a5af3c..abe1d85faddffc8aff12e661490461aab0559a6a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIFFSimulationModeISM.java @@ -61,12 +61,14 @@ public enum DISPDUStatusIFFSimulationModeISM if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusIFFSimulationModeISM"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DISPDUStatusIFFSimulationModeISM } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DISPDUStatusIFFSimulationModeISM } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DISPDUStatusIFFSimulationModeISM } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DISPDUStatusIFFSimulationModeISM /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java index ae3cd1b1c0fc426662e070ecba3be4a9feb3a21a..33766f5214cc5f500777708507a865788affd139 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusIntercomAttachedIndicatorIAI.java @@ -63,12 +63,14 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusIntercomAttachedIndicatorIAI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DISPDUStatusIntercomAttachedIndicatorIAI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java index 676b5af7ecd2328f7a86d7f5b72b75acb9b2ab48..a89c6dd843589c5c1a289d74d083830f67906b71 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusLVCIndicatorLVC.java @@ -65,12 +65,14 @@ public enum DISPDUStatusLVCIndicatorLVC if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusLVCIndicatorLVC"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum DISPDUStatusLVCIndicatorLVC } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum DISPDUStatusLVCIndicatorLVC } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum DISPDUStatusLVCIndicatorLVC } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum DISPDUStatusLVCIndicatorLVC /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java index 7709c747260a4e8036a3d1c4903dc5ddc8e9a563..b6c58906a297eef49d46e89aec3349dd6c2d1f5c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusRadioAttachedIndicatorRAI.java @@ -63,12 +63,14 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusRadioAttachedIndicatorRAI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DISPDUStatusRadioAttachedIndicatorRAI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java index b44544982fbb3ed95cb8e356a323d9acb35b1748..dacb383bf0787d5614786a5c115a79d48545f224 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUStatusTransferredEntityIndicatorTEI.java @@ -61,12 +61,14 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUStatusTransferredEntityIndicatorTEI"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DISPDUStatusTransferredEntityIndicatorTEI /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java index 204fe150a1bff6c1ebe28096f2980038585e98e1..c79265914bc37388f09b0870f6b8832562aec52e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISPDUType.java @@ -203,12 +203,14 @@ public enum DISPDUType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISPDUType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -217,7 +219,7 @@ public enum DISPDUType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -226,7 +228,7 @@ public enum DISPDUType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -243,7 +245,7 @@ public enum DISPDUType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -262,7 +264,7 @@ public enum DISPDUType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java index bd76fc35d879a906291a8b0a550b7104c9edcfa9..f58f6c264100830be637e32067533ca369c273e4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolFamily.java @@ -85,12 +85,14 @@ public enum DISProtocolFamily if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISProtocolFamily"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -99,7 +101,7 @@ public enum DISProtocolFamily } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -108,7 +110,7 @@ public enum DISProtocolFamily } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -125,7 +127,7 @@ public enum DISProtocolFamily } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -144,7 +146,7 @@ public enum DISProtocolFamily /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java index c0a057809a3f5a9b96720738f260a7f86ddc37a5..a943177437a5e95b8c8cc02c04b15690638c0d4d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DISProtocolVersion.java @@ -73,12 +73,14 @@ public enum DISProtocolVersion if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DISProtocolVersion"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum DISProtocolVersion } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum DISProtocolVersion } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum DISProtocolVersion } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum DISProtocolVersion /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java b/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java index b7e06cd9d5563d78f4233bc893039d15f423f266..d715a22484212cb4c9b05d8755ce5345909e644a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DRParametersType.java @@ -63,12 +63,14 @@ public enum DRParametersType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DRParametersType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DRParametersType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DRParametersType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DRParametersType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DRParametersType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java index 7c60c81fb3980a7c4a5d9af9bc39a7cea1daf8cd..78ec243b6e65e6238e0e5307fb0c10747f3947d9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DataCategory.java @@ -63,12 +63,14 @@ public enum DataCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DataCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum DataCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum DataCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum DataCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum DataCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java b/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java index 78a94bf3742bb9fa4d36a1cc71a387562e351263..4e7194a3dc374d43e7276e2f33d276ad486d1459 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DeadReckoningAlgorithm.java @@ -77,12 +77,14 @@ public enum DeadReckoningAlgorithm if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DeadReckoningAlgorithm"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum DeadReckoningAlgorithm } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum DeadReckoningAlgorithm } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum DeadReckoningAlgorithm } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum DeadReckoningAlgorithm /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java index dd7eaea043b2545248b26f4140435ea69ad3b308..f7f891c5b8c23f391cec06fb07687c0852fc753e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DeltaMode5SAltitudePositiveNegativeIndicator.java @@ -61,12 +61,14 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DeltaMode5SAltitudePositiveNegativeIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum DeltaMode5SAltitudePositiveNegativeIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java index bd34ae1ec39664bb33fb52c93ad31e761280812e..e151fc30bce7c339b09486af993b183558485995 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorDesignatorCode.java @@ -61,12 +61,14 @@ public enum DesignatorDesignatorCode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DesignatorDesignatorCode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum DesignatorDesignatorCode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum DesignatorDesignatorCode byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum DesignatorDesignatorCode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum DesignatorDesignatorCode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java index 9a9678dbfb2c75e0782bee85b05a633fd2a2fb42..1abdeeb2c304acae9338f64eafedad7e91c9ff70 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DesignatorSystemName.java @@ -239,12 +239,14 @@ public enum DesignatorSystemName if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DesignatorSystemName"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -253,7 +255,7 @@ public enum DesignatorSystemName } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -261,7 +263,7 @@ public enum DesignatorSystemName byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -271,7 +273,7 @@ public enum DesignatorSystemName } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -282,7 +284,7 @@ public enum DesignatorSystemName /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java b/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java index 0c75f02cfd62bceca3c7fc04d97b29a2e69231b2..b61ccab78f6f3715b8edeb0a723f6e1d1d105f57 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/DetonationResult.java @@ -125,12 +125,14 @@ public enum DetonationResult if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration DetonationResult"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -139,7 +141,7 @@ public enum DetonationResult } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -148,7 +150,7 @@ public enum DetonationResult } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -165,7 +167,7 @@ public enum DetonationResult } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -184,7 +186,7 @@ public enum DetonationResult /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java index 39b477feb1cbde198dc62cc98c8b7cb5723faec8..3e0b26491ec7327a3102ce5f335c76407248da5b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EEAttributeStateIndicator.java @@ -63,12 +63,14 @@ public enum EEAttributeStateIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EEAttributeStateIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum EEAttributeStateIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum EEAttributeStateIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum EEAttributeStateIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum EEAttributeStateIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java index c9bc800049e7cfdb515e75770bcc09e562e72122..f27e7aaa8f3251de08ac090358c0b2af1401e310 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionBeamFunction.java @@ -105,12 +105,14 @@ public enum ElectromagneticEmissionBeamFunction if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ElectromagneticEmissionBeamFunction"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -119,7 +121,7 @@ public enum ElectromagneticEmissionBeamFunction } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -128,7 +130,7 @@ public enum ElectromagneticEmissionBeamFunction } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -145,7 +147,7 @@ public enum ElectromagneticEmissionBeamFunction } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -164,7 +166,7 @@ public enum ElectromagneticEmissionBeamFunction /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java index 98fec677a52618bc5b2660e6c87f3e784fc53ff2..ca68bac506d12ce2f5d354e5b82c117bcf37cab7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ElectromagneticEmissionStateUpdateIndicator.java @@ -61,12 +61,14 @@ public enum ElectromagneticEmissionStateUpdateIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ElectromagneticEmissionStateUpdateIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum ElectromagneticEmissionStateUpdateIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum ElectromagneticEmissionStateUpdateIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum ElectromagneticEmissionStateUpdateIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum ElectromagneticEmissionStateUpdateIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java b/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java index be1563a558bdc9821e9c2678a06a86d2e53f7cb7..46c46bd362caadf3e8d274ea37da5216c3816f69 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EmitterName.java @@ -4057,12 +4057,14 @@ public enum EmitterName if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EmitterName"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -4071,7 +4073,7 @@ public enum EmitterName } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -4079,7 +4081,7 @@ public enum EmitterName byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -4089,7 +4091,7 @@ public enum EmitterName } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -4100,7 +4102,7 @@ public enum EmitterName /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EmitterNameAdditional.java b/src-generated/edu/nps/moves/dis7/enumerations/EmitterNameAdditional.java index e477810a6a31c3a869937d5964f6567f45b33d01..b572a4b9a8a1ea0d45a847e05592607a88d014fa 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EmitterNameAdditional.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EmitterNameAdditional.java @@ -1051,12 +1051,14 @@ public enum EmitterNameAdditional if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EmitterNameAdditional"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -1065,7 +1067,7 @@ public enum EmitterNameAdditional } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -1073,7 +1075,7 @@ public enum EmitterNameAdditional byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -1083,7 +1085,7 @@ public enum EmitterNameAdditional } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -1094,7 +1096,7 @@ public enum EmitterNameAdditional /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java index e50b0fdade8a924c6d2235a981c4e923fd93ab36..643621ec4d7e80d3a16de4db3b26826290553287 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EmitterSystemFunction.java @@ -219,12 +219,14 @@ public enum EmitterSystemFunction if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EmitterSystemFunction"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -233,7 +235,7 @@ public enum EmitterSystemFunction } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -242,7 +244,7 @@ public enum EmitterSystemFunction } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -259,7 +261,7 @@ public enum EmitterSystemFunction } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -278,7 +280,7 @@ public enum EmitterSystemFunction /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java index 7cd2bfc6eee374a7524af051614843640a212b70..63b453ce5917646f520623684fe690970dd436ee 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationStatus.java @@ -71,12 +71,14 @@ public enum EntityAssociationAssociationStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityAssociationAssociationStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum EntityAssociationAssociationStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum EntityAssociationAssociationStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum EntityAssociationAssociationStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum EntityAssociationAssociationStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java index 9a2f028914ef33efb60b37e476f50cfdef265135..d69dba268a3da4e30582c782522c09ab716e0231 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationAssociationType.java @@ -87,12 +87,14 @@ public enum EntityAssociationAssociationType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityAssociationAssociationType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum EntityAssociationAssociationType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -110,7 +112,7 @@ public enum EntityAssociationAssociationType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum EntityAssociationAssociationType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum EntityAssociationAssociationType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java index 55aed40651d807598de611cf1adb631db93af209..36a3e3370fec21773e3a5afcfc9f437550f50465 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationGroupMemberType.java @@ -71,12 +71,14 @@ public enum EntityAssociationGroupMemberType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityAssociationGroupMemberType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum EntityAssociationGroupMemberType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum EntityAssociationGroupMemberType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum EntityAssociationGroupMemberType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum EntityAssociationGroupMemberType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java index 241c15f1561d13dec4cdba023d7838f05701446f..b15ef05345d74bd8064ba95ea6c28ef725fc37f1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalAssociationType.java @@ -113,12 +113,14 @@ public enum EntityAssociationPhysicalAssociationType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityAssociationPhysicalAssociationType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -127,7 +129,7 @@ public enum EntityAssociationPhysicalAssociationType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -136,7 +138,7 @@ public enum EntityAssociationPhysicalAssociationType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -153,7 +155,7 @@ public enum EntityAssociationPhysicalAssociationType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -172,7 +174,7 @@ public enum EntityAssociationPhysicalAssociationType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java index 327f22368fa2a5276250cdebe3e4ef6e4ca52726..21527db4300d57aea7d8b0b659a521f798449c90 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityAssociationPhysicalConnectionType.java @@ -83,12 +83,14 @@ public enum EntityAssociationPhysicalConnectionType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityAssociationPhysicalConnectionType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum EntityAssociationPhysicalConnectionType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum EntityAssociationPhysicalConnectionType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum EntityAssociationPhysicalConnectionType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum EntityAssociationPhysicalConnectionType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java index 5c6b548e659e7987dda890861ab0a9d0201fbe67..22cb8f9afcda40a073a7805a00ecd25f5f16074e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityCapabilityTypes.java @@ -70,12 +70,14 @@ public enum EntityCapabilityTypes if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityCapabilityTypes"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -84,7 +86,7 @@ public enum EntityCapabilityTypes } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -92,7 +94,7 @@ public enum EntityCapabilityTypes } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum EntityCapabilityTypes } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static EntityCapabilityTypes unmarshalEnum (ByteBuffer byteBuffer) @@ -112,7 +114,7 @@ public enum EntityCapabilityTypes /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java index f28cd33efb83258d1c13975e57297de3b898e199..9a806222a33b601b36df586ec695d2e2a5e97fcb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityDamageStatusComponentIdentification.java @@ -77,12 +77,14 @@ public enum EntityDamageStatusComponentIdentification if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityDamageStatusComponentIdentification"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum EntityDamageStatusComponentIdentification } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum EntityDamageStatusComponentIdentification } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum EntityDamageStatusComponentIdentification } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum EntityDamageStatusComponentIdentification /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java index 7fc21c5212e0f729eb0924f955293fa99f90cab0..34073ed3fd6c17f433d690cf7b4903c7942da0eb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityKind.java @@ -77,12 +77,14 @@ public enum EntityKind if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityKind"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum EntityKind } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum EntityKind } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum EntityKind } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum EntityKind /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java index 97318d5cd87a762be617ad502ada0096429c751c..055db9122699f2ae66d5712cd142856fe36480c0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityMarkingCharacterSet.java @@ -65,12 +65,14 @@ public enum EntityMarkingCharacterSet if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityMarkingCharacterSet"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum EntityMarkingCharacterSet } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum EntityMarkingCharacterSet } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum EntityMarkingCharacterSet } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum EntityMarkingCharacterSet /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java index e3d96e5753227ae3c588bc69416c296d520ab467..2d16f699a9bd8d456d6302989ce46fd87c2c09d6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EntityVPRecordChangeIndicator.java @@ -61,12 +61,14 @@ public enum EntityVPRecordChangeIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EntityVPRecordChangeIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum EntityVPRecordChangeIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum EntityVPRecordChangeIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum EntityVPRecordChangeIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum EntityVPRecordChangeIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java index 483b2c31ad33094ee1e9c5b394d0e8215ccb9c41..aa1184a4a526c4a05cc02f82528465bc742bc6c4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentRecordTypeGroups.java @@ -61,12 +61,14 @@ public enum EnvironmentRecordTypeGroups if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EnvironmentRecordTypeGroups"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum EnvironmentRecordTypeGroups } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum EnvironmentRecordTypeGroups } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum EnvironmentRecordTypeGroups } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum EnvironmentRecordTypeGroups /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java index 38723037bc8796bb3d03173449bd46c9fd6f3acf..0245f28d11af8eb6055d1ca8cfb9f4d94609515d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessModelType.java @@ -59,12 +59,14 @@ public enum EnvironmentalProcessModelType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EnvironmentalProcessModelType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum EnvironmentalProcessModelType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum EnvironmentalProcessModelType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum EnvironmentalProcessModelType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum EnvironmentalProcessModelType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java index d82830f772d3ae5057aebb4a3b61006c7918fc0f..d834f092a40f3d06b60a58ecb4bb4f60d0b80ac4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalProcessRecordType.java @@ -95,12 +95,14 @@ public enum EnvironmentalProcessRecordType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EnvironmentalProcessRecordType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -109,7 +111,7 @@ public enum EnvironmentalProcessRecordType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -117,7 +119,7 @@ public enum EnvironmentalProcessRecordType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum EnvironmentalProcessRecordType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static EnvironmentalProcessRecordType unmarshalEnum (ByteBuffer byteBuffer) @@ -137,7 +139,7 @@ public enum EnvironmentalProcessRecordType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java index ed11d0d85b30438d5b200ffabee23f25f03c1322..352a3c54309dcde0dc08fc0836c6f0e81a7f42be 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EnvironmentalSubcategory.java @@ -69,12 +69,14 @@ public enum EnvironmentalSubcategory implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EnvironmentalSubcategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum EnvironmentalSubcategory implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum EnvironmentalSubcategory implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum EnvironmentalSubcategory implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum EnvironmentalSubcategory implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java b/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java index b25b291e651da23de8095f9a9c045982273ea0b6..49f3332af76c2d8569a6f1bb21d9c844b33020b4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/EventReportEventType.java @@ -95,12 +95,14 @@ public enum EventReportEventType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration EventReportEventType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -109,7 +111,7 @@ public enum EventReportEventType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -117,7 +119,7 @@ public enum EventReportEventType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum EventReportEventType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static EventReportEventType unmarshalEnum (ByteBuffer byteBuffer) @@ -137,7 +139,7 @@ public enum EventReportEventType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java index d59681c30e307d2815e5ba472f6b902d9e8ec324..37a777425fb07dd372efce1b24b8887813508a50 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableAirCategory.java @@ -81,12 +81,14 @@ public enum ExpendableAirCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ExpendableAirCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -95,7 +97,7 @@ public enum ExpendableAirCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -104,7 +106,7 @@ public enum ExpendableAirCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -121,7 +123,7 @@ public enum ExpendableAirCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -140,7 +142,7 @@ public enum ExpendableAirCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java index 04cc1def86d76329dcdbcbdfda73a5656b0a7450..20b1b09cd9a7cf35589a923d4d132cae411f48f3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSubsurfaceCategory.java @@ -71,12 +71,14 @@ public enum ExpendableSubsurfaceCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ExpendableSubsurfaceCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum ExpendableSubsurfaceCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum ExpendableSubsurfaceCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum ExpendableSubsurfaceCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum ExpendableSubsurfaceCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java index cc60d4e1abe262916e7b253d183b062e88b0d889..9f1b15b502757c7bb102fb71093418fb2dad2666 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExpendableSurfaceCategory.java @@ -71,12 +71,14 @@ public enum ExpendableSurfaceCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ExpendableSurfaceCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum ExpendableSurfaceCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum ExpendableSurfaceCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum ExpendableSurfaceCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum ExpendableSurfaceCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java index 61b557f356f11b2b47f9d963807e57db5071e62a..6aaf1532621bf0b09c3c7f2df46a214a3d82b14a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialCategories.java @@ -147,12 +147,14 @@ public enum ExplosiveMaterialCategories if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ExplosiveMaterialCategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -161,7 +163,7 @@ public enum ExplosiveMaterialCategories } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -169,7 +171,7 @@ public enum ExplosiveMaterialCategories byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -179,7 +181,7 @@ public enum ExplosiveMaterialCategories } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -190,7 +192,7 @@ public enum ExplosiveMaterialCategories /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java index 25f2e20e9e645b2a10e8a10fcd36d99b385bf044..270331a3287706b7417d746cc9c2bb3db93c345e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ExplosiveMaterialGroups.java @@ -71,12 +71,14 @@ public enum ExplosiveMaterialGroups if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ExplosiveMaterialGroups"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum ExplosiveMaterialGroups } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum ExplosiveMaterialGroups } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum ExplosiveMaterialGroups } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum ExplosiveMaterialGroups /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java index 8592f061d50adfa5dce5b6e4fed0b4484f62bc06..04d7bace5269a92a52268b17ccdb0e643e678063 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeColor.java @@ -65,12 +65,14 @@ public enum FlareSmokeColor if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration FlareSmokeColor"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum FlareSmokeColor } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum FlareSmokeColor } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum FlareSmokeColor } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum FlareSmokeColor /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java index 4912ac912bdbf6cc737fd50896ca5634e26fc1a4..1ed38dc064e723ead6f2070836085e57dddc8478 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FlareSmokeStatus.java @@ -63,12 +63,14 @@ public enum FlareSmokeStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration FlareSmokeStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum FlareSmokeStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum FlareSmokeStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum FlareSmokeStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum FlareSmokeStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java b/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java index 5cb1f3a8a470a0536c805296503ec59508736eaa..cded2fd3158f15887a37b2a9445e44bb6ae18ff6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ForceID.java @@ -119,12 +119,14 @@ public enum ForceID if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ForceID"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -133,7 +135,7 @@ public enum ForceID } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -142,7 +144,7 @@ public enum ForceID } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -159,7 +161,7 @@ public enum ForceID } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -178,7 +180,7 @@ public enum ForceID /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java b/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java index 9cb41169503c96c2983028d5c9840fbaf4d3f4fd..8abcc184d542d36add549ea0ac0f1e1530892c48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FormatType.java @@ -85,12 +85,14 @@ public enum FormatType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration FormatType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -99,7 +101,7 @@ public enum FormatType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -108,7 +110,7 @@ public enum FormatType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -125,7 +127,7 @@ public enum FormatType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -144,7 +146,7 @@ public enum FormatType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java b/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java index ea03527069ecac3e8dd2b3e32dc236b524577bca..fad2ead865379b1caa34f8dbdaf7d0c1c5e9f286 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FuelLocation.java @@ -59,12 +59,14 @@ public enum FuelLocation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration FuelLocation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum FuelLocation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum FuelLocation } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum FuelLocation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum FuelLocation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java b/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java index bdd0a163016fd80462ef23e1f4c19253f54c245e..b590397661871b2fac24e5e10129144d9b9bd170 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/FuelMeasurementUnits.java @@ -63,12 +63,14 @@ public enum FuelMeasurementUnits if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration FuelMeasurementUnits"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum FuelMeasurementUnits } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum FuelMeasurementUnits } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum FuelMeasurementUnits } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum FuelMeasurementUnits /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java b/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java index 82a744a4b4be8f5fd34f9c65a95ec5a587c57f46..67d4594a88da7ce1212c98fd6b87e02831401ede 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GridAxisDescriptorAxisType.java @@ -61,12 +61,14 @@ public enum GridAxisDescriptorAxisType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GridAxisDescriptorAxisType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum GridAxisDescriptorAxisType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum GridAxisDescriptorAxisType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum GridAxisDescriptorAxisType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum GridAxisDescriptorAxisType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java index 3f41a8d0cfaac4786ab6410ca42d312d6464a1ec..56679e4c633a9b99d85569b4284a489ec4038c9a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataConstantGrid.java @@ -61,12 +61,14 @@ public enum GriddedDataConstantGrid if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GriddedDataConstantGrid"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum GriddedDataConstantGrid } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum GriddedDataConstantGrid } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum GriddedDataConstantGrid } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum GriddedDataConstantGrid /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java index 7bf8a0eed2c08174352cca96072f14f5c9ae83db..0419fca20f499e1f5b3b2760d5e9b7b0cff4f08c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataCoordinateSystem.java @@ -65,12 +65,14 @@ public enum GriddedDataCoordinateSystem if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GriddedDataCoordinateSystem"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum GriddedDataCoordinateSystem } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum GriddedDataCoordinateSystem byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum GriddedDataCoordinateSystem } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum GriddedDataCoordinateSystem /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java index e004c446a5120d53612c44c63a00efe486a683fc..bdcd0b2638ada96b059235375a71c3c1b5cfd1b0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataDataRepresentation.java @@ -63,12 +63,14 @@ public enum GriddedDataDataRepresentation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GriddedDataDataRepresentation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum GriddedDataDataRepresentation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum GriddedDataDataRepresentation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum GriddedDataDataRepresentation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum GriddedDataDataRepresentation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java index c00e0468005e56393ad8eaf2e5e096a0eaeada7c..a235c876ab5ee0e3618a2828d99eeb15477a99bc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataFieldNumber.java @@ -59,12 +59,14 @@ public enum GriddedDataFieldNumber if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GriddedDataFieldNumber"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum GriddedDataFieldNumber } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum GriddedDataFieldNumber byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum GriddedDataFieldNumber } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum GriddedDataFieldNumber /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java index b7dac3057a7f898f0d7046cbd38e79137fa5400f..422498e312aa40908ef52dcf39c421097b8b9cdc 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/GriddedDataSampleType.java @@ -59,12 +59,14 @@ public enum GriddedDataSampleType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration GriddedDataSampleType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum GriddedDataSampleType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum GriddedDataSampleType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum GriddedDataSampleType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum GriddedDataSampleType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java b/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java index 4c23e3208f0c4da651555314515c91ca851f26c4..ae9cb79185732f329a47285361e59c0d57ba7189 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/HighDensityTrackJam.java @@ -61,12 +61,14 @@ public enum HighDensityTrackJam if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration HighDensityTrackJam"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum HighDensityTrackJam } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum HighDensityTrackJam } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum HighDensityTrackJam } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum HighDensityTrackJam /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java index 09f3043b289fab434c80e927317979dbce61662c..799780191e5532da688d280cda03f648175d9126 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/HighFidelityHAVEQUICKTODTransmitIndicator.java @@ -61,12 +61,14 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration HighFidelityHAVEQUICKTODTransmitIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum HighFidelityHAVEQUICKTODTransmitIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java index e77fb02bdca45ad33e0029750c85abdcc90dc86d..d28dcf00cf00a7d0762c8d9f4b9a01e6fee9b4e6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFAlternateMode4ChallengeReply.java @@ -67,12 +67,14 @@ public enum IFFAlternateMode4ChallengeReply if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFAlternateMode4ChallengeReply"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum IFFAlternateMode4ChallengeReply } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum IFFAlternateMode4ChallengeReply } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum IFFAlternateMode4ChallengeReply } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum IFFAlternateMode4ChallengeReply /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java index e55282c6b0243c594905cfe714695997bfe5ee9b..33058cdfa915ffe1354804831881f1c9ce31154b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFApplicableModes.java @@ -61,12 +61,14 @@ public enum IFFApplicableModes if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFApplicableModes"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum IFFApplicableModes } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum IFFApplicableModes } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum IFFApplicableModes } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum IFFApplicableModes /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java index 1b21eec1ce8c8667b0ed82ae61c29067c6637b4e..dda0eac6b2d2a5da9b5cfd5f6bfea94ba059358f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFDataRecordAvailable.java @@ -61,12 +61,14 @@ public enum IFFDataRecordAvailable if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFDataRecordAvailable"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum IFFDataRecordAvailable } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum IFFDataRecordAvailable } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum IFFDataRecordAvailable } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum IFFDataRecordAvailable /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java index 1f9c5198a5505fb17f9fbf8539e98524200a845f..3084239bbcfb3402c8b98a59fa4bf0117eac3796 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFLayerSpecificInformation.java @@ -59,12 +59,14 @@ public enum IFFLayerSpecificInformation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFLayerSpecificInformation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum IFFLayerSpecificInformation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum IFFLayerSpecificInformation } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum IFFLayerSpecificInformation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum IFFLayerSpecificInformation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java index 820f214198fffe364a0dc3876c084652f19f5b47..bd43f5cc1105bddf994b38b340f971cd86ba525d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSimulationMode.java @@ -61,12 +61,14 @@ public enum IFFSimulationMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSimulationMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum IFFSimulationMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum IFFSimulationMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum IFFSimulationMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum IFFSimulationMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java index 1387fe52c77753dc82de36d778a80c64be40518f..9ea8b317f48965878972264e42b872bb6a39cfa6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemMode.java @@ -69,12 +69,14 @@ public enum IFFSystemMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSystemMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum IFFSystemMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum IFFSystemMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum IFFSystemMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum IFFSystemMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java index c342288c2c33b16f86f8085f2ba265f889cd7e6a..1a58ed97a1596e2cceafe234a3123dd21c0ae8eb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemName.java @@ -95,12 +95,14 @@ public enum IFFSystemName if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSystemName"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -109,7 +111,7 @@ public enum IFFSystemName } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -117,7 +119,7 @@ public enum IFFSystemName byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum IFFSystemName } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -138,7 +140,7 @@ public enum IFFSystemName /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java index eeb71fb672b6c1ecd5b4a755e6e0e5cf0d0df2a9..a6bca62843810e4c709473b9d92d331bbc4d0bdb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType.java @@ -87,12 +87,14 @@ public enum IFFSystemType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSystemType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum IFFSystemType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -109,7 +111,7 @@ public enum IFFSystemType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -119,7 +121,7 @@ public enum IFFSystemType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum IFFSystemType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java index 432976519fc5a955d72e26b7cf28fdd496e8c1dc..84cdd8d62e845577f4862ef9b980b1434c077857 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter1.java @@ -59,12 +59,14 @@ public enum IFFSystemType1OperationalParameter1 if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSystemType1OperationalParameter1"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum IFFSystemType1OperationalParameter1 } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum IFFSystemType1OperationalParameter1 } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum IFFSystemType1OperationalParameter1 } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum IFFSystemType1OperationalParameter1 /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java index b24bcf76533482afbd57b76e3e945043c385eea2..c20c906873ee1212cb05dd31ba852370d1af283e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IFFSystemType1OperationalParameter2.java @@ -59,12 +59,14 @@ public enum IFFSystemType1OperationalParameter2 if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IFFSystemType1OperationalParameter2"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum IFFSystemType1OperationalParameter2 } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum IFFSystemType1OperationalParameter2 } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum IFFSystemType1OperationalParameter2 } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum IFFSystemType1OperationalParameter2 /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java index b681f69ff16ac4bf8e91be264da054f24e106628..38efccdf4d87243e150034667a4af0ade791dcfa 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionPhase.java @@ -71,12 +71,14 @@ public enum IOActionIOActionPhase if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOActionIOActionPhase"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum IOActionIOActionPhase } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -93,7 +95,7 @@ public enum IOActionIOActionPhase byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum IOActionIOActionPhase } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -114,7 +116,7 @@ public enum IOActionIOActionPhase /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java index 9d090574abdd3545d683b53ecc46ec7a463f73d1..adbc80680895fc1bc965bfed40f0e8c4d4f8ad2f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOActionType.java @@ -63,12 +63,14 @@ public enum IOActionIOActionType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOActionIOActionType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum IOActionIOActionType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum IOActionIOActionType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum IOActionIOActionType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum IOActionIOActionType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java index 82855111f8659d22e81617e669c9d0c31713a52a..678ee8aae0bb375953971b71fabb137f3396a901 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOSimulationSource.java @@ -61,12 +61,14 @@ public enum IOActionIOSimulationSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOActionIOSimulationSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum IOActionIOSimulationSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum IOActionIOSimulationSource byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum IOActionIOSimulationSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum IOActionIOSimulationSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java index a8d46edda66947ef27d988f497147d6a3909501b..664fa87118ec9a70e221b5259eb3d82877d454e9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOActionIOWarfareType.java @@ -71,12 +71,14 @@ public enum IOActionIOWarfareType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOActionIOWarfareType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum IOActionIOWarfareType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -93,7 +95,7 @@ public enum IOActionIOWarfareType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum IOActionIOWarfareType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -114,7 +116,7 @@ public enum IOActionIOWarfareType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java index c92af0b3ecb1d6ec12ae7b185cf33ac537ff237a..ca4bac43100cdf36969ac8ff11e0b5a15017fabf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOCommsNodeRecordCommsNodeType.java @@ -65,12 +65,14 @@ public enum IOCommsNodeRecordCommsNodeType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOCommsNodeRecordCommsNodeType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum IOCommsNodeRecordCommsNodeType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum IOCommsNodeRecordCommsNodeType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum IOCommsNodeRecordCommsNodeType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum IOCommsNodeRecordCommsNodeType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java index 3718fb668e80053b40335ec887fb2d810eaec47b..931dbc698d34b9d74151ea20b0d13281002405c3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOEffect.java @@ -67,12 +67,14 @@ public enum IOEffectsRecordIOEffect if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOEffectsRecordIOEffect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum IOEffectsRecordIOEffect } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum IOEffectsRecordIOEffect } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum IOEffectsRecordIOEffect } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum IOEffectsRecordIOEffect /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java index ea3094c34ababd4f44934bf7cc8cb0482cf0482f..069d936b35d0012f830a23f8bec65726619c802e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOLinkType.java @@ -65,12 +65,14 @@ public enum IOEffectsRecordIOLinkType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOEffectsRecordIOLinkType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum IOEffectsRecordIOLinkType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum IOEffectsRecordIOLinkType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum IOEffectsRecordIOLinkType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum IOEffectsRecordIOLinkType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java index fbc42450ae8a50b623f7b0913b74cc91b6b12791..8697421b2993e73e42e39adbcce7c672f6f74d33 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOProcess.java @@ -59,12 +59,14 @@ public enum IOEffectsRecordIOProcess if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOEffectsRecordIOProcess"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum IOEffectsRecordIOProcess } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum IOEffectsRecordIOProcess byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum IOEffectsRecordIOProcess } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum IOEffectsRecordIOProcess /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java index 537b2058fc382e831c885c6d68389eb7dc13736b..4cd7d04eacd59d5b5bc2b53bbf992a77236a93bd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOEffectsRecordIOStatus.java @@ -73,12 +73,14 @@ public enum IOEffectsRecordIOStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOEffectsRecordIOStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum IOEffectsRecordIOStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum IOEffectsRecordIOStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum IOEffectsRecordIOStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum IOEffectsRecordIOStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java b/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java index befbf5c0d4847e5c48ab40a299b016863a57cefc..3fffad95ecd54cd3bd28f5cb2a6784cb0ec52c3b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IOReportIOReportType.java @@ -65,12 +65,14 @@ public enum IOReportIOReportType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IOReportIOReportType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum IOReportIOReportType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum IOReportIOReportType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum IOReportIOReportType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum IOReportIOReportType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java b/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java index 697276c00c6b99f0ba90a234d4604a71a49c2162..6b1f1127f84f296758fc9e2e38abee82e0673b59 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ISLSAntennaType.java @@ -61,12 +61,14 @@ public enum ISLSAntennaType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ISLSAntennaType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum ISLSAntennaType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum ISLSAntennaType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum ISLSAntennaType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum ISLSAntennaType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java index 0d8229944251e679f850a6912342d5738a585cb4..caf0565fb921f7a04fb232c0e0b49721dcd818eb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommand.java @@ -71,12 +71,14 @@ public enum IntercomControlCommand if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlCommand"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum IntercomControlCommand } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum IntercomControlCommand } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum IntercomControlCommand } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum IntercomControlCommand /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java index c5b9a73f5fd9854edc2c805fc9e6ba109d8f211f..c5cb8cac576f28d08d8d90b369415c7ea9c6a771 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsClass.java @@ -61,12 +61,14 @@ public enum IntercomControlCommunicationsClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlCommunicationsClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum IntercomControlCommunicationsClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum IntercomControlCommunicationsClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum IntercomControlCommunicationsClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum IntercomControlCommunicationsClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java index c6778f8b8c49e86bf709c0415a34d31e34a29c69..2cea72b9478124786dbd7186e33e01f2f3c5bb71 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlCommunicationsType.java @@ -67,12 +67,14 @@ public enum IntercomControlCommunicationsType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlCommunicationsType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum IntercomControlCommunicationsType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum IntercomControlCommunicationsType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum IntercomControlCommunicationsType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum IntercomControlCommunicationsType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java index d528b5850bae92ff30755c067ac2b653e46546b3..462f8c6cab4ea17a68a32de60b805cb76c00aeef 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlControlType.java @@ -69,12 +69,14 @@ public enum IntercomControlControlType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlControlType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum IntercomControlControlType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum IntercomControlControlType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum IntercomControlControlType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum IntercomControlControlType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java index dc4dc5e8b399b53e86055c861fe05d542c16d6c5..cc88d799de06258e5756700cac08dbc868ac91f4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlDestinationLineStateCommand.java @@ -65,12 +65,14 @@ public enum IntercomControlDestinationLineStateCommand if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlDestinationLineStateCommand"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum IntercomControlDestinationLineStateCommand } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum IntercomControlDestinationLineStateCommand } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum IntercomControlDestinationLineStateCommand } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum IntercomControlDestinationLineStateCommand /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java index c862dfaa134a0a606846b5268f7f9a50a8001683..735ecc04ffe429f3d700a2b2715a82e8ce0d2abb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlRecordType.java @@ -63,12 +63,14 @@ public enum IntercomControlRecordType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlRecordType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum IntercomControlRecordType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum IntercomControlRecordType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum IntercomControlRecordType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum IntercomControlRecordType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java index 605cb3d76cbb6f255ee2427b46d2783c22dcf844..59f50d8dbe0e15ff0364490b6c8b526ed1bdab45 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IntercomControlTransmitLineState.java @@ -63,12 +63,14 @@ public enum IntercomControlTransmitLineState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IntercomControlTransmitLineState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum IntercomControlTransmitLineState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum IntercomControlTransmitLineState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum IntercomControlTransmitLineState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum IntercomControlTransmitLineState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java index 45f08b31aeb82d0c4027988205ca42b055eedf8a..0a6a92fe05363f20259416601cae19003c38be14 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfGroupedEntityCategory.java @@ -77,12 +77,14 @@ public enum IsGroupOfGroupedEntityCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IsGroupOfGroupedEntityCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum IsGroupOfGroupedEntityCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum IsGroupOfGroupedEntityCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum IsGroupOfGroupedEntityCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum IsGroupOfGroupedEntityCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java index 1d10bdbd37c31b03ed96c5614ca7b38025de92ab..6ebbca628b689e34d3a2e10b0a12adb611d63f50 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsGroupOfRestStatus.java @@ -75,12 +75,14 @@ public enum IsGroupOfRestStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IsGroupOfRestStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum IsGroupOfRestStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum IsGroupOfRestStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum IsGroupOfRestStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum IsGroupOfRestStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java index 469acc914e841104a9dd3079531d7873099d95dc..510311ab58123f40d3504816f91110e4fd5fe1c8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfNature.java @@ -79,12 +79,14 @@ public enum IsPartOfNature if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IsPartOfNature"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -93,7 +95,7 @@ public enum IsPartOfNature } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -101,7 +103,7 @@ public enum IsPartOfNature byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum IsPartOfNature } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum IsPartOfNature /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java index 548e19405da6c337a047bbc0d9ef2239b462a34c..3de32d0addcc8b0182263ef2c2778d162b74ebe9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfPosition.java @@ -63,12 +63,14 @@ public enum IsPartOfPosition if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IsPartOfPosition"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum IsPartOfPosition } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum IsPartOfPosition byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum IsPartOfPosition } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum IsPartOfPosition /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java index f11ecaa8413164ccdb022139c9b72086dd8c265a..bb80eaa5574cb2b217c945395d448cd71fe1a2a0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IsPartOfStationName.java @@ -103,12 +103,14 @@ public enum IsPartOfStationName if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IsPartOfStationName"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -117,7 +119,7 @@ public enum IsPartOfStationName } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -125,7 +127,7 @@ public enum IsPartOfStationName byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -135,7 +137,7 @@ public enum IsPartOfStationName } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum IsPartOfStationName /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java index 03d37ec9474c7abe601597676d596c386074c3f0..98a28825f3f0bf81a2921fb2cd9f41c4fa12c54c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/IslandSubcategory.java @@ -71,12 +71,14 @@ public enum IslandSubcategory implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration IslandSubcategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum IslandSubcategory implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -93,7 +95,7 @@ public enum IslandSubcategory implements SubCategory byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum IslandSubcategory implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -114,7 +116,7 @@ public enum IslandSubcategory implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java index 2d7ec5202d619cd33a3a82da69334760369667c5..260a6a2d9ac69df5ab382df9291b6616d11cf163 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersSynchronizationState.java @@ -65,12 +65,14 @@ public enum JTIDSMIDSModulationParametersSynchronizationState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration JTIDSMIDSModulationParametersSynchronizationState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum JTIDSMIDSModulationParametersSynchronizationState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum JTIDSMIDSModulationParametersSynchronizationState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum JTIDSMIDSModulationParametersSynchronizationState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum JTIDSMIDSModulationParametersSynchronizationState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java index a11d4fd503ae823fa452e42a0a991cd8ec622706..71d11779d56de86a1e7c46c6330605642d242e47 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode.java @@ -61,12 +61,14 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalPrimaryMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java index 58222d718878a6560aeb082bd2fcff89d1f3ace4..7b55e9b7249050e3b0b57b6efd632fa451749e64 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode.java @@ -65,12 +65,14 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum JTIDSMIDSModulationParametersTransmittingTerminalSecondaryMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java b/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java index a6b49cedb78e11b820de5d046dd00488833830d3..ca672436909d23eb7296e5f97471ef665ca52bff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LeafCoverage.java @@ -61,12 +61,14 @@ public enum LeafCoverage if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LeafCoverage"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum LeafCoverage } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum LeafCoverage } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum LeafCoverage } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum LeafCoverage /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java index 99a54f9aa524a845a559200fa17d2f91c1b1a57e..5c76cffb9d9c0076019915e92a0abbfdebebf0c7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Level2SquitterStatus.java @@ -61,12 +61,14 @@ public enum Level2SquitterStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Level2SquitterStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Level2SquitterStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Level2SquitterStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Level2SquitterStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Level2SquitterStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java index 16f44441e52f1a7ce3fa1f5df2aa572437f600c0..ffdb7e293a7bf61d5fc6eae865046a97f4cc0551 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormAirCategories.java @@ -60,12 +60,14 @@ public enum LifeFormAirCategories if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormAirCategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -74,7 +76,7 @@ public enum LifeFormAirCategories } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum LifeFormAirCategories } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -100,7 +102,7 @@ public enum LifeFormAirCategories } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -119,7 +121,7 @@ public enum LifeFormAirCategories /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java index c7df10352f48d12644682c3f65d1bfb4d87e1426..e4f69085f7b84c19049af79a7a3863ce3f86963f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesAfghanistan.java @@ -83,12 +83,14 @@ public enum LifeFormCategoriesAfghanistan if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormCategoriesAfghanistan"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum LifeFormCategoriesAfghanistan } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum LifeFormCategoriesAfghanistan } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum LifeFormCategoriesAfghanistan } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum LifeFormCategoriesAfghanistan /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java index 8bea7828ab090432a7f8c3916d5b93c91b77f666..13c6a8e0771312aeb1c9a018a6ed7767320876f4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormCategoriesUS.java @@ -99,12 +99,14 @@ public enum LifeFormCategoriesUS if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormCategoriesUS"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -113,7 +115,7 @@ public enum LifeFormCategoriesUS } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -122,7 +124,7 @@ public enum LifeFormCategoriesUS } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -139,7 +141,7 @@ public enum LifeFormCategoriesUS } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -158,7 +160,7 @@ public enum LifeFormCategoriesUS /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java index b23b1afde72a2ae11beba17bb77596eb256b48d8..83584fc73b55e92181425adbc28f07a45139d09c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormExtraPersonalData.java @@ -135,12 +135,14 @@ public enum LifeFormExtraPersonalData if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormExtraPersonalData"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -149,7 +151,7 @@ public enum LifeFormExtraPersonalData } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -158,7 +160,7 @@ public enum LifeFormExtraPersonalData } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -175,7 +177,7 @@ public enum LifeFormExtraPersonalData } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -194,7 +196,7 @@ public enum LifeFormExtraPersonalData /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java index b9d079b2c01876eb5c5c4f64bb3d0dd09ff6ee18..bc8f43f927cb8bf398c3020459fe5205dbbe837e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiMaterielRifles.java @@ -63,12 +63,14 @@ public enum LifeFormHumanSpecificAntiMaterielRifles if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificAntiMaterielRifles"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum LifeFormHumanSpecificAntiMaterielRifles } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum LifeFormHumanSpecificAntiMaterielRifles } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum LifeFormHumanSpecificAntiMaterielRifles } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum LifeFormHumanSpecificAntiMaterielRifles /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java index ee2c97cf48e0537486f35bb9eb63c9711be96288..f1a8d0c5362c4e52e21d415bad03838c270efadb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankMissiles.java @@ -205,12 +205,14 @@ public enum LifeFormHumanSpecificAntiTankMissiles if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificAntiTankMissiles"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -219,7 +221,7 @@ public enum LifeFormHumanSpecificAntiTankMissiles } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -228,7 +230,7 @@ public enum LifeFormHumanSpecificAntiTankMissiles } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -245,7 +247,7 @@ public enum LifeFormHumanSpecificAntiTankMissiles } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -264,7 +266,7 @@ public enum LifeFormHumanSpecificAntiTankMissiles /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java index 502af4f792c3070664991cbbaecaf7d993225d5a..0563fbf74076d41e4d361eeba18a95efd010cd70 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAntiTankRockets.java @@ -195,12 +195,14 @@ public enum LifeFormHumanSpecificAntiTankRockets if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificAntiTankRockets"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -209,7 +211,7 @@ public enum LifeFormHumanSpecificAntiTankRockets } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -218,7 +220,7 @@ public enum LifeFormHumanSpecificAntiTankRockets } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -235,7 +237,7 @@ public enum LifeFormHumanSpecificAntiTankRockets } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -254,7 +256,7 @@ public enum LifeFormHumanSpecificAntiTankRockets /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java index d28c3080bb5608853a5ec5fae09adbb23ccf9964..1a0fb484f23db09ddead0a952138b866a3351092 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificAssaultRifles.java @@ -177,12 +177,14 @@ public enum LifeFormHumanSpecificAssaultRifles if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificAssaultRifles"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -191,7 +193,7 @@ public enum LifeFormHumanSpecificAssaultRifles } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -200,7 +202,7 @@ public enum LifeFormHumanSpecificAssaultRifles } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -217,7 +219,7 @@ public enum LifeFormHumanSpecificAssaultRifles } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -236,7 +238,7 @@ public enum LifeFormHumanSpecificAssaultRifles /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java index b9e8cf3ded31214ca7fbe9bf66ec12f56ca630c8..a4b1ca0c34522e2c30273cf6303994c3d5d68ddf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificDroneGuns.java @@ -63,12 +63,14 @@ public enum LifeFormHumanSpecificDroneGuns if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificDroneGuns"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum LifeFormHumanSpecificDroneGuns } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum LifeFormHumanSpecificDroneGuns } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum LifeFormHumanSpecificDroneGuns } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum LifeFormHumanSpecificDroneGuns /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java index cd986078f8b88caa0476377c91699318512fff0c..b7688678addcb4a6b66b7113569eace4919243f1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificEquipmentClass.java @@ -67,12 +67,14 @@ public enum LifeFormHumanSpecificEquipmentClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificEquipmentClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum LifeFormHumanSpecificEquipmentClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum LifeFormHumanSpecificEquipmentClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum LifeFormHumanSpecificEquipmentClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum LifeFormHumanSpecificEquipmentClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java index 42a63fe524cb7d35a1f4531bf23856bc8f9fbd08..f9f1b4e6435483841b83371a77aaf0a4388cd2c3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameRockets.java @@ -71,12 +71,14 @@ public enum LifeFormHumanSpecificFlameRockets if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificFlameRockets"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum LifeFormHumanSpecificFlameRockets } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum LifeFormHumanSpecificFlameRockets } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum LifeFormHumanSpecificFlameRockets } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum LifeFormHumanSpecificFlameRockets /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java index b925c86f142b804f70057b7c1f27a7177e914404..29ea37b9ed59419761c147b8929453a290f3096e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificFlameThrowers.java @@ -87,12 +87,14 @@ public enum LifeFormHumanSpecificFlameThrowers if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificFlameThrowers"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum LifeFormHumanSpecificFlameThrowers } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -110,7 +112,7 @@ public enum LifeFormHumanSpecificFlameThrowers } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum LifeFormHumanSpecificFlameThrowers } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum LifeFormHumanSpecificFlameThrowers /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java index 86a764f1510c6a5dfee5ec9273d2de54e9fa125a..f3b280a40f4b1eded55a1dae40c3c2d2497d2584 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchers.java @@ -139,12 +139,14 @@ public enum LifeFormHumanSpecificGrenadeLaunchers if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificGrenadeLaunchers"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -153,7 +155,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchers } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -162,7 +164,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchers } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -179,7 +181,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchers } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -198,7 +200,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchers /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java index c52224e15b6e4dfb328778b946c3ba813c8caab6..e559e08c338a18e945d5e27053dad0cadf27fae4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificGrenadeLaunchingMachineGun.java @@ -97,12 +97,14 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificGrenadeLaunchingMachineGun"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -111,7 +113,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -120,7 +122,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -137,7 +139,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -156,7 +158,7 @@ public enum LifeFormHumanSpecificGrenadeLaunchingMachineGun /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java index b08a4968ad7d4d36483b628562290768cc7fce7a..c5462fec94e5c315a383f653732b01ba336ae4b0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHandGuns.java @@ -87,12 +87,14 @@ public enum LifeFormHumanSpecificHandGuns if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificHandGuns"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum LifeFormHumanSpecificHandGuns } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -110,7 +112,7 @@ public enum LifeFormHumanSpecificHandGuns } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum LifeFormHumanSpecificHandGuns } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum LifeFormHumanSpecificHandGuns /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java index 5a48d3a3148efe3f9e042cbf058623fe801197d5..63a8357bd795e1e31d3a54ce706603075b8c46ed 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificHighPowerRifles.java @@ -77,12 +77,14 @@ public enum LifeFormHumanSpecificHighPowerRifles if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificHighPowerRifles"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum LifeFormHumanSpecificHighPowerRifles } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum LifeFormHumanSpecificHighPowerRifles } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum LifeFormHumanSpecificHighPowerRifles } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum LifeFormHumanSpecificHighPowerRifles /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java index 3860dbebda4d1c55932c76dbdd281113e4dd1c93..9fc9c53bd216b7266dd04886bf55fc32403d6191 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLasersClass.java @@ -61,12 +61,14 @@ public enum LifeFormHumanSpecificLasersClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificLasersClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum LifeFormHumanSpecificLasersClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum LifeFormHumanSpecificLasersClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum LifeFormHumanSpecificLasersClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum LifeFormHumanSpecificLasersClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java index b639442b4cfffebc56db20ca55d9fb84d80979f7..6d5ea91090415a68042d7847811eed04d9f29653 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificLogisticsEQClass.java @@ -59,12 +59,14 @@ public enum LifeFormHumanSpecificLogisticsEQClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificLogisticsEQClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum LifeFormHumanSpecificLogisticsEQClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum LifeFormHumanSpecificLogisticsEQClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum LifeFormHumanSpecificLogisticsEQClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum LifeFormHumanSpecificLogisticsEQClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java index bc837ce2b29d54a25395ac9a96ba4343e493cdc0..ed83830ffc4659f059d19490cdd42bf400ba1c92 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMachineGuns.java @@ -231,12 +231,14 @@ public enum LifeFormHumanSpecificMachineGuns if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificMachineGuns"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -245,7 +247,7 @@ public enum LifeFormHumanSpecificMachineGuns } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -254,7 +256,7 @@ public enum LifeFormHumanSpecificMachineGuns } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -271,7 +273,7 @@ public enum LifeFormHumanSpecificMachineGuns } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -290,7 +292,7 @@ public enum LifeFormHumanSpecificMachineGuns /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java index bb5f1eee39a32f48024a216346d46e9bf4c6ebf6..5f6bad711114af97babfec5b970d4640a1a37fb1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificManPortableAirDefenseSystem.java @@ -103,12 +103,14 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificManPortableAirDefenseSystem"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -117,7 +119,7 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -126,7 +128,7 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -143,7 +145,7 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -162,7 +164,7 @@ public enum LifeFormHumanSpecificManPortableAirDefenseSystem /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java index 26fe65c280182937df32788a4ca5d9e2773edc5a..d8c68990d0f04b69fd0873a5fd41697cd483ad5c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificMortars.java @@ -67,12 +67,14 @@ public enum LifeFormHumanSpecificMortars if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificMortars"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum LifeFormHumanSpecificMortars } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum LifeFormHumanSpecificMortars } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum LifeFormHumanSpecificMortars } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum LifeFormHumanSpecificMortars /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java index 15d3cd7cfb652f9add31a7170ba1587f704b6b11..64fd92ffce7a8262ac7a4c278762ef02bff1f127 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificPersonalElectronicsClass.java @@ -59,12 +59,14 @@ public enum LifeFormHumanSpecificPersonalElectronicsClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificPersonalElectronicsClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum LifeFormHumanSpecificPersonalElectronicsClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum LifeFormHumanSpecificPersonalElectronicsClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum LifeFormHumanSpecificPersonalElectronicsClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum LifeFormHumanSpecificPersonalElectronicsClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java index bd79355b29bfb956b91765c12848d6cc15f6c188..1d8ed2bc168bbedbca65d3cd64a1ebdaa43a0200 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificRecoillessRifles.java @@ -115,12 +115,14 @@ public enum LifeFormHumanSpecificRecoillessRifles if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificRecoillessRifles"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -129,7 +131,7 @@ public enum LifeFormHumanSpecificRecoillessRifles } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -138,7 +140,7 @@ public enum LifeFormHumanSpecificRecoillessRifles } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -155,7 +157,7 @@ public enum LifeFormHumanSpecificRecoillessRifles } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -174,7 +176,7 @@ public enum LifeFormHumanSpecificRecoillessRifles /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java index ee030809c7a6bcd198992da6787c1b2085c968be..1b52aa20c87c625beb88af7923d9a02419854587 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificShotGuns.java @@ -335,12 +335,14 @@ public enum LifeFormHumanSpecificShotGuns if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificShotGuns"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -349,7 +351,7 @@ public enum LifeFormHumanSpecificShotGuns } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -358,7 +360,7 @@ public enum LifeFormHumanSpecificShotGuns } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -375,7 +377,7 @@ public enum LifeFormHumanSpecificShotGuns } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -394,7 +396,7 @@ public enum LifeFormHumanSpecificShotGuns /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java index 3a3502a6e5b861137bb786e0063b08b0cdd781b9..84ad2f3d42b39f0d214d62b367559854704054c8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSniper.java @@ -111,12 +111,14 @@ public enum LifeFormHumanSpecificSniper if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificSniper"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -125,7 +127,7 @@ public enum LifeFormHumanSpecificSniper } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -134,7 +136,7 @@ public enum LifeFormHumanSpecificSniper } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -151,7 +153,7 @@ public enum LifeFormHumanSpecificSniper } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -170,7 +172,7 @@ public enum LifeFormHumanSpecificSniper /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java index f0ded89ec95bb2bad427bf332fa2e881f8303c0b..473d78206c541796cb7d5a17bd26aeec2ef6c7a1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificSubMachineGun.java @@ -83,12 +83,14 @@ public enum LifeFormHumanSpecificSubMachineGun if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificSubMachineGun"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum LifeFormHumanSpecificSubMachineGun } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum LifeFormHumanSpecificSubMachineGun } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum LifeFormHumanSpecificSubMachineGun } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum LifeFormHumanSpecificSubMachineGun /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java index 971ddc554b857e4cc9ff5d55cdee3cda9cee601a..958f3829a0370974083020cac31c00b1518189db 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSpecificWeaponNonspecific.java @@ -67,12 +67,14 @@ public enum LifeFormHumanSpecificWeaponNonspecific if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSpecificWeaponNonspecific"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum LifeFormHumanSpecificWeaponNonspecific } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum LifeFormHumanSpecificWeaponNonspecific } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum LifeFormHumanSpecificWeaponNonspecific } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum LifeFormHumanSpecificWeaponNonspecific /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java index 495b545e4be628119ef01c043568ee399e7d54c1..8a92065bef4b315e5c741119ad5d4681c0bb4dab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormHumanSubcategoryEquipmentClass.java @@ -92,12 +92,14 @@ public enum LifeFormHumanSubcategoryEquipmentClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormHumanSubcategoryEquipmentClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -106,7 +108,7 @@ public enum LifeFormHumanSubcategoryEquipmentClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -115,7 +117,7 @@ public enum LifeFormHumanSubcategoryEquipmentClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum LifeFormHumanSubcategoryEquipmentClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -151,7 +153,7 @@ public enum LifeFormHumanSubcategoryEquipmentClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java index 5278e6e76ef1ab8bf0f84c82d27ac95252387a73..55bd4d07c17199fd760a375fb52836fdbc61ca98 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormLandCategories.java @@ -104,12 +104,14 @@ public enum LifeFormLandCategories implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormLandCategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -118,7 +120,7 @@ public enum LifeFormLandCategories implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -127,7 +129,7 @@ public enum LifeFormLandCategories implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -144,7 +146,7 @@ public enum LifeFormLandCategories implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -163,7 +165,7 @@ public enum LifeFormLandCategories implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java index 6c1b691c527a8780b6b8c7c308655beab84b095e..316aa6ebf2b8224ac026dcfdf5500875e4245236 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormSubsurfaceCategories.java @@ -62,12 +62,14 @@ public enum LifeFormSubsurfaceCategories if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormSubsurfaceCategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -76,7 +78,7 @@ public enum LifeFormSubsurfaceCategories } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum LifeFormSubsurfaceCategories } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum LifeFormSubsurfaceCategories } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -121,7 +123,7 @@ public enum LifeFormSubsurfaceCategories /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java index 627f2d59bf04d52cfa484cf36c8c06f1e64a37ea..473e2b9be5567d1064fd856c8e83af2ec6821fea 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryCISWeapons.java @@ -161,12 +161,14 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryCISWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -175,7 +177,7 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -184,7 +186,7 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -201,7 +203,7 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -220,7 +222,7 @@ public enum LifeFormsSubcategoryCISWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java index 2053e9d643222aebec0d77f0b0995c68e6ef578b..b756f5c3ad705827b1a70e41d40229dfa204c53e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryFrenchWeapons.java @@ -73,12 +73,14 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryFrenchWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum LifeFormsSubcategoryFrenchWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java index 7602f6b8a19c4820b1162225fecfc20bae1d017c..db7b44db315db0175f008e943bf1f9ace5e73a44 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryGermanWeapons.java @@ -75,12 +75,14 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryGermanWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum LifeFormsSubcategoryGermanWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java index 3109e51acad239aff84d00ea4011b01e51d84e3c..3e7590c24b88156e0f14b860b045d446a39a3604 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryIranianWeapons.java @@ -61,12 +61,14 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryIranianWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum LifeFormsSubcategoryIranianWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java index 5e011fa961c925e8e4b358912a3c0a37bb2a9af5..d8de4398b12a2a9af902f3313eb0e991c0283caa 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUKWeapons.java @@ -81,12 +81,14 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryUKWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -95,7 +97,7 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -104,7 +106,7 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -121,7 +123,7 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -140,7 +142,7 @@ public enum LifeFormsSubcategoryUKWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java index e22fa4cdf94093da2a428342aa8a597550dbc316..231d172c9addf1c19d9f901849218b53faaeb07c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeFormsSubcategoryUSWeapons.java @@ -301,12 +301,14 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeFormsSubcategoryUSWeapons"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -315,7 +317,7 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -324,7 +326,7 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -341,7 +343,7 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -360,7 +362,7 @@ public enum LifeFormsSubcategoryUSWeapons implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java b/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java index 42897e448ff9211934785f5b8395599989e45b00..e639314153f386e6665d14e75ac2bde71586b516 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/LifeSavingEquipment.java @@ -67,12 +67,14 @@ public enum LifeSavingEquipment implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration LifeSavingEquipment"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum LifeSavingEquipment implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum LifeSavingEquipment implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum LifeSavingEquipment implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum LifeSavingEquipment implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java index d9ba57ffb306c137270157d37c971a7558587578..88d5b2db5b344c5bd04d35ac59753555a1c93ec3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BDataTerminalSetIndicator.java @@ -73,12 +73,14 @@ public enum Link1111BDataTerminalSetIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link1111BDataTerminalSetIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum Link1111BDataTerminalSetIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum Link1111BDataTerminalSetIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum Link1111BDataTerminalSetIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum Link1111BDataTerminalSetIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BEncryptionFlag.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BEncryptionFlag.java index 246ed3c41cfaef1b3ca56c4a66515b8d75a9aeee..236018b343cd9bae8d365473709c45f881275fd3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BEncryptionFlag.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BEncryptionFlag.java @@ -61,12 +61,14 @@ public enum Link1111BEncryptionFlag if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link1111BEncryptionFlag"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Link1111BEncryptionFlag } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Link1111BEncryptionFlag } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Link1111BEncryptionFlag } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Link1111BEncryptionFlag /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java index bbefe11e9bfd70597498d5cbcbe5c4e42055d61a..191844f5f41f92cf6d494f9e121b269236270d8e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BFidelityLevel.java @@ -63,12 +63,14 @@ public enum Link1111BFidelityLevel if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link1111BFidelityLevel"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Link1111BFidelityLevel } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Link1111BFidelityLevel } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Link1111BFidelityLevel } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Link1111BFidelityLevel /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java index ae43756eac8cf318b50b3ef723b7cfc35107cd0b..36da4a73659401bea5a490bf4f50ac2ae14cee4e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BModeofOperation.java @@ -69,12 +69,14 @@ public enum Link1111BModeofOperation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link1111BModeofOperation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum Link1111BModeofOperation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -91,7 +93,7 @@ public enum Link1111BModeofOperation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Link1111BModeofOperation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -112,7 +114,7 @@ public enum Link1111BModeofOperation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java index 4c0c4833118cf448c694cea400d617fa59669272..564dbe83404b6f673ea1532171d1265a0b6b8bc1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link1111BTerminalMode.java @@ -63,12 +63,14 @@ public enum Link1111BTerminalMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link1111BTerminalMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Link1111BTerminalMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Link1111BTerminalMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Link1111BTerminalMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Link1111BTerminalMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java index bf3d5d274588ce1cbbde95d5627d77355b4ba33d..018edadf05836a9a4b47d4d358148a763a4c64b4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11BDataSignalingRate.java @@ -69,12 +69,14 @@ public enum Link11BDataSignalingRate if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11BDataSignalingRate"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum Link11BDataSignalingRate } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum Link11BDataSignalingRate } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum Link11BDataSignalingRate } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum Link11BDataSignalingRate /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java index edafc979a96689f30c451bb36556a48c6adec68e..9c30524d69155bc0264d847253746f010616aded 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11BLinkState.java @@ -67,12 +67,14 @@ public enum Link11BLinkState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11BLinkState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum Link11BLinkState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum Link11BLinkState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum Link11BLinkState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum Link11BLinkState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java index 831bc83fabd511c462227f3182a9607b4075a233..368f2a564b55bf0a94a7cec77b25e34ae747deae 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11BMessageSubType.java @@ -63,12 +63,14 @@ public enum Link11BMessageSubType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11BMessageSubType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Link11BMessageSubType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Link11BMessageSubType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Link11BMessageSubType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Link11BMessageSubType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java index a4c20e29a2a7125e12384989ab497e7ec27bc3b1..24058b7ef635893561a9ae6355079d416c7d3a48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModeofOperation.java @@ -65,12 +65,14 @@ public enum Link11BModeofOperation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11BModeofOperation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Link11BModeofOperation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum Link11BModeofOperation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum Link11BModeofOperation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum Link11BModeofOperation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java index 0cfda60b0aab1349325e74c3e6906e7e307d857f..7d6f637e2127c32fffd80391658017fba43619a4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11BModulationStandard.java @@ -61,12 +61,14 @@ public enum Link11BModulationStandard if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11BModulationStandard"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Link11BModulationStandard } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Link11BModulationStandard } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Link11BModulationStandard } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Link11BModulationStandard /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java index 51d92b802aedf26a6d5ab85286f694e9c141a0ac..0c1760bd42b2b753766752f60c4954f598172632 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11DataSignallingRate.java @@ -67,12 +67,14 @@ public enum Link11DataSignallingRate if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11DataSignallingRate"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum Link11DataSignallingRate } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum Link11DataSignallingRate } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum Link11DataSignallingRate } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum Link11DataSignallingRate /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java index cb9403647f7ede947b418fe284365c7f60cd7bcd..910fdbc0cba9ef0a8882f9e0c1aa349b48a5625b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageSubType.java @@ -67,12 +67,14 @@ public enum Link11MessageSubType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11MessageSubType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum Link11MessageSubType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum Link11MessageSubType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum Link11MessageSubType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum Link11MessageSubType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java index 590b385c3a890978e3165bb4eeb43f21b930184b..718533c3433d599fa76ca0c495f200df23cc5cc8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11MessageTypeIdentifier.java @@ -71,12 +71,14 @@ public enum Link11MessageTypeIdentifier if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11MessageTypeIdentifier"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum Link11MessageTypeIdentifier } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum Link11MessageTypeIdentifier } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum Link11MessageTypeIdentifier } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum Link11MessageTypeIdentifier /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java index 0bd559792db8025cc4c5d7ef9734e3cdd6df7fb4..5f6faf20f7bee9aa2a3530e5399693015504242c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalIntegrationInterval.java @@ -65,12 +65,14 @@ public enum Link11SignalIntegrationInterval if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11SignalIntegrationInterval"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Link11SignalIntegrationInterval } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Link11SignalIntegrationInterval } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Link11SignalIntegrationInterval } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Link11SignalIntegrationInterval /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java index dea42892311f61da9cd75e17a32bea5e56d3da08..16b78a85cb69a754c4d44172cc9f04e1c0ec83a8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link11SignalWaveform.java @@ -63,12 +63,14 @@ public enum Link11SignalWaveform if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link11SignalWaveform"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Link11SignalWaveform } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Link11SignalWaveform } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Link11SignalWaveform } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Link11SignalWaveform /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java b/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java index f5a58496359c3a7a0563499d19c8841f887d6101..2e95f5852e5102f35ba6be7ee66ceebd73f5a678 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Link16Version.java @@ -77,12 +77,14 @@ public enum Link16Version if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Link16Version"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum Link16Version } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum Link16Version } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum Link16Version } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum Link16Version /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Material.java b/src-generated/edu/nps/moves/dis7/enumerations/Material.java index 8909215d8e6f5c665a9a2c89d1886da95ea577b4..9904e24c39691daa883345a0d3573d0b6597ce67 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Material.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Material.java @@ -65,12 +65,14 @@ public enum Material if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Material"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Material } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Material } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Material } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Material /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java b/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java index 4cca9244b994f4b61bdd19b91aef16781ae0d5ea..28169e6d6fe61ac2ee840fe601b2a6453f291b1d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MessageTypeIdentifier.java @@ -73,12 +73,14 @@ public enum MessageTypeIdentifier if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MessageTypeIdentifier"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum MessageTypeIdentifier } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum MessageTypeIdentifier } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum MessageTypeIdentifier } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum MessageTypeIdentifier /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java index 2ee487999dee5e5d5de97333d21265d7678b4283..b86bd5a9b1a15d0fad7d3cd35d0f6b30367fd046 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceActiveStatus.java @@ -61,12 +61,14 @@ public enum MinefieldAppearanceActiveStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldAppearanceActiveStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum MinefieldAppearanceActiveStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum MinefieldAppearanceActiveStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum MinefieldAppearanceActiveStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum MinefieldAppearanceActiveStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java index 3e6b7a5d948841d78b38e45aa90c54f6855936e9..c7fd92a3fcf71afef2c95f2697d61c95ae9c3282 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceLane.java @@ -61,12 +61,14 @@ public enum MinefieldAppearanceLane if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldAppearanceLane"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum MinefieldAppearanceLane } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum MinefieldAppearanceLane } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum MinefieldAppearanceLane } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum MinefieldAppearanceLane /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java index 02a4f3d0c89562c93d5555de44a35f0ca35bde55..d44163f1408912b84ece5bdbd4ed01fe2bfec256 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceMinefieldType.java @@ -63,12 +63,14 @@ public enum MinefieldAppearanceMinefieldType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldAppearanceMinefieldType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum MinefieldAppearanceMinefieldType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum MinefieldAppearanceMinefieldType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum MinefieldAppearanceMinefieldType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum MinefieldAppearanceMinefieldType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java index 2de4b1655b8548982ef37fd046d16a7328557efc..9ea7ce5ea4eb0bdfcc68af7053772c29453a82f6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldAppearanceState.java @@ -61,12 +61,14 @@ public enum MinefieldAppearanceState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldAppearanceState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum MinefieldAppearanceState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum MinefieldAppearanceState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum MinefieldAppearanceState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum MinefieldAppearanceState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java index e7e684920f77098f4fea8cd5e4687f6b02de72a6..b76d0da0e8cd72349db5fced2aa9aa03029fbec4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldFusingFuseType.java @@ -71,12 +71,14 @@ public enum MinefieldFusingFuseType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldFusingFuseType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum MinefieldFusingFuseType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum MinefieldFusingFuseType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum MinefieldFusingFuseType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum MinefieldFusingFuseType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java index 660428800e6eec87a857d5ddca140d890aae533d..734e82cbf4a992f8b527adb13b3a86931808eb4f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemeAlgae.java @@ -65,12 +65,14 @@ public enum MinefieldPaintSchemeAlgae if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldPaintSchemeAlgae"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum MinefieldPaintSchemeAlgae } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum MinefieldPaintSchemeAlgae } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum MinefieldPaintSchemeAlgae } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum MinefieldPaintSchemeAlgae /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java index b2aea526ec29d324520bc2ab2e9426412d9e4448..1ba257944b786ecca43b52ee152d801702c38ce5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldPaintSchemePaintScheme.java @@ -95,12 +95,14 @@ public enum MinefieldPaintSchemePaintScheme if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldPaintSchemePaintScheme"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -109,7 +111,7 @@ public enum MinefieldPaintSchemePaintScheme } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -118,7 +120,7 @@ public enum MinefieldPaintSchemePaintScheme } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -135,7 +137,7 @@ public enum MinefieldPaintSchemePaintScheme } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -154,7 +156,7 @@ public enum MinefieldPaintSchemePaintScheme /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java index 65ac7a08777b4c3fbb452bc91a95c815d20da455..1572923d24c72998a8214374190e5eb92ee8cd5a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypes.java @@ -67,12 +67,14 @@ public enum MinefieldSensorTypes if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypes"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum MinefieldSensorTypes } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum MinefieldSensorTypes } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum MinefieldSensorTypes } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum MinefieldSensorTypes /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java index 8374484bff57839a54654a2a1cb2b067bd8b23c4..d6c1c31e277a211aebf93e7d26bbc00201df687d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesFLIR.java @@ -77,12 +77,14 @@ public enum MinefieldSensorTypesFLIR if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesFLIR"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum MinefieldSensorTypesFLIR } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -99,7 +101,7 @@ public enum MinefieldSensorTypesFLIR byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum MinefieldSensorTypesFLIR } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum MinefieldSensorTypesFLIR /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java index f8c459daae70b6f08008337cb467e9061ef7938f..ace26894c4d03742dcdf7cf3142d43d6461989ff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesLaser.java @@ -61,12 +61,14 @@ public enum MinefieldSensorTypesLaser if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesLaser"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum MinefieldSensorTypesLaser } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum MinefieldSensorTypesLaser byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum MinefieldSensorTypesLaser } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum MinefieldSensorTypesLaser /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java index e50f0681d89ececbecb530032250c8d2cd4f390f..a45bbe3ef889772fb5ae901425e0cb2cd31e972a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMagnetic.java @@ -65,12 +65,14 @@ public enum MinefieldSensorTypesMagnetic if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesMagnetic"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum MinefieldSensorTypesMagnetic } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum MinefieldSensorTypesMagnetic byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum MinefieldSensorTypesMagnetic } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum MinefieldSensorTypesMagnetic /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java index 35b91055b70dccca8f9605c86b900ea7775016e2..df651010db68cde0a95c4aa0fc658273bacfa358 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesMultispectral.java @@ -59,12 +59,14 @@ public enum MinefieldSensorTypesMultispectral if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesMultispectral"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum MinefieldSensorTypesMultispectral } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum MinefieldSensorTypesMultispectral byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum MinefieldSensorTypesMultispectral } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum MinefieldSensorTypesMultispectral /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java index 40c55dee05641fd186264ea007b1037ee49f6415..11543f01d04d604c4d4f62d9101a50f273b69de1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesOptical.java @@ -81,12 +81,14 @@ public enum MinefieldSensorTypesOptical if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesOptical"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -95,7 +97,7 @@ public enum MinefieldSensorTypesOptical } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -103,7 +105,7 @@ public enum MinefieldSensorTypesOptical byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum MinefieldSensorTypesOptical } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum MinefieldSensorTypesOptical /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java index 944daddfa6a23dc22547aef53b445a119305fa1b..0918827db01c9d47fcd474a723cfbafa8ebe0b12 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesPhysical.java @@ -63,12 +63,14 @@ public enum MinefieldSensorTypesPhysical if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesPhysical"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum MinefieldSensorTypesPhysical } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum MinefieldSensorTypesPhysical byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum MinefieldSensorTypesPhysical } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum MinefieldSensorTypesPhysical /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java index ff13abc2e287588762946d9399a5689fd3f3f62b..b52a6166a8aad2511be0623316adc34507474831 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesRADAR.java @@ -69,12 +69,14 @@ public enum MinefieldSensorTypesRADAR if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesRADAR"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum MinefieldSensorTypesRADAR } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -91,7 +93,7 @@ public enum MinefieldSensorTypesRADAR byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum MinefieldSensorTypesRADAR } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -112,7 +114,7 @@ public enum MinefieldSensorTypesRADAR /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java index 881eabf9bbd7f040ff2273292881c90cbaf815c6..d9341760c842fb426381d381b29de45697728986 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldSensorTypesSONAR.java @@ -59,12 +59,14 @@ public enum MinefieldSensorTypesSONAR if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldSensorTypesSONAR"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum MinefieldSensorTypesSONAR } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum MinefieldSensorTypesSONAR byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum MinefieldSensorTypesSONAR } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum MinefieldSensorTypesSONAR /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java index 66e880c21f7b237021210f64885767ffda129162..62e890c69b77172304a29d5ffab8cf2bb2ff57a7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MinefieldStateProtocolMode.java @@ -61,12 +61,14 @@ public enum MinefieldStateProtocolMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MinefieldStateProtocolMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum MinefieldStateProtocolMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum MinefieldStateProtocolMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum MinefieldStateProtocolMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum MinefieldStateProtocolMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java index 5bfc59e96b37952373cfd83ff80cd542c9de297d..310e6fe5a52a2f0e7a48b28f2a69ef4557ab4183 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5IFFMission.java @@ -71,12 +71,14 @@ public enum Mode5IFFMission if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5IFFMission"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum Mode5IFFMission } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum Mode5IFFMission } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum Mode5IFFMission } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum Mode5IFFMission /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java index 0a5c23f5d47fd8147f8badfb7fc7543860d87124..b1296cf353e893820f2798222f074a2c888f7e38 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LevelSelection.java @@ -61,12 +61,14 @@ public enum Mode5LevelSelection if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5LevelSelection"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Mode5LevelSelection } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Mode5LevelSelection } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Mode5LevelSelection } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Mode5LevelSelection /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java index 4c69b42a5ec3b0d13bfe45d964bbe435c9352b2b..245a2fb738997bae24b4e3939c5024cd305b902e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5LocationErrors.java @@ -61,12 +61,14 @@ public enum Mode5LocationErrors if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5LocationErrors"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Mode5LocationErrors } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Mode5LocationErrors } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Mode5LocationErrors } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Mode5LocationErrors /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java index 2715847ca43efb9f65dd8be7039da600c9e8aa9d..cf4b2256de4e7ac2bd7e4fe1290eacdab577dcc7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5MessageFormatsStatus.java @@ -61,12 +61,14 @@ public enum Mode5MessageFormatsStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5MessageFormatsStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Mode5MessageFormatsStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Mode5MessageFormatsStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Mode5MessageFormatsStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Mode5MessageFormatsStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java index 7c1b588a0b5f5628d79c20a0fb50c2a7600288ff..bdbceb03bd6847244624f663dcfc4c4d6de87e30 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5PlatformType.java @@ -61,12 +61,14 @@ public enum Mode5PlatformType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5PlatformType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Mode5PlatformType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Mode5PlatformType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Mode5PlatformType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Mode5PlatformType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java index cdacc6a73de2db0591565ff9787b0786a1effc43..f2dd29778fe56c846f54b4df6f44eea4423b11ee 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5Reply.java @@ -65,12 +65,14 @@ public enum Mode5Reply if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5Reply"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Mode5Reply } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Mode5Reply } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Mode5Reply } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Mode5Reply /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java index 06ffcd6619f870d818b975cbeac53c4639e51fca..f63f560246d2da6e0c9078edbb2c56f5cc2da997 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SAltitudeResolution.java @@ -61,12 +61,14 @@ public enum Mode5SAltitudeResolution if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5SAltitudeResolution"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum Mode5SAltitudeResolution } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum Mode5SAltitudeResolution } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum Mode5SAltitudeResolution } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum Mode5SAltitudeResolution /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java index 5ca82f66a513d00dde91d2c5d974a68c3cd5c530..9518fb5ed07da3575a4936e8ff2cef8a5c965f8e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Mode5SquitterType.java @@ -63,12 +63,14 @@ public enum Mode5SquitterType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Mode5SquitterType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum Mode5SquitterType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum Mode5SquitterType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum Mode5SquitterType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum Mode5SquitterType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java index 9074f1aa833dee0c83291948356d5b6d2862a4bc..c23c389e7cd7e92a53205a2787bb55f15aa11230 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeCAltitudeIndicator.java @@ -61,12 +61,14 @@ public enum ModeCAltitudeIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ModeCAltitudeIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum ModeCAltitudeIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum ModeCAltitudeIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum ModeCAltitudeIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum ModeCAltitudeIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java index 5b5328c04a67bcf15c5ef324fb6df75ddcb4f7c2..4aa19d08fed83dfd3cf6a0d119b10b56a0c57037 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorIdentifierICType.java @@ -61,12 +61,14 @@ public enum ModeSInterrogatorIdentifierICType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ModeSInterrogatorIdentifierICType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum ModeSInterrogatorIdentifierICType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum ModeSInterrogatorIdentifierICType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum ModeSInterrogatorIdentifierICType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum ModeSInterrogatorIdentifierICType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java index b1eee469eb37b0d6239b34af7aa4bb22c2a17511..359f70023c32f090d4c722734217d71d9bf99b46 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSInterrogatorStatusTransmitState.java @@ -69,12 +69,14 @@ public enum ModeSInterrogatorStatusTransmitState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ModeSInterrogatorStatusTransmitState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum ModeSInterrogatorStatusTransmitState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum ModeSInterrogatorStatusTransmitState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum ModeSInterrogatorStatusTransmitState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum ModeSInterrogatorStatusTransmitState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java index 5aaf1eae5459db21fe1886107e7638f6b04b71e3..a89ba7565423ccdc9d5a19fc6389db4a314b0939 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterRecordSource.java @@ -61,12 +61,14 @@ public enum ModeSSquitterRecordSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ModeSSquitterRecordSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum ModeSSquitterRecordSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum ModeSSquitterRecordSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum ModeSSquitterRecordSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum ModeSSquitterRecordSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java index 7358c28ac0a9404c943f023c39c23afb962cef2b..6cdd8d2b3af4a4e5aa7aae4d9eaff8d8782e75c7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ModeSSquitterType.java @@ -65,12 +65,14 @@ public enum ModeSSquitterType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ModeSSquitterType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum ModeSSquitterType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum ModeSSquitterType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum ModeSSquitterType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum ModeSSquitterType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java index cae6865a00f5ba5f86ce4b51242053b1b5f4aab3..8ab15bb704f6ca7b2d5342b8ec47246239f9dd62 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionCategory.java @@ -65,12 +65,14 @@ public enum MunitionCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MunitionCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum MunitionCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum MunitionCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum MunitionCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum MunitionCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java index fa0b74e0aa3c1c08be84a73ce656b5e5c9740f6e..fb01eae3a36db6e72fb4a8e3feedc075aaa4c5fd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorFuse.java @@ -271,12 +271,14 @@ public enum MunitionDescriptorFuse if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MunitionDescriptorFuse"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -285,7 +287,7 @@ public enum MunitionDescriptorFuse } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -293,7 +295,7 @@ public enum MunitionDescriptorFuse byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -303,7 +305,7 @@ public enum MunitionDescriptorFuse } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -314,7 +316,7 @@ public enum MunitionDescriptorFuse /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java index aa7124ec3bce6c0a1f79d4b457719f2c550d5646..8abefbe993f3d3b09e57f62048bce09aa90d9abb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDescriptorWarhead.java @@ -249,12 +249,14 @@ public enum MunitionDescriptorWarhead if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MunitionDescriptorWarhead"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -263,7 +265,7 @@ public enum MunitionDescriptorWarhead } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -271,7 +273,7 @@ public enum MunitionDescriptorWarhead byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -281,7 +283,7 @@ public enum MunitionDescriptorWarhead } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -292,7 +294,7 @@ public enum MunitionDescriptorWarhead /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java index b98f173a550d65ab3d1e0de7050f7986ce38f5c5..ea80add3eb3d98b861f8d7985bf97cfe3ac771d3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionDomain.java @@ -83,12 +83,14 @@ public enum MunitionDomain if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MunitionDomain"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum MunitionDomain } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum MunitionDomain } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum MunitionDomain } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum MunitionDomain /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java index 28460dbd766a130289ac141b052d29ee34938912..af892e343b667a040db56f93f27ba57935163f03 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/MunitionExpendableStatus.java @@ -63,12 +63,14 @@ public enum MunitionExpendableStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration MunitionExpendableStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum MunitionExpendableStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum MunitionExpendableStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum MunitionExpendableStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum MunitionExpendableStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java index 2a1574501d8d7a9caefc77e5d5fb368c7fff4388..3c6607769f52653a8c649d638a47297a89bfccb6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordFrequencyTable.java @@ -65,12 +65,14 @@ public enum NETIDRecordFrequencyTable if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration NETIDRecordFrequencyTable"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum NETIDRecordFrequencyTable } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum NETIDRecordFrequencyTable } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum NETIDRecordFrequencyTable } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum NETIDRecordFrequencyTable /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java index 278d4db1081ee595eb5c0b17c11d1acc5be8d3c1..3856b556e7c0c6ada811302d159e259823e167d2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NETIDRecordMode.java @@ -63,12 +63,14 @@ public enum NETIDRecordMode if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration NETIDRecordMode"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum NETIDRecordMode } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum NETIDRecordMode } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum NETIDRecordMode } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum NETIDRecordMode /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java b/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java index 4eefcd64e9f13df5f66fbd173c30384d52d6f8e6..3bb6ed089d948543b88d6c72e9b52a2419b75d33 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/NavigationSource.java @@ -65,12 +65,14 @@ public enum NavigationSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration NavigationSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum NavigationSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum NavigationSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum NavigationSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum NavigationSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java b/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java index d9b8385abe215eba2e00a656f14682c18f541769..646aa681c88b6ba0f5ae50fbd05fa28ea46f4de6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ObjectKind.java @@ -75,12 +75,14 @@ public enum ObjectKind if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ObjectKind"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum ObjectKind } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum ObjectKind } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum ObjectKind } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum ObjectKind /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java index 017419df476ebe46b8a818054f2512da1ded7af9..e883871cdd2a279846e139b469fd1b65844332a8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/OwnershipStatus.java @@ -71,12 +71,14 @@ public enum OwnershipStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration OwnershipStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum OwnershipStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum OwnershipStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum OwnershipStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum OwnershipStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java b/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java index ac97c69b77dec211dd8cd426cad72edf5710ce0a..81e994f9f50e1cb5181483900391b75c40935320 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Parachute.java @@ -65,12 +65,14 @@ public enum Parachute if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Parachute"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Parachute } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Parachute } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Parachute } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Parachute /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java index 1a3cafd247ad9faccc174f725736134aa57331ad..eabb948568e170b059997539943a426a90b3b1bb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PhysicalAssociationTypeGroups.java @@ -67,12 +67,14 @@ public enum PhysicalAssociationTypeGroups if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PhysicalAssociationTypeGroups"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum PhysicalAssociationTypeGroups } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum PhysicalAssociationTypeGroups } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum PhysicalAssociationTypeGroups } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum PhysicalAssociationTypeGroups /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java index 65e558c461b34fcc4d0be23d319a47df5618eeb5..c56c103afdee90a593ca8b8b9281176050bb72c0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCategory.java @@ -110,12 +110,14 @@ public enum PlatformAirCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -124,7 +126,7 @@ public enum PlatformAirCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -133,7 +135,7 @@ public enum PlatformAirCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -150,7 +152,7 @@ public enum PlatformAirCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -169,7 +171,7 @@ public enum PlatformAirCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java index 26748d9af17a4afc84b01137f9c7bf426b43c0a2..043e020597b744eff226d335cc9e721d7437f83a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianFixedWingAircraftSubcategories.java @@ -75,12 +75,14 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianFixedWingAircraftSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum PlatformAirCivilianFixedWingAircraftSubcategories implements SubCate /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java index 1782410c4bcaf03ba1bac0eea8e3aa69cbef9ebe..3b3a4d527b4da17c2be6df8849d3fdd67b8d1527 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianGliderSubcategories.java @@ -63,12 +63,14 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianGliderSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum PlatformAirCivilianGliderSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java index 1d02827ec29fe693ffcf9d0e6a5683efe854bf7b..73c73e7221f2e623ecd2d6c363351ce4181b45cd 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianHelicopterSubcategories.java @@ -73,12 +73,14 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianHelicopterSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum PlatformAirCivilianHelicopterSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java index 099855af62a863a747fcb099656fdbe13c0014e4..697dcee2a60d5324f7769e52832bb7749a5b9256 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirAirshipSubcategories.java @@ -67,12 +67,14 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianLighterthanAirAirshipSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum PlatformAirCivilianLighterthanAirAirshipSubcategories implements Sub /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java index 802840fcd307770bdbd5ea0e2f1b48981b3f4ef2..d1354595144b4f5c83fee3a01674769105e4f2db 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianLighterthanAirBalloonSubcategories.java @@ -69,12 +69,14 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianLighterthanAirBalloonSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformAirCivilianLighterthanAirBalloonSubcategories implements Sub /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java index 64ca1d09e149a2346a241fdbb9e70a375a48fb46..08c1501cca464286dab546f56248dbcbf0c4da25 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories.java @@ -69,12 +69,14 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformAirCivilianUltralightNonrigidWingAircraftSubcategories imple /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java index b525708c63c9270c759566d9ecafd6dca3d9fbac..b6052369996b199b51e64c0b61ba71de6957d912 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformAirCivilianUltralightRigidWingAircraftSubcategories.java @@ -63,12 +63,14 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformAirCivilianUltralightRigidWingAircraftSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum PlatformAirCivilianUltralightRigidWingAircraftSubcategories implemen /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java index 416986d654283f5f1f6d4c4d55c0905a1317317c..fe2fca1ef0c084cf4d3461eb3bbb7f1a5e8dac31 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformDomain.java @@ -69,12 +69,14 @@ public enum PlatformDomain if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformDomain"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformDomain } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformDomain } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformDomain } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformDomain /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java index 2c43c253b1ef9c70ff17ae9caae931c6e7b5944c..b7bbcb3509552fed92bf359f29ab9eda9c450568 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandBusSubcategories.java @@ -97,12 +97,14 @@ public enum PlatformLandBusSubcategories if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandBusSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -111,7 +113,7 @@ public enum PlatformLandBusSubcategories } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -120,7 +122,7 @@ public enum PlatformLandBusSubcategories } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -137,7 +139,7 @@ public enum PlatformLandBusSubcategories } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -156,7 +158,7 @@ public enum PlatformLandBusSubcategories /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java index 60112ff3e6215051315a3d0d239e795fc3dd1449..cedc50659955a91a9692b0e22fdc168f0134e11a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCarSubcategories.java @@ -147,12 +147,14 @@ public enum PlatformLandCarSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandCarSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -161,7 +163,7 @@ public enum PlatformLandCarSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -170,7 +172,7 @@ public enum PlatformLandCarSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -187,7 +189,7 @@ public enum PlatformLandCarSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -206,7 +208,7 @@ public enum PlatformLandCarSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java index 7bd9ec6e765c1292ef46bad3974e98c06ec22da6..775f7a708493266820987ab78786537b829e3d2e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandCategory.java @@ -155,12 +155,14 @@ public enum PlatformLandCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -169,7 +171,7 @@ public enum PlatformLandCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -178,7 +180,7 @@ public enum PlatformLandCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -195,7 +197,7 @@ public enum PlatformLandCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -214,7 +216,7 @@ public enum PlatformLandCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java index 3cbf7ae0a5a337c6a819eadf888c7b3893b0179b..44dd566356615127f08c26760cf71c6f36eab566 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandConstructionSpecialtyVehicleSubcategories.java @@ -171,12 +171,14 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandConstructionSpecialtyVehicleSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -185,7 +187,7 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -194,7 +196,7 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -211,7 +213,7 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -230,7 +232,7 @@ public enum PlatformLandConstructionSpecialtyVehicleSubcategories implements Sub /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java index 648396daba2999b1f59fbb42cd8a4ddb7149f3e5..4b473ea7e1150c7ebc750591e7d1738b77b9a577 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandFarmSpecialtyVehicleSubcategories.java @@ -77,12 +77,14 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandFarmSpecialtyVehicleSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum PlatformLandFarmSpecialtyVehicleSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java index 97a56c9dcb58105b10415f91a8f3d0f6a2ce367c..aa00d1c2cf89996a3e2e29469db69112d254f02f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMotorcycleSubcategories.java @@ -69,12 +69,14 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandMotorcycleSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformLandMotorcycleSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java index 86676a1efc85ada71f55b7779c31580bcc27c818..451073a363fd0a343c27cfca93f234c1a2f5daf9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitCargoTruckSubcategories.java @@ -65,12 +65,14 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandMultipleUnitCargoTruckSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum PlatformLandMultipleUnitCargoTruckSubcategories implements SubCatego /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java index aa1e61194677748f51c450319275c8786982442e..48bb1ffb213da588f94918c0749b906b56fd75d5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories.java @@ -63,12 +63,14 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum PlatformLandMultipleUnitUtilityEmergencyTruckSubcategories implement /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java index f32e3dd7899f8d560208d88ac94ec25cbec392ca..03023e4c0558827d9b0d4e0784cb3d4d7a7d3b3a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandNonmotorizedSubcategories.java @@ -109,12 +109,14 @@ public enum PlatformLandNonmotorizedSubcategories if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandNonmotorizedSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -123,7 +125,7 @@ public enum PlatformLandNonmotorizedSubcategories } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -132,7 +134,7 @@ public enum PlatformLandNonmotorizedSubcategories } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -149,7 +151,7 @@ public enum PlatformLandNonmotorizedSubcategories } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -168,7 +170,7 @@ public enum PlatformLandNonmotorizedSubcategories /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java index dd3d132b02759612ca050a4cb3ffd1bf16338bdd..25707112a2b91618529603d2d8c5dccdddfc62d0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandRecreationalSubcategories.java @@ -89,12 +89,14 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandRecreationalSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -103,7 +105,7 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -112,7 +114,7 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -129,7 +131,7 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -148,7 +150,7 @@ public enum PlatformLandRecreationalSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java index 576cfe2cb9ff20d3d932ee7ea221ff9d5cdd5434..822bce4b44ae86ecfd6c71943793d5b131ce35b2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitCargoTruckSubcategories.java @@ -123,12 +123,14 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandSingleUnitCargoTruckSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -137,7 +139,7 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -146,7 +148,7 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -163,7 +165,7 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -182,7 +184,7 @@ public enum PlatformLandSingleUnitCargoTruckSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java index 6aa550f8090904620bb77ad86060598073721a5a..c42c9c3fa96977032374000ca166ccc78495f8b4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandSingleUnitUtilityEmergencyTruckSubcategories.java @@ -149,12 +149,14 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandSingleUnitUtilityEmergencyTruckSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -163,7 +165,7 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -172,7 +174,7 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -189,7 +191,7 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -208,7 +210,7 @@ public enum PlatformLandSingleUnitUtilityEmergencyTruckSubcategories implements /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java index a7346e61e4bfbcf9ee84ffb257539857696718f7..17932466027a4e0dffe0275b11c8c91c392e9978 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrailerSubcategories.java @@ -115,12 +115,14 @@ public enum PlatformLandTrailerSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandTrailerSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -129,7 +131,7 @@ public enum PlatformLandTrailerSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -138,7 +140,7 @@ public enum PlatformLandTrailerSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -155,7 +157,7 @@ public enum PlatformLandTrailerSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -174,7 +176,7 @@ public enum PlatformLandTrailerSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java index b0b6b92c8e34e3064352dd9650397c4d70e1ae9e..36b10acbc300b43c269f6fc6cf8c18a03d177dad 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandTrainsSubcategories.java @@ -75,12 +75,14 @@ public enum PlatformLandTrainsSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandTrainsSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum PlatformLandTrainsSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum PlatformLandTrainsSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum PlatformLandTrainsSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum PlatformLandTrainsSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java index 5bc66873da5ab800ee4e9e60c3654802e135d012..39eebd19dc106ca7f6757a0f66c176d9d466b4af 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformLandUtilityEmergencyCarSubcategories.java @@ -71,12 +71,14 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformLandUtilityEmergencyCarSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum PlatformLandUtilityEmergencyCarSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java index 723ef38d0e690ad9f7ce6a2b53616d33cf2d8ac9..969280333cf6d96a9d5ba30a4bda5b842a922f3c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSpaceCategory.java @@ -65,12 +65,14 @@ public enum PlatformSpaceCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSpaceCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum PlatformSpaceCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum PlatformSpaceCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum PlatformSpaceCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum PlatformSpaceCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java index fe88e165b10dfe81db40ff67193b9a518702081a..2b0d0697ec5ae718c59a4bfdf74dc6c2509932a2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCategory.java @@ -97,12 +97,14 @@ public enum PlatformSubsurfaceCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSubsurfaceCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -111,7 +113,7 @@ public enum PlatformSubsurfaceCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -120,7 +122,7 @@ public enum PlatformSubsurfaceCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -137,7 +139,7 @@ public enum PlatformSubsurfaceCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -156,7 +158,7 @@ public enum PlatformSubsurfaceCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java index 512ef916c07e61bdfe111fbd7c9fd99de64925d6..144a8fb2ae0ed914ff9d1f154e68b581c1286ab9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories.java @@ -61,12 +61,14 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum PlatformSubsurfaceCivilianSemiSubmersiblesSubcategories implements S /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java index 5e375a180ce38645d3c567e755756f910eeb35c1..d6362559059bea266590f9f822f306a7b7232db0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmarineSubcategories.java @@ -61,12 +61,14 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSubsurfaceCivilianSubmarineSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum PlatformSubsurfaceCivilianSubmarineSubcategories implements SubCateg /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java index d57063e13141e2e67bf7ed843268960927f8738f..ab0b356a098925a0575e1b405191e8e6438f7ac3 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSubsurfaceCivilianSubmersibleSubcategories.java @@ -61,12 +61,14 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSubsurfaceCivilianSubmersibleSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum PlatformSubsurfaceCivilianSubmersibleSubcategories implements SubCat /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java index 39b8adaa56033f7253ee1ce9232a78365796b55d..7c4fb9bca8cc90729143e72921cf4a7e792f96b2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceCategory.java @@ -142,12 +142,14 @@ public enum PlatformSurfaceCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -156,7 +158,7 @@ public enum PlatformSurfaceCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -165,7 +167,7 @@ public enum PlatformSurfaceCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -182,7 +184,7 @@ public enum PlatformSurfaceCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -201,7 +203,7 @@ public enum PlatformSurfaceCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java index 2c6a4dec70f0a2291946bc49b29c0fc0d1dc6a4f..6397b75af6fad34bb2b47d528a1a7c0499499eea 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceDryCargoShipSubcategories.java @@ -73,12 +73,14 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceDryCargoShipSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -87,7 +89,7 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -96,7 +98,7 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -113,7 +115,7 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -132,7 +134,7 @@ public enum PlatformSurfaceDryCargoShipSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java index 67a6d91b64353d29974cdb3fef793b56756cfe9d..963e2bf464dbc96a049e24be6c194b46e014b50d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceFishingVesselSubcategories.java @@ -69,12 +69,14 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceFishingVesselSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformSurfaceFishingVesselSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java index d9d72f33919d34b3e32e1bea5846926196de15e5..9c937d0c17ef2fd6bf288d24623b378bc78808a8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceOtherVesselsSubcategories.java @@ -79,12 +79,14 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceOtherVesselsSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -93,7 +95,7 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -102,7 +104,7 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -119,7 +121,7 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -138,7 +140,7 @@ public enum PlatformSurfaceOtherVesselsSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java index 295fec2ccb9b318f7b78b4d52e1758dfb10b0ce0..6f991d82eddbbd03010b995a9ef11f6d1d325530 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePassengerVesselSubcategories.java @@ -69,12 +69,14 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfacePassengerVesselSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum PlatformSurfacePassengerVesselSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java index e8488aba99bd44f193b5ea26705fc4c945600e18..84de6098dd5e6108d3e25ce9f9add4f2762c6c31 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateMotorboatSubcategories.java @@ -67,12 +67,14 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfacePrivateMotorboatSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum PlatformSurfacePrivateMotorboatSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java index 3e4d00bed7f8b118f9b01b23e4a09e1af07bf7c5..98a82fd2a88264a1036451b63f0b048d17576e92 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfacePrivateSailboatSubcategories.java @@ -67,12 +67,14 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfacePrivateSailboatSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum PlatformSurfacePrivateSailboatSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java index 1ffbe955d8e495e0a9cadd5f4076d199b602d3e0..cd625a43f5fc32a15418721f92e14ecbdc17f446 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceSupportVesselSubcategories.java @@ -77,12 +77,14 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceSupportVesselSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum PlatformSurfaceSupportVesselSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java index fdbf536c8e16f0126b5043d277041afe3cb8b9cb..9cc88ff6fcc8d86403af658933a76fdec31eff0a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/PlatformSurfaceTankerSubcategories.java @@ -77,12 +77,14 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration PlatformSurfaceTankerSubcategories"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum PlatformSurfaceTankerSubcategories implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java index 4886501f09f79431be0fe9990bf5c684d227c71f..8756e016198b0a123e5cd4b79ecf5a06ad9f698b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioCategory.java @@ -145,12 +145,14 @@ public enum RadioCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RadioCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -159,7 +161,7 @@ public enum RadioCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -168,7 +170,7 @@ public enum RadioCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -185,7 +187,7 @@ public enum RadioCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -204,7 +206,7 @@ public enum RadioCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java b/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java index 98e730e2128042cb2ef90db18747da1c6bba1552..c680ae376faf54f543baef612294769be104cb62 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RadioSubcategory.java @@ -179,12 +179,14 @@ public enum RadioSubcategory implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RadioSubcategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -193,7 +195,7 @@ public enum RadioSubcategory implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -201,7 +203,7 @@ public enum RadioSubcategory implements SubCategory byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -211,7 +213,7 @@ public enum RadioSubcategory implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -222,7 +224,7 @@ public enum RadioSubcategory implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java b/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java index d5b5713aee2d7429959f4b11f2a348fca862737c..e9d6427a02c2e9168085d13f9b5d8248c9c8b764 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ReceiverReceiverState.java @@ -63,12 +63,14 @@ public enum ReceiverReceiverState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ReceiverReceiverState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum ReceiverReceiverState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -85,7 +87,7 @@ public enum ReceiverReceiverState byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -95,7 +97,7 @@ public enum ReceiverReceiverState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -106,7 +108,7 @@ public enum ReceiverReceiverState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java b/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java index 9283a2d05361ee83df2165b33f52a4a340b8c076..9c50d614258caa07c1a12fbb2b842d7f1a50b1ab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RecordQueryREventType.java @@ -61,12 +61,14 @@ public enum RecordQueryREventType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RecordQueryREventType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum RecordQueryREventType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum RecordQueryREventType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum RecordQueryREventType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum RecordQueryREventType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java b/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java index 5f2d949059888b337150949a1538a6fe74db8a49..98235c09b93b5246a50525cec12e9b5d0ec915ad 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RecordREventType.java @@ -59,12 +59,14 @@ public enum RecordREventType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RecordREventType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum RecordREventType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum RecordREventType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum RecordREventType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum RecordREventType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java index ccd79f28f926079dc3b789a889a0d1df8b87f37a..04fe9f2340b09441cea4b9a6879e73e1dfecd1e0 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairCompleteRepair.java @@ -225,12 +225,14 @@ public enum RepairCompleteRepair if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RepairCompleteRepair"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -239,7 +241,7 @@ public enum RepairCompleteRepair } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -247,7 +249,7 @@ public enum RepairCompleteRepair byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -257,7 +259,7 @@ public enum RepairCompleteRepair } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -268,7 +270,7 @@ public enum RepairCompleteRepair /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java index 3f65ecc8060331f8da00f12281c0bdf349ab42d4..6a100fc9e97ddda8287421196fc3e9cb962b4d77 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairGroups.java @@ -77,12 +77,14 @@ public enum RepairGroups if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RepairGroups"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum RepairGroups } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -100,7 +102,7 @@ public enum RepairGroups } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum RepairGroups } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -136,7 +138,7 @@ public enum RepairGroups /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java b/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java index 4f9f6267eb60f3285cc3d8147b2a038dc9deba68..32a422ab7884bae63d0178814f64971a59c35fb8 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RepairResponseRepairResult.java @@ -67,12 +67,14 @@ public enum RepairResponseRepairResult if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RepairResponseRepairResult"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum RepairResponseRepairResult } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum RepairResponseRepairResult } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum RepairResponseRepairResult } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum RepairResponseRepairResult /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java b/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java index 819715f271625f6005513e55ef8c827611b6078d..601e6edb46291869ab544265338d9fdc80978ba7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ReplyAmplification.java @@ -65,12 +65,14 @@ public enum ReplyAmplification if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ReplyAmplification"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum ReplyAmplification } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum ReplyAmplification } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum ReplyAmplification } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum ReplyAmplification /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java b/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java index 2b6e75be4f3aa3fc16e5e4ea163f6267e2766df8..47ddd850a067ef55e549652a329c74d0aee18351 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/RequiredReliabilityService.java @@ -61,12 +61,14 @@ public enum RequiredReliabilityService if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration RequiredReliabilityService"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum RequiredReliabilityService } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum RequiredReliabilityService } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum RequiredReliabilityService } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum RequiredReliabilityService /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java b/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java index 99cd1ce921aca264f681ba883cc993ac2d24b1ca..df3c7f0af6ae53d6f7b9807d58c87995d56a420e 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SISOSTD002Version.java @@ -59,12 +59,14 @@ public enum SISOSTD002Version if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SISOSTD002Version"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum SISOSTD002Version } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -82,7 +84,7 @@ public enum SISOSTD002Version } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum SISOSTD002Version } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -118,7 +120,7 @@ public enum SISOSTD002Version /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/Season.java b/src-generated/edu/nps/moves/dis7/enumerations/Season.java index 719f90c3db6b038d5b1a99556f9a2b28ebcddb11..2611dd487461b85ace5a48b0f84acd185f6611c7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/Season.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/Season.java @@ -65,12 +65,14 @@ public enum Season if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration Season"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum Season } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum Season } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum Season } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum Season /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java index 7579722926c77e3b2cb5f286aebf77ed6aad5f6f..9ac6ed7fcee68054cfc68f96664c3e4da780333a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorEmitterCategory.java @@ -91,12 +91,14 @@ public enum SensorEmitterCategory implements Category if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SensorEmitterCategory"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -105,7 +107,7 @@ public enum SensorEmitterCategory implements Category } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -114,7 +116,7 @@ public enum SensorEmitterCategory implements Category } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -131,7 +133,7 @@ public enum SensorEmitterCategory implements Category } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -150,7 +152,7 @@ public enum SensorEmitterCategory implements Category /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java index 26460059d3909cf5233848b5370d68825e5121f6..72a5bd64bc208531ce75f9e59ab5594ab9fb5166 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorOnOffStatus.java @@ -61,12 +61,14 @@ public enum SensorOnOffStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SensorOnOffStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum SensorOnOffStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum SensorOnOffStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum SensorOnOffStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum SensorOnOffStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java index 2d80a95126e4f07e7cd2e1e24d13acbc388d7bd7..42840d45891d96b47f44a79de340f4d02fef3a48 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypeOtherActiveSensors.java @@ -59,12 +59,14 @@ public enum SensorRecordSensorTypeOtherActiveSensors if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SensorRecordSensorTypeOtherActiveSensors"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum SensorRecordSensorTypeOtherActiveSensors } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum SensorRecordSensorTypeOtherActiveSensors byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum SensorRecordSensorTypeOtherActiveSensors } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum SensorRecordSensorTypeOtherActiveSensors /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java index 3527133c68aa0a3c35a56961d8c0c3bf3af93c04..a3cc1451833b75df19c89361ac7ee000eaa78f44 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorRecordSensorTypePassiveSensors.java @@ -147,12 +147,14 @@ public enum SensorRecordSensorTypePassiveSensors if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SensorRecordSensorTypePassiveSensors"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -161,7 +163,7 @@ public enum SensorRecordSensorTypePassiveSensors } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -169,7 +171,7 @@ public enum SensorRecordSensorTypePassiveSensors byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -179,7 +181,7 @@ public enum SensorRecordSensorTypePassiveSensors } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -190,7 +192,7 @@ public enum SensorRecordSensorTypePassiveSensors /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java b/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java index f73e7d26bdf03744d2653518215c7594079b034b..514684f456438065b34ee2006b7ffc67063e6ca9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SensorTypeSource.java @@ -69,12 +69,14 @@ public enum SensorTypeSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SensorTypeSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum SensorTypeSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -92,7 +94,7 @@ public enum SensorTypeSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum SensorTypeSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum SensorTypeSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java index fb30055674d93855aec8819d2438ff467e0652b8..0a39f3affdcb529ca1560970493b1c8de00c0756 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPPreEntityIndicator.java @@ -65,12 +65,14 @@ public enum SeparationVPPreEntityIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SeparationVPPreEntityIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum SeparationVPPreEntityIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum SeparationVPPreEntityIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum SeparationVPPreEntityIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum SeparationVPPreEntityIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java index d1de5fac1e542fe951be8778e6fe828d6eff84ba..3d30024580819a9c5375d9a9079caffcd580e0d9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SeparationVPReasonforSeparation.java @@ -63,12 +63,14 @@ public enum SeparationVPReasonforSeparation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SeparationVPReasonforSeparation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum SeparationVPReasonforSeparation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum SeparationVPReasonforSeparation } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum SeparationVPReasonforSeparation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum SeparationVPReasonforSeparation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java b/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java index 404849602121b091e8220bcc1d2183b8bf848bd4..ea8f3db70b493116714d8bdf4029d0a09ef938b2 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/ServiceRequestServiceTypeRequested.java @@ -67,12 +67,14 @@ public enum ServiceRequestServiceTypeRequested if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration ServiceRequestServiceTypeRequested"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum ServiceRequestServiceTypeRequested } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum ServiceRequestServiceTypeRequested } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum ServiceRequestServiceTypeRequested } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum ServiceRequestServiceTypeRequested /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java index f0f14276d08a60a01e2703d5a83b64a7ae79a29c..15dfaf46da58886fbbbd72ffb9c1c467e0baa2a9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingClass.java @@ -65,12 +65,14 @@ public enum SignalEncodingClass if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SignalEncodingClass"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum SignalEncodingClass } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum SignalEncodingClass } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum SignalEncodingClass } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum SignalEncodingClass /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java index b42f2f9615f9baf04219fa3a3339f70e99ed9a5d..54b1b1d94865da95d5b3bbf9eab185138596b9b9 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalEncodingType.java @@ -83,12 +83,14 @@ public enum SignalEncodingType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SignalEncodingType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum SignalEncodingType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -105,7 +107,7 @@ public enum SignalEncodingType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum SignalEncodingType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum SignalEncodingType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java index 2d2a9d254b94d6b729b9904bdcf797d1e3f91f6e..e50e4ac209cf1f61490940ba490cd469544c780c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalTDLType.java @@ -249,12 +249,14 @@ public enum SignalTDLType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SignalTDLType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -263,7 +265,7 @@ public enum SignalTDLType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -271,7 +273,7 @@ public enum SignalTDLType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -281,7 +283,7 @@ public enum SignalTDLType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -292,7 +294,7 @@ public enum SignalTDLType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java b/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java index 03f8582850a7981cf8e291febfa0e5cabdbffdf3..3bf00c5185c95cb5b289189aac1c0f4ac837538a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SignalUserProtocolIdentificationNumber.java @@ -127,12 +127,14 @@ public enum SignalUserProtocolIdentificationNumber if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SignalUserProtocolIdentificationNumber"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -141,7 +143,7 @@ public enum SignalUserProtocolIdentificationNumber } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -149,7 +151,7 @@ public enum SignalUserProtocolIdentificationNumber } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -159,7 +161,7 @@ public enum SignalUserProtocolIdentificationNumber } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static SignalUserProtocolIdentificationNumber unmarshalEnum (ByteBuffer byteBuffer) @@ -169,7 +171,7 @@ public enum SignalUserProtocolIdentificationNumber /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java index b0aa2cec6ef096e214d53fca3eaaaca22db9df95..2dc47d2bcab9e35d735f1fbeee17f9b480115e7b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforAirAreaSize.java @@ -71,12 +71,14 @@ public enum SpecificDimensionEnumerationsforAirAreaSize if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SpecificDimensionEnumerationsforAirAreaSize"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum SpecificDimensionEnumerationsforAirAreaSize } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum SpecificDimensionEnumerationsforAirAreaSize } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum SpecificDimensionEnumerationsforAirAreaSize } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum SpecificDimensionEnumerationsforAirAreaSize /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java index f728117827443e0a7529c6c46df3c028d9f9d877..9ecd1b9f5c0de25747cb3062507300c26abe3225 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpecificDimensionEnumerationsforLandAreaSize.java @@ -71,12 +71,14 @@ public enum SpecificDimensionEnumerationsforLandAreaSize if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SpecificDimensionEnumerationsforLandAreaSize"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum SpecificDimensionEnumerationsforLandAreaSize } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum SpecificDimensionEnumerationsforLandAreaSize } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum SpecificDimensionEnumerationsforLandAreaSize } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum SpecificDimensionEnumerationsforLandAreaSize /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java index b98872e017648f927dfd8f779ba6437728ef2439..d6d90794c549891992889aa84c6e6cf190402cf4 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SpotChaffStatus.java @@ -63,12 +63,14 @@ public enum SpotChaffStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SpotChaffStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum SpotChaffStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum SpotChaffStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum SpotChaffStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum SpotChaffStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java index e16027fae478ad43198dc480a2826b7c3338d3d0..8eb8219bd39aba871ecae2509b11c5177c4090bf 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/StopFreezeReason.java @@ -75,12 +75,14 @@ public enum StopFreezeReason if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration StopFreezeReason"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum StopFreezeReason } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum StopFreezeReason } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum StopFreezeReason } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum StopFreezeReason /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java index 94bafdc1db1d5b71b45fae889608c7e698dbe9a1..fcabee19a577cda54d2be4484520f4bf168143ab 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory200Bird.java @@ -111,12 +111,14 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforAirCategory200Bird"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -125,7 +127,7 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -134,7 +136,7 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -151,7 +153,7 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -170,7 +172,7 @@ public enum SubcategoriesforAirCategory200Bird implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java index e5fe2c72bf9347522c22b8feae1702b2b8dff0e0..abfcc70150405acab8e7eb6a3a0026843125fe5d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory201Insect.java @@ -75,12 +75,14 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforAirCategory201Insect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum SubcategoriesforAirCategory201Insect implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java index 909e808557e776a2d0993ffcc4239e2ebf6909d2..5dcc092ea2b3a8d063db875b6765b730b3d1cd0d 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforAirCategory202Mammal.java @@ -63,12 +63,14 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforAirCategory202Mammal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum SubcategoriesforAirCategory202Mammal implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java index c83504a65570403d3b1dee4f261f790a8bdfbf67..56fc50fd02e740a58f8ff48016db36c9dc376715 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory200Mammal.java @@ -117,12 +117,14 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory200Mammal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -131,7 +133,7 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -140,7 +142,7 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -157,7 +159,7 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -176,7 +178,7 @@ public enum SubcategoriesforLandCategory200Mammal implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java index 3a293728346d3c0e808cf0208d4e926ff9675345..1ed51923fb9a312992386d1e351e8adc7c8aa77c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory201Reptile.java @@ -103,12 +103,14 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory201Reptile"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -117,7 +119,7 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -126,7 +128,7 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -143,7 +145,7 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -162,7 +164,7 @@ public enum SubcategoriesforLandCategory201Reptile implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java index 62ffd7d5a7109df9f95519b9ab578903248f5b9d..20260c9a2befdd8141372841dff2bba1d22c8a83 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory202Amphibian.java @@ -65,12 +65,14 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory202Amphibian"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum SubcategoriesforLandCategory202Amphibian implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java index dc29b8e7bf6d6399e9fcdd841ddca7a3fafd551c..96c21ed2c715888ca3e688e2f836a596c47e43e5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory203Insect.java @@ -71,12 +71,14 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory203Insect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum SubcategoriesforLandCategory203Insect implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java index 854dd36cdbb70491978e7e729829e072d569bec1..61b7cf9447aa02102e8ed2804b1a2d5650847f0b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory204Arachnid.java @@ -67,12 +67,14 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory204Arachnid"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum SubcategoriesforLandCategory204Arachnid implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java index f87bd4cd8683e2a5804ab273625dc973cb69f56c..3a18ee4a9134b50b984c29c8bf3e2b2adcd0e8c5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory205Mollusk.java @@ -61,12 +61,14 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory205Mollusk"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum SubcategoriesforLandCategory205Mollusk implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java index 1d11349ab841d0d3fac9ead194b085282516078d..36eb5f31f62511898bd53a0f16471a2456eeea75 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforLandCategory206Marsupial.java @@ -83,12 +83,14 @@ public enum SubcategoriesforLandCategory206Marsupial if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforLandCategory206Marsupial"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum SubcategoriesforLandCategory206Marsupial } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum SubcategoriesforLandCategory206Marsupial } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum SubcategoriesforLandCategory206Marsupial } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum SubcategoriesforLandCategory206Marsupial /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java index 5b807de17937ecd8a5407afc4f26470769565e6a..00b7e960c4046911ceb6fc0ed26e6b87bdd3ca37 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory200Fish.java @@ -111,12 +111,14 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforSubsurfaceCategory200Fish"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -125,7 +127,7 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -134,7 +136,7 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -151,7 +153,7 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -170,7 +172,7 @@ public enum SubcategoriesforSubsurfaceCategory200Fish implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java index 3cf5ee961ef05de15e66f8c0869e9dacfabd2f05..d4c40bfdba6ae30d429ac9969cc7024ee9bfc9e1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory201Mammal.java @@ -175,12 +175,14 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforSubsurfaceCategory201Mammal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -189,7 +191,7 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -198,7 +200,7 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -215,7 +217,7 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -234,7 +236,7 @@ public enum SubcategoriesforSubsurfaceCategory201Mammal implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java index 9b1c530a3f899848f8d3e03c8bad65d50cbc347b..1f304dfad2b9c2996ebf45e624a8f1d478403f18 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory202Mollusk.java @@ -75,12 +75,14 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforSubsurfaceCategory202Mollusk"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -89,7 +91,7 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -98,7 +100,7 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -134,7 +136,7 @@ public enum SubcategoriesforSubsurfaceCategory202Mollusk implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java index e6a923ece36fa565330a0d7a04ad39577863f7d9..5791c4b67c1d6aec987234087fadc6544ba14441 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory203Crustacean.java @@ -67,12 +67,14 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforSubsurfaceCategory203Crustacean"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum SubcategoriesforSubsurfaceCategory203Crustacean implements SubCatego /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java index 74ca197edba490c1107b612047ae64006eba5abf..0df641395ff74634f65371c669ffb484ec3cf1e5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SubcategoriesforSubsurfaceCategory204Insect.java @@ -61,12 +61,14 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SubcategoriesforSubsurfaceCategory204Insect"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum SubcategoriesforSubsurfaceCategory204Insect implements SubCategory /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java index 0b51ad76ae3402cae993d1e573ac1c51aad935c0..9f8fc4d551826d39802a9e95a92a9c6143bb6a75 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyDomain.java @@ -83,12 +83,14 @@ public enum SupplyDomain if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SupplyDomain"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum SupplyDomain } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -106,7 +108,7 @@ public enum SupplyDomain } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -123,7 +125,7 @@ public enum SupplyDomain } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -142,7 +144,7 @@ public enum SupplyDomain /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java b/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java index ffdbb63d88a3107de85aef34ca14675c537a9cb2..7cadc1a186d3a92cf7ced2d56eb5232f93aac4fe 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SupplyFuelType.java @@ -81,12 +81,14 @@ public enum SupplyFuelType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SupplyFuelType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -95,7 +97,7 @@ public enum SupplyFuelType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -104,7 +106,7 @@ public enum SupplyFuelType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -121,7 +123,7 @@ public enum SupplyFuelType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -140,7 +142,7 @@ public enum SupplyFuelType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java b/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java index e793e887bb9698d8bb91b0d51661344fd6657007..25d64496af71264d47e295ffd5e81baa95cb4027 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/SurveillanceStatus.java @@ -65,12 +65,14 @@ public enum SurveillanceStatus if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration SurveillanceStatus"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum SurveillanceStatus } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum SurveillanceStatus } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum SurveillanceStatus } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum SurveillanceStatus /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java index 30ad672e5c2ddf0a3a2046bc622939debf6ad7ef..c2e6e54f18e4c908e6e014a43bb3c0bc69368719 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASBasicAdvancedIndicator.java @@ -61,12 +61,14 @@ public enum TCASACASBasicAdvancedIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TCASACASBasicAdvancedIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TCASACASBasicAdvancedIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum TCASACASBasicAdvancedIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum TCASACASBasicAdvancedIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum TCASACASBasicAdvancedIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java index 704677bc470e2cc90d25c5b600d79728a423d469..ce920ae818677dab2ea369857f3ca2642268b05f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASIndicator.java @@ -61,12 +61,14 @@ public enum TCASACASIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TCASACASIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TCASACASIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum TCASACASIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum TCASACASIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum TCASACASIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java index 24c53a4b52378d5f466220afdbe930977ab0378a..4c22cff2ec55150e3ac061d89f9a2a45da4d9f71 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASSoftwareVersion.java @@ -63,12 +63,14 @@ public enum TCASACASSoftwareVersion if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TCASACASSoftwareVersion"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum TCASACASSoftwareVersion } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum TCASACASSoftwareVersion } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum TCASACASSoftwareVersion } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TCASACASSoftwareVersion /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java index 6b7bd2e763aaacea0a652d2383bd29d45f10c703..3b4da09972a0b95fe5d7ec3e89668dd860ae6e1c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASACASType.java @@ -63,12 +63,14 @@ public enum TCASACASType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TCASACASType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum TCASACASType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum TCASACASType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum TCASACASType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TCASACASType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java b/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java index dd8350dd991698660d96c80630504e1ab85c1c14..4dc164abcd677a51ed3a9299f6ebc4c422032a06 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TCASIIIType.java @@ -61,12 +61,14 @@ public enum TCASIIIType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TCASIIIType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TCASIIIType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum TCASIIIType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum TCASIIIType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum TCASIIIType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java b/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java index 6639215b11bdd2387371d2d4b909943ebd45f258..7391f5356245b4e8e8542a978da8224e044f8342 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TILinkType.java @@ -83,12 +83,14 @@ public enum TILinkType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TILinkType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -97,7 +99,7 @@ public enum TILinkType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -105,7 +107,7 @@ public enum TILinkType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -115,7 +117,7 @@ public enum TILinkType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum TILinkType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java b/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java index 3c0dba935545f9e26ceaf302a946b5d50f506e80..a7001ee8d5071fe2e1580db239e2e48627ec986a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TimeSlotAllocationLevel.java @@ -67,12 +67,14 @@ public enum TimeSlotAllocationLevel if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TimeSlotAllocationLevel"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum TimeSlotAllocationLevel } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum TimeSlotAllocationLevel } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum TimeSlotAllocationLevel } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum TimeSlotAllocationLevel /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java index b7205c24a12d1af116630caa75f4a6bbe9fc27fd..7dad5aac072ac3d488c9482f529b31469ee2c20f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TimeTypeSource.java @@ -63,12 +63,14 @@ public enum TimeTypeSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TimeTypeSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum TimeTypeSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum TimeTypeSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum TimeTypeSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TimeTypeSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java b/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java index 73ecf222cd15a44a7dd2183abef16199d4080e4d..b372fffc3e538dee2ca6c5477b902ab48f8caf40 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransferControlTransferType.java @@ -79,12 +79,14 @@ public enum TransferControlTransferType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransferControlTransferType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -93,7 +95,7 @@ public enum TransferControlTransferType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -102,7 +104,7 @@ public enum TransferControlTransferType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -119,7 +121,7 @@ public enum TransferControlTransferType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -138,7 +140,7 @@ public enum TransferControlTransferType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java index ebedc924eff1b22ba9501da396ee8f6a59d56c2a..4e8fff6d2adfea920f00566ad589039a24f9fab6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmissionIndicator.java @@ -65,12 +65,14 @@ public enum TransmissionIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmissionIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum TransmissionIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum TransmissionIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum TransmissionIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum TransmissionIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java index 502a5d5a2ddcd0fd09769df9ee23508d7310dab3..ae5d5a03bc0e2f8ca8c738f165305b417ebf268a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternReferenceSystem.java @@ -61,12 +61,14 @@ public enum TransmitterAntennaPatternReferenceSystem if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterAntennaPatternReferenceSystem"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransmitterAntennaPatternReferenceSystem } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum TransmitterAntennaPatternReferenceSystem } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum TransmitterAntennaPatternReferenceSystem } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum TransmitterAntennaPatternReferenceSystem /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java index bba1d90ca0211e55769a9cd6e5ee68d22d98b321..195c3eb6cd1bd28a160131d21cc021046dbfb54f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterAntennaPatternType.java @@ -67,12 +67,14 @@ public enum TransmitterAntennaPatternType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterAntennaPatternType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum TransmitterAntennaPatternType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -89,7 +91,7 @@ public enum TransmitterAntennaPatternType byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum TransmitterAntennaPatternType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -110,7 +112,7 @@ public enum TransmitterAntennaPatternType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java index f59368ead3ef79ec93aac64bbd59da63fd4c1671..c009c7bc6fe3e7172efc0234d42d60e1a856be7f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterCryptoSystem.java @@ -85,12 +85,14 @@ public enum TransmitterCryptoSystem if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterCryptoSystem"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -99,7 +101,7 @@ public enum TransmitterCryptoSystem } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -107,7 +109,7 @@ public enum TransmitterCryptoSystem byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum TransmitterCryptoSystem } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum TransmitterCryptoSystem /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java index 68a4b2604ff64c1644d4724f11e4109b08b8a28a..359c51dad2e8d3af11e69104df1a1f1c832cd324 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeModulation.java @@ -79,12 +79,14 @@ public enum TransmitterDetailAmplitudeModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailAmplitudeModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -93,7 +95,7 @@ public enum TransmitterDetailAmplitudeModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -101,7 +103,7 @@ public enum TransmitterDetailAmplitudeModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum TransmitterDetailAmplitudeModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TransmitterDetailAmplitudeModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java index a144d1e50683d5c19b5e0ebc2ebac9d14db022f0..611df5861b63e9977d9ceb84f56d2d76954cc0af 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAmplitudeandAngleModulation.java @@ -61,12 +61,14 @@ public enum TransmitterDetailAmplitudeandAngleModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailAmplitudeandAngleModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransmitterDetailAmplitudeandAngleModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum TransmitterDetailAmplitudeandAngleModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum TransmitterDetailAmplitudeandAngleModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum TransmitterDetailAmplitudeandAngleModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java index 5fbc7bb94ac0b8f79af0d2613f4df9f5e63728e3..ddfca57fb7bc1e6b16998e044ddc8b445320189b 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailAnglemodulation.java @@ -65,12 +65,14 @@ public enum TransmitterDetailAnglemodulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailAnglemodulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum TransmitterDetailAnglemodulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum TransmitterDetailAnglemodulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum TransmitterDetailAnglemodulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum TransmitterDetailAnglemodulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java index 0041d1b305d1d44929d55df4a65640456ce004b6..fb7b3d52d1f796acb01d4494fb51417cb258b6e1 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCarrierPhaseShiftModulation.java @@ -59,12 +59,14 @@ public enum TransmitterDetailCarrierPhaseShiftModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailCarrierPhaseShiftModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum TransmitterDetailCarrierPhaseShiftModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum TransmitterDetailCarrierPhaseShiftModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum TransmitterDetailCarrierPhaseShiftModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum TransmitterDetailCarrierPhaseShiftModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java index 2c91e0021dbe16ed752cb0ec14597290dd860dbd..64de2b60c17eb73d73c46d9da49240b3563b2bb7 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailCombinationModulation.java @@ -61,12 +61,14 @@ public enum TransmitterDetailCombinationModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailCombinationModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransmitterDetailCombinationModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum TransmitterDetailCombinationModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum TransmitterDetailCombinationModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum TransmitterDetailCombinationModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java index b219d1a4db4b7b53eafae8035b19941c01549e3f..71af8428c17ac236f27facc676bf929a50cd2c95 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailPulseModulation.java @@ -65,12 +65,14 @@ public enum TransmitterDetailPulseModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailPulseModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum TransmitterDetailPulseModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -87,7 +89,7 @@ public enum TransmitterDetailPulseModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -97,7 +99,7 @@ public enum TransmitterDetailPulseModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -108,7 +110,7 @@ public enum TransmitterDetailPulseModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java index b14bfd74aa104b4447a38678e6a0f3cbb595004e..0289a17a1afbe91a09218099889777adf6e15787 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailSATCOMModulation.java @@ -61,12 +61,14 @@ public enum TransmitterDetailSATCOMModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailSATCOMModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransmitterDetailSATCOMModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum TransmitterDetailSATCOMModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum TransmitterDetailSATCOMModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum TransmitterDetailSATCOMModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java index b390c94298595db935406d9d6e8bdb0c3592e4ea..d7f680afc6889cd4e70219ba919052fc2f7f5ef5 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterDetailUnmodulatedModulation.java @@ -61,12 +61,14 @@ public enum TransmitterDetailUnmodulatedModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterDetailUnmodulatedModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransmitterDetailUnmodulatedModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -83,7 +85,7 @@ public enum TransmitterDetailUnmodulatedModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -93,7 +95,7 @@ public enum TransmitterDetailUnmodulatedModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -104,7 +106,7 @@ public enum TransmitterDetailUnmodulatedModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java index def5a4222f27542149f8e0dc7a54bd97f9f84d1e..de7c74da4507bd1f8fbedb00ead359b3575d90ff 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterInputSource.java @@ -87,12 +87,14 @@ public enum TransmitterInputSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterInputSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -101,7 +103,7 @@ public enum TransmitterInputSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -110,7 +112,7 @@ public enum TransmitterInputSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -127,7 +129,7 @@ public enum TransmitterInputSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -146,7 +148,7 @@ public enum TransmitterInputSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java index 51bcb9d28458c596f4488b34d17bd9aabd5d9b38..b7c02a9fa2cdc0bb087c4e205ca70fde0ef6fb4c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterMajorModulation.java @@ -67,12 +67,14 @@ public enum TransmitterMajorModulation if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterMajorModulation"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum TransmitterMajorModulation } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -89,7 +91,7 @@ public enum TransmitterMajorModulation byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -99,7 +101,7 @@ public enum TransmitterMajorModulation } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -110,7 +112,7 @@ public enum TransmitterMajorModulation /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java index 197857d744db1a29a0fec58f2feb17cf4c56f466..09b82d8fc49198dec2e20293f9ab3fb24e5bc2ad 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterModulationTypeSystem.java @@ -85,12 +85,14 @@ public enum TransmitterModulationTypeSystem if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterModulationTypeSystem"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -99,7 +101,7 @@ public enum TransmitterModulationTypeSystem } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -107,7 +109,7 @@ public enum TransmitterModulationTypeSystem byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -117,7 +119,7 @@ public enum TransmitterModulationTypeSystem } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -128,7 +130,7 @@ public enum TransmitterModulationTypeSystem /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java index c832f179be91d91887f00b256d9c4c25320c52aa..437546057a72d76dbc2930063b7204917d2c10e6 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransmitterTransmitState.java @@ -63,12 +63,14 @@ public enum TransmitterTransmitState if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransmitterTransmitState"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum TransmitterTransmitState } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum TransmitterTransmitState } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum TransmitterTransmitState } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TransmitterTransmitState /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java index ccf8f72477bba688647ba1da51c4ab2b41605cab..222857e199efab21a76dcfb36041edd6638a6238 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TransponderInterrogatorIndicator.java @@ -61,12 +61,14 @@ public enum TransponderInterrogatorIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TransponderInterrogatorIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum TransponderInterrogatorIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum TransponderInterrogatorIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum TransponderInterrogatorIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum TransponderInterrogatorIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java b/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java index afa879cc78aa4245a0d76c118bdbcdbbcbc60e01..523e4e5df94aefa0eedbfed52910a20fbb510514 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/TurnRateSource.java @@ -63,12 +63,14 @@ public enum TurnRateSource if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration TurnRateSource"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -77,7 +79,7 @@ public enum TurnRateSource } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -86,7 +88,7 @@ public enum TurnRateSource } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -103,7 +105,7 @@ public enum TurnRateSource } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -122,7 +124,7 @@ public enum TurnRateSource /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java index 43b92a1f138ddf5c8d51a92dc41c8ad708e8efdb..887ae4e8bd9ec062a18da4c73dc003a8ff642140 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticEmitterSystemFunction.java @@ -67,12 +67,14 @@ public enum UAAcousticEmitterSystemFunction if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAAcousticEmitterSystemFunction"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum UAAcousticEmitterSystemFunction } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum UAAcousticEmitterSystemFunction } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum UAAcousticEmitterSystemFunction } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum UAAcousticEmitterSystemFunction /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java index 66382bb6fd8aafef39b35d56eedd3d022e875085..b5306e9c951cb4a1680cb65617250c805954e6eb 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAcousticSystemName.java @@ -77,12 +77,14 @@ public enum UAAcousticSystemName if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAAcousticSystemName"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -91,7 +93,7 @@ public enum UAAcousticSystemName } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -99,7 +101,7 @@ public enum UAAcousticSystemName byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -109,7 +111,7 @@ public enum UAAcousticSystemName } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum UAAcousticSystemName /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java index c26d433739d965a760ff92f50e1e626487773e5c..deba60cc26ccb1f09c3b0a7386ef72ef22568e35 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAActiveEmissionParameterIndex.java @@ -59,12 +59,14 @@ public enum UAActiveEmissionParameterIndex if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAActiveEmissionParameterIndex"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum UAActiveEmissionParameterIndex } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum UAActiveEmissionParameterIndex byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum UAActiveEmissionParameterIndex } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum UAActiveEmissionParameterIndex /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java index 2743caef527314c58d90ad1cd93642809468e161..1cdf34e200523d55aa25c5acf18c5e5bf53d1b93 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAAdditionalPassiveActivityParameterIndex.java @@ -59,12 +59,14 @@ public enum UAAdditionalPassiveActivityParameterIndex if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAAdditionalPassiveActivityParameterIndex"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum UAAdditionalPassiveActivityParameterIndex } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum UAAdditionalPassiveActivityParameterIndex byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum UAAdditionalPassiveActivityParameterIndex } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum UAAdditionalPassiveActivityParameterIndex /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java b/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java index d86a16d4ba3c95fc59c4e71b1966d9a88fb84891..6495f5b539881a8b8a54e57601e581af8f5b31aa 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAPassiveParameterIndex.java @@ -59,12 +59,14 @@ public enum UAPassiveParameterIndex if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAPassiveParameterIndex"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -73,7 +75,7 @@ public enum UAPassiveParameterIndex } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -81,7 +83,7 @@ public enum UAPassiveParameterIndex byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -91,7 +93,7 @@ public enum UAPassiveParameterIndex } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -102,7 +104,7 @@ public enum UAPassiveParameterIndex /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java index 3789b96e36c6c862b44145ba8b4e70527c32374e..d3146872aee1d4fe515bb2c50337d4a834222f88 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAPropulsionPlantConfigurationConfiguration.java @@ -71,12 +71,14 @@ public enum UAPropulsionPlantConfigurationConfiguration if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAPropulsionPlantConfigurationConfiguration"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -85,7 +87,7 @@ public enum UAPropulsionPlantConfigurationConfiguration } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -94,7 +96,7 @@ public enum UAPropulsionPlantConfigurationConfiguration } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -111,7 +113,7 @@ public enum UAPropulsionPlantConfigurationConfiguration } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -130,7 +132,7 @@ public enum UAPropulsionPlantConfigurationConfiguration /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java b/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java index e589a482958252aecb9404d8fc41d4c10f689e82..9eed86040a282c917c1b2b416789ef37f828954a 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAScanPattern.java @@ -69,12 +69,14 @@ public enum UAScanPattern if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAScanPattern"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -83,7 +85,7 @@ public enum UAScanPattern } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -91,7 +93,7 @@ public enum UAScanPattern byteBuffer.putShort((short)getValue()); } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum UAScanPattern } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -112,7 +114,7 @@ public enum UAScanPattern /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java b/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java index fef9904138843f18911f291063eaad8e84b1bec8..a49d692931c48ca9872c82d2ce225af5890d918f 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/UAStateChangeUpdateIndicator.java @@ -61,12 +61,14 @@ public enum UAStateChangeUpdateIndicator if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration UAStateChangeUpdateIndicator"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum UAStateChangeUpdateIndicator } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum UAStateChangeUpdateIndicator } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum UAStateChangeUpdateIndicator } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum UAStateChangeUpdateIndicator /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java index e7be6a94df26633aa92085271423731e0bd98169..0b5176d2247d6d4526a7c4001b3a5fd82671c319 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariableParameterRecordType.java @@ -67,12 +67,14 @@ public enum VariableParameterRecordType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration VariableParameterRecordType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum VariableParameterRecordType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum VariableParameterRecordType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum VariableParameterRecordType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum VariableParameterRecordType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java b/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java index 14934fb11aad4a2f7d93b255df8fc70c8cc52924..80f903224bdd2028e904258099d2503f7dfe519c 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariableRecordType.java @@ -2488,12 +2488,14 @@ public enum VariableRecordType if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration VariableRecordType"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -2502,7 +2504,7 @@ public enum VariableRecordType } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output */ public void marshal(ByteBuffer byteBuffer) { @@ -2510,7 +2512,7 @@ public enum VariableRecordType } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -2520,7 +2522,7 @@ public enum VariableRecordType } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @return enumeration of interest */ public static VariableRecordType unmarshalEnum (ByteBuffer byteBuffer) @@ -2530,7 +2532,7 @@ public enum VariableRecordType /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java index 170ddcea72d366e749e516cefc523e6e73b1c9c2..3f0129d8892d0aa4069b7b3c99ada10cd833af21 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforAirCategory200Bird.java @@ -65,12 +65,14 @@ public enum VariantsforAirCategory200Bird if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration VariantsforAirCategory200Bird"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -79,7 +81,7 @@ public enum VariantsforAirCategory200Bird } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -88,7 +90,7 @@ public enum VariantsforAirCategory200Bird } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -105,7 +107,7 @@ public enum VariantsforAirCategory200Bird } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -124,7 +126,7 @@ public enum VariantsforAirCategory200Bird /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java index 5788de10fe078476654f223c9c145fee7e8d8fdd..dbe9ecca3f2b09b7192576d21b037970ec952981 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids.java @@ -67,12 +67,14 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -81,7 +83,7 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -90,7 +92,7 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -107,7 +109,7 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -126,7 +128,7 @@ public enum VariantsforLandCategoriesReptilesAmphibiansInsectsandArachnids /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java index e6aff62f429789681db8e7a9ab3059bb16368bc3..1eb44ed4c4edacf3ac68a449d7278779bc2b6a84 100644 --- a/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java +++ b/src-generated/edu/nps/moves/dis7/enumerations/VariantsforSubsurfaceCategory201Mammal.java @@ -61,12 +61,14 @@ public enum VariantsforSubsurfaceCategory201Mammal if(val.getValue()==i) return val; } + System.out.flush(); // ensure contiguous console outputs System.err.println("No enumeration found for value " + i + " of enumeration VariantsforSubsurfaceCategory201Mammal"); + System.err.flush(); // ensure contiguous console outputs return null; } /** Marshal value to DataOutputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dos DataOutputStream for output * @throws IOException input-output error */ public void marshal(DataOutputStream dos) throws IOException @@ -75,7 +77,7 @@ public enum VariantsforSubsurfaceCategory201Mammal } /** Marshal value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for output * @throws IOException input-output error */ public void marshal(ByteBuffer byteBuffer) throws Exception @@ -84,7 +86,7 @@ public enum VariantsforSubsurfaceCategory201Mammal } /** Unmarshal value to DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param dis DataInputStream for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -101,7 +103,7 @@ public enum VariantsforSubsurfaceCategory201Mammal } /** Unmarshal enumeration value to ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer ByteBuffer for input * @throws Exception unmarshalling input-output error * @return enumeration of interest */ @@ -120,7 +122,7 @@ public enum VariantsforSubsurfaceCategory201Mammal /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() diff --git a/src-generated/edu/nps/moves/dis7/pdus/DisBitSet.java b/src-generated/edu/nps/moves/dis7/pdus/DisBitSet.java index 332a1b7606228b3558773298b49fbeb6cc23885f..e0039840c6ecf1c28774d5009678df0b0779ad8d 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/DisBitSet.java +++ b/src-generated/edu/nps/moves/dis7/pdus/DisBitSet.java @@ -203,6 +203,8 @@ public abstract class DisBitSet extends BitSet implements Marshaller private void showError(Throwable ex) { + System.out.flush(); // ensure contiguous console outputs System.err.println(ex.getClass().getSimpleName() + ": " + ex.getMessage()); + System.err.flush(); // ensure contiguous console outputs } } diff --git a/src-generated/edu/nps/moves/dis7/pdus/DisTime.java b/src-generated/edu/nps/moves/dis7/pdus/DisTime.java index e2f187bab165061dda432162dc66ad1badd85fbd..84d9bd0733850dae4b5afa6526916b0fbf5cdf83 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/DisTime.java +++ b/src-generated/edu/nps/moves/dis7/pdus/DisTime.java @@ -183,7 +183,7 @@ public class DisTime * * Unix time (in seconds) rolls over in 2038. * - * Consult <a href="https://en.wikipedia.org/wiki/Unix_time">The Wikipedia page on Unix time for the gory details</a> + * Consult the Wikipedia page on <a href="https://en.wikipedia.org/wiki/Unix_time">Unix time</a> for the gory details * @return seconds since 1970 */ public long getUnixTimestamp() { diff --git a/src-generated/edu/nps/moves/dis7/pdus/Domain.java b/src-generated/edu/nps/moves/dis7/pdus/Domain.java index 93f81e727a8e19e196dbfc2800786c88b72f40c5..6554c7cd92d66b2e32182ff88138a76a8161e7d6 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/Domain.java +++ b/src-generated/edu/nps/moves/dis7/pdus/Domain.java @@ -87,8 +87,11 @@ public class Domain getDescription = c.getDeclaredMethod("getDescription", (Class[]) null); //@formatter:on } - catch (NoSuchMethodException ex) { - System.err.println("Can't find methods in " + c.getSimpleName()); + catch (NoSuchMethodException ex) + { + System.out.flush(); // ensure contiguous console outputs + System.err.println("Can't find methods in " + c.getSimpleName()); + System.err.flush(); // ensure contiguous console outputs } } @@ -112,7 +115,7 @@ public class Domain /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() @@ -142,7 +145,7 @@ public class Domain * Deserializes an object from a DataInputStream. * @param dis DataInputStream * @see java.io.DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return marshalled serialized size in bytes */ public int unmarshal(DataInputStream dis) @@ -155,7 +158,7 @@ public class Domain /** * Deserializes an object from a ByteBuffer. - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer The ByteBuffer at the position to begin writing * @return marshalled serialized size in bytes */ diff --git a/src-generated/edu/nps/moves/dis7/pdus/IntercomSignalPdu.java b/src-generated/edu/nps/moves/dis7/pdus/IntercomSignalPdu.java index 005e9503741a24ab4da50acf63ebfd088b00d9fd..e9fa3338b6d2469fa6ad38f9e10625600982faa0 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/IntercomSignalPdu.java +++ b/src-generated/edu/nps/moves/dis7/pdus/IntercomSignalPdu.java @@ -67,7 +67,7 @@ public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements S /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ @Override @@ -289,8 +289,11 @@ public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements S padTo32 = new byte[Align.to32bits(dos)]; } - catch (Exception e) { - System.err.println(e); + catch (Exception e) + { + System.out.flush(); // ensure contiguous console outputs + System.err.println(e); + System.err.flush(); // ensure contiguous console outputs } } @@ -298,7 +301,7 @@ public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements S * Deserializes an object from a DataInputStream. * @param dis DataInputStream * @see java.io.DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return marshalled serialized size in bytes * @throws java.lang.Exception if something goes wrong */ @@ -373,7 +376,7 @@ public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements S * * @throws java.nio.BufferUnderflowException if buff is too small * @see java.nio.ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer The ByteBuffer at the position to begin reading * @return marshalled serialized size in bytes * @throws Exception ByteBuffer-generated exception diff --git a/src-generated/edu/nps/moves/dis7/pdus/SignalPdu.java b/src-generated/edu/nps/moves/dis7/pdus/SignalPdu.java index 3a947ac47cb0f32543eb81154248c666bafeb760..5a8f2e84d67f4baf889c3127e1e32bead83be276 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/SignalPdu.java +++ b/src-generated/edu/nps/moves/dis7/pdus/SignalPdu.java @@ -62,7 +62,7 @@ public class SignalPdu extends RadioCommunicationsFamilyPdu implements Serializa /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ @Override @@ -276,7 +276,7 @@ public class SignalPdu extends RadioCommunicationsFamilyPdu implements Serializa * Deserializes an object from a DataInputStream. * @param dis DataInputStream * @see java.io.DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return marshalled serialized size in bytes */ @Override @@ -346,7 +346,7 @@ public class SignalPdu extends RadioCommunicationsFamilyPdu implements Serializa * * @throws java.nio.BufferUnderflowException if buff is too small * @see java.nio.ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer The ByteBuffer at the position to begin reading * @return marshalled serialized size in bytes * @throws Exception ByteBuffer-generated exception diff --git a/src-generated/edu/nps/moves/dis7/pdus/VariableDatum.java b/src-generated/edu/nps/moves/dis7/pdus/VariableDatum.java index 65c29b39ad2342ddbc5c5326a964c4e0fa1439ca..7a31f7f9f20d19e132f9e08a76924450c988ba5e 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/VariableDatum.java +++ b/src-generated/edu/nps/moves/dis7/pdus/VariableDatum.java @@ -37,7 +37,7 @@ public class VariableDatum extends Object implements Serializable /** * Returns size of this serialized (marshalled) object in bytes - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return serialized size in bytes */ public int getMarshalledSize() @@ -168,8 +168,11 @@ public class VariableDatum extends Object implements Serializable padding = new byte[Align.to64bits(dos)]; } - catch (IOException e) { - System.err.println(e); + catch (IOException e) + { + System.out.flush(); // ensure contiguous console outputs + System.err.println(e); + System.err.flush(); // ensure contiguous console outputs } } @@ -177,7 +180,7 @@ public class VariableDatum extends Object implements Serializable * Deserializes an object from a DataInputStream. * @param dis DataInputStream * @see java.io.DataInputStream - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @return marshalled serialized size in bytes * @throws java.lang.Exception if something goes wrong */ @@ -198,8 +201,11 @@ public class VariableDatum extends Object implements Serializable padding = new byte[Align.from64bits(uPosition, dis)]; //uPosition += padding.length; } - catch (Exception e) { - System.err.println(e); + catch (Exception e) + { + System.out.flush(); // ensure contiguous console outputs + System.err.println(e); + System.err.flush(); // ensure contiguous console outputs } return getMarshalledSize(); } @@ -233,7 +239,7 @@ public class VariableDatum extends Object implements Serializable * * @throws java.nio.BufferUnderflowException if buff is too small * @see java.nio.ByteBuffer - * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> + * @see <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a> * @param byteBuffer The ByteBuffer at the position to begin reading * @return marshalled serialized size in bytes * @throws Exception ByteBuffer-generated exception diff --git a/src-generated/edu/nps/moves/dis7/pdus/package-info.java b/src-generated/edu/nps/moves/dis7/pdus/package-info.java index 299b3a8ec6d4748e10e130e3ceb828c297aa0bd4..c3469fcdf68ea592165f10e03341c35c7b5063df 100644 --- a/src-generated/edu/nps/moves/dis7/pdus/package-info.java +++ b/src-generated/edu/nps/moves/dis7/pdus/package-info.java @@ -1,6 +1,8 @@ /** - * Additional infrastructure interfaces and classes supporting edu.nps.moves.dis7.pdus library. - * + * Infrastructure classes derived from PDU packet definitions supporting <a href="https://github.com/open-dis/open-dis7-java" target="open-dis7-java">open-dis7-java</a> library. + + * Online: NPS <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500" target="MV3500">MV3500 Networked Simulation course</a> + * links to <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/tree/master/specifications/README.md" target="README.MV3500">IEEE and SISO specification references</a> of interest. * @see java.lang.Package * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a> * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java</a>